File tree Expand file tree Collapse file tree 4 files changed +5
-7
lines changed
src/ReportPortal.Extensions.Insider Expand file tree Collapse file tree 4 files changed +5
-7
lines changed Original file line number Diff line number Diff 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
99using ReportPortal .Extensions .Insider ;
@@ -21,7 +21,7 @@ Each time when this method is called by tests you will see ]
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?
Original file line number Diff line number Diff line change 11using ReportPortal . Shared ;
2- using ReportPortal . Shared . Logging ;
2+ using ReportPortal . Shared . Execution . Logging ;
33using System ;
4- using System . Collections . Generic ;
5- using System . Text ;
64
75namespace ReportPortal . Extensions . Insider . Interception
86{
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments