CrmLogger.Fody
2.1.2
dotnet add package CrmLogger.Fody --version 2.1.2
NuGet\Install-Package CrmLogger.Fody -Version 2.1.2
<PackageReference Include="CrmLogger.Fody" Version="2.1.2"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add CrmLogger.Fody --version 2.1.2
#r "nuget: CrmLogger.Fody, 2.1.2"
// 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 | Versions 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. |
-
- Fody (>= 2.4.6)
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 | 182 | 6/4/2023 |
2.1.1 | 117 | 6/4/2023 |
1.5.2 | 368 | 10/2/2021 |
1.5.1 | 354 | 10/2/2021 |
1.4.4 | 392 | 9/20/2021 |
1.4.3 | 382 | 9/20/2021 |
1.4.2 | 401 | 9/20/2021 |
1.4.1 | 391 | 6/11/2021 |
1.3.4 | 949 | 7/28/2018 |
1.3.3 | 1,048 | 12/24/2017 |
1.3.2 | 898 | 11/28/2017 |
1.2.3 | 945 | 8/16/2017 |
1.2.2 | 917 | 8/14/2017 |
1.2.1 | 897 | 8/13/2017 |
1.1.7 | 905 | 8/13/2017 |
1.1.6 | 959 | 8/13/2017 |
1.1.5 | 943 | 8/6/2017 |
1.1.4 | 927 | 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