Tracer.Fody 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Tracer.Fody --version 1.0.0
NuGet\Install-Package Tracer.Fody -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Tracer.Fody" Version="1.0.0">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Tracer.Fody --version 1.0.0
#r "nuget: Tracer.Fody, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Tracer.Fody as a Cake Addin
#addin nuget:?package=Tracer.Fody&version=1.0.0

// Install Tracer.Fody as a Cake Tool
#tool nuget:?package=Tracer.Fody&version=1.0.0

Trace.Fody is an ILWeaver which adds trace enter and leave log entries to methods. Besides it rewrites static log calls to
   instance calls adding method information to the call in order to avoid costly stack walks in the logger. This is a general rewriter which can be adapted to different logging frameworks, do not use it directly.
Use one of the existing adapters in your project like Tracer.Log4Net.Fody or build your own.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (13)

Showing the top 5 NuGet packages that depend on Tracer.Fody:

Package Downloads
Tracer.OpenTracing.Fody

Tracer.Fody plugin for instrumenting with OpenTracing

Xels.Bitcoin

Xels Bitcoin FullNode

Xels.Bitcoin.Features.Consensus

Xels Bitcoin Features Consensus

Xels.Bitcoin.Features.MemoryPool

Xels Bitcoin Features MemoryPool

Xels.Bitcoin.Features.RPC

Xels Bitcoin Features RPC

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Tracer.Fody:

Repository Stars
stratisproject/StratisBitcoinFullNode
Bitcoin full node in C#
Version Downloads Last updated
3.3.1 88,522 4/19/2020
3.3.0 6,866 3/5/2020
3.2.2 8,305 1/6/2020
3.2.1 1,803 12/7/2019
3.2.0 11,306 10/14/2019
3.1.0 25,327 5/27/2019
3.0.0 4,201 3/19/2019
3.0.0-beta3 1,965 3/1/2019
3.0.0-beta2 1,418 2/21/2019
3.0.0-beta 1,760 2/18/2019
2.2.0 62,866 5/14/2018
2.0.0 4,081 11/5/2017
1.6.0 9,176 5/18/2017
1.5.0 16,173 4/18/2017
1.4.0 7,675 1/2/2017
1.3.1 2,970 8/24/2016
1.3.0 9,002 7/17/2016
1.2.4 3,014 4/14/2016
1.2.3 2,913 3/21/2016
1.2.2 2,853 3/19/2016
1.2.0 5,129 10/13/2015
1.1.1 2,670 8/19/2015
1.1.0 3,102 6/7/2015
1.0.0 2,775 5/17/2015

Initial release