Skip to content

Commit

Permalink
Merge pull request #1 from nvborisenko/develop
Browse files Browse the repository at this point in the history
Release preparation
  • Loading branch information
nvborisenko authored Aug 5, 2020
2 parents 8ae7af8 + 9ac61f0 commit e90beaa
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
Binary file modified Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Aim of this experimental project is to provide a way for adding more structured

# How to use

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

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


Or define more meanful operational name.
```cshar
```csharp
[Insider("Adding two numbers")]
```

Expand All @@ -31,4 +31,4 @@ Or define more meanful operational name.
- Configurable rules what namespaces/types/methods we want to see in the report
- More useful way to report complex objects
- Support async methods
- Any else?
- Any else?
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
using ReportPortal.Shared;
using ReportPortal.Shared.Logging;
using ReportPortal.Shared.Execution.Logging;
using System;
using System.Collections.Generic;
using System.Text;

namespace ReportPortal.Extensions.Insider.Interception
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ReportPortal.Shared" Version="3.0.0-beta.3" />
<PackageReference Include="ReportPortal.Shared" Version="3.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit e90beaa

Please sign in to comment.