CrmLogger.Fody 2.1.2

dotnet add package CrmLogger.Fody --version 2.1.2
NuGet\Install-Package CrmLogger.Fody -Version 2.1.2
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="2.1.2">
  <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 2.1.2
#r "nuget: CrmLogger.Fody, 2.1.2"
#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=2.1.2

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

CrmLogger.Fody is a Fody add-in that injects logging for function entry, exit, parameters, and return value for Dynamics CRM Logger (https://github.com/yagasoft/DynamicsCrm-CrmLogger) solution.

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 156 6/4/2023
2.1.1 106 6/4/2023
1.5.2 360 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 394 9/20/2021
1.4.1 384 6/11/2021
1.3.4 933 7/28/2018
1.3.3 1,038 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 951 8/13/2017
1.1.5 932 8/6/2017
1.1.4 920 8/2/2017

* 2.1.2
     Updated: migrated to latest YS library
     * 1.5.2
     Added: log execution end attribute
     Update: upgraded NuGet packages to latest supported
     * 1.4.4
     Fixed: validate that the log object is accessible
     * 1.4.1
     Changed: moved to new logger namespace
     * 1.3.4
     Updated: project URL
     * 1.3.3
     Fixed: a null exception when not using the Common assembly
     * 1.3.2
     Fixed: CrmLog referenced in the Common assembly not working
     * 1.2.2
     Fixed: Fody running in Debug config affecting the assembly in a minimal but detectable way
     * 1.2.1
     Fixed: issue with invalid pointers to injected local variables
     * 1.1.7
     Fixed: skipped logging of anonymous methods created by the compiler
     * 1.1.6
     Added: logging to Build Output
     Changed: limited weaving to Release build only to avoid unexpected issues
     Fixed: an issue with accessing fields in generic base classes
     * 1.1.5
     Fixed: an issue with accessing fields in generic base classes
     * 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