NServiceBus.NewRelic.Analyzer
1.0.1
NewRelic has added NServiceBus V6+ Transaction and Distributed Tracing support in version v9.3.0 ( https://github.com/newrelic/newrelic-dotnet-agent/releases/tag/v9.3.0 ) of their .net agent. Therefore, this project has been deprecated and should no longer be used.
dotnet add package NServiceBus.NewRelic.Analyzer --version 1.0.1
NuGet\Install-Package NServiceBus.NewRelic.Analyzer -Version 1.0.1
<PackageReference Include="NServiceBus.NewRelic.Analyzer" Version="1.0.1"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add NServiceBus.NewRelic.Analyzer --version 1.0.1
#r "nuget: NServiceBus.NewRelic.Analyzer, 1.0.1"
// Install NServiceBus.NewRelic.Analyzer as a Cake Addin #addin nuget:?package=NServiceBus.NewRelic.Analyzer&version=1.0.1 // Install NServiceBus.NewRelic.Analyzer as a Cake Tool #tool nuget:?package=NServiceBus.NewRelic.Analyzer&version=1.0.1
A Roslyn Diagnostic Analyzer and corresponding Code Fix identify and automatically add NewRelic.Agent.Api [Transaction] attributes to all NServiceBus v6+ related message handlers.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.