Skip to content

Commit e90beaa

Browse files
authored
Merge pull request #1 from nvborisenko/develop
Release preparation
2 parents 8ae7af8 + 9ac61f0 commit e90beaa

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

Logo.png

-48.9 KB
Loading

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Aim of this experimental project is to provide a way for adding more structured
33

44
# How to use
55

6-
Install `ReportPortal.Extensions.Insider.Sdk` nuget package and add **[Insider]** attribute for method which you want to see in the report.
6+
Install `ReportPortal.Extensions.Insider.Sdk` nuget package and add `[Insider]` attribute for method which you want to see in the report.
77

88
```csharp
99
using ReportPortal.Extensions.Insider;
@@ -21,7 +21,7 @@ Each time when this method is called by tests you will see ![Report](docs/images
2121

2222

2323
Or define more meanful operational name.
24-
```cshar
24+
```csharp
2525
[Insider("Adding two numbers")]
2626
```
2727

@@ -31,4 +31,4 @@ Or define more meanful operational name.
3131
- Configurable rules what namespaces/types/methods we want to see in the report
3232
- More useful way to report complex objects
3333
- Support async methods
34-
- Any else?
34+
- Any else?

src/ReportPortal.Extensions.Insider/Interception/MethodInterceptor.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
using ReportPortal.Shared;
2-
using ReportPortal.Shared.Logging;
2+
using ReportPortal.Shared.Execution.Logging;
33
using System;
4-
using System.Collections.Generic;
5-
using System.Text;
64

75
namespace ReportPortal.Extensions.Insider.Interception
86
{

src/ReportPortal.Extensions.Insider/ReportPortal.Extensions.Insider.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</PropertyGroup>
1616

1717
<ItemGroup>
18-
<PackageReference Include="ReportPortal.Shared" Version="3.0.0-beta.3" />
18+
<PackageReference Include="ReportPortal.Shared" Version="3.0.0" />
1919
</ItemGroup>
2020

2121
<ItemGroup>

0 commit comments

Comments
 (0)