CrmLogger.Fody 1.1.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package CrmLogger.Fody --version 1.1.4
NuGet\Install-Package CrmLogger.Fody -Version 1.1.4
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="CrmLogger.Fody" Version="1.1.4">
  <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 CrmLogger.Fody --version 1.1.4
#r "nuget: CrmLogger.Fody, 1.1.4"
#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 CrmLogger.Fody as a Cake Addin
#addin nuget:?package=CrmLogger.Fody&version=1.1.4

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

CrmLogger.Fody is an ILWeaver which adds function enter, leave, and params log entries to methods for CRM Logger.

Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.2 157 6/4/2023
2.1.1 106 6/4/2023
1.5.2 361 10/2/2021
1.5.1 348 10/2/2021
1.4.4 387 9/20/2021
1.4.3 379 9/20/2021
1.4.2 395 9/20/2021
1.4.1 384 6/11/2021
1.3.4 933 7/28/2018
1.3.3 1,039 12/24/2017
1.3.2 890 11/28/2017
1.2.3 936 8/16/2017
1.2.2 909 8/14/2017
1.2.1 888 8/13/2017
1.1.7 898 8/13/2017
1.1.6 952 8/13/2017
1.1.5 932 8/6/2017
1.1.4 920 8/2/2017

* 1.1.4
     Fixed: an issue with Sandbox plugins
     * 1.1.3
     Added: additional check for missing static log property/field for static functions
     Fixed: Fody not being able to detect this plugin assembly
     * 1.1.2
     Removed: redundant files
     * 1.1.1
     Initial release