CrmLogger.Fody
1.1.7
See the version list below for details.
dotnet add package CrmLogger.Fody --version 1.1.7
NuGet\Install-Package CrmLogger.Fody -Version 1.1.7
<PackageReference Include="CrmLogger.Fody" Version="1.1.7"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
<PackageVersion Include="CrmLogger.Fody" Version="1.1.7" />
<PackageReference Include="CrmLogger.Fody"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add CrmLogger.Fody --version 1.1.7
#r "nuget: CrmLogger.Fody, 1.1.7"
#addin nuget:?package=CrmLogger.Fody&version=1.1.7
#tool nuget:?package=CrmLogger.Fody&version=1.1.7
CrmLogger.Fody is an ILWeaver which adds function enter, leave, and params logging to methods for Dynamics CRM Logger 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.1.2)
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 | 230 | 6/4/2023 |
2.1.1 | 158 | 6/4/2023 |
1.5.2 | 427 | 10/2/2021 |
1.5.1 | 414 | 10/2/2021 |
1.4.4 | 451 | 9/20/2021 |
1.4.3 | 443 | 9/20/2021 |
1.4.2 | 463 | 9/20/2021 |
1.4.1 | 455 | 6/11/2021 |
1.3.4 | 1,105 | 7/28/2018 |
1.3.3 | 1,252 | 12/24/2017 |
1.3.2 | 1,036 | 11/28/2017 |
1.2.3 | 1,079 | 8/16/2017 |
1.2.2 | 1,055 | 8/14/2017 |
1.2.1 | 1,035 | 8/13/2017 |
1.1.7 | 1,043 | 8/13/2017 |
1.1.6 | 1,095 | 8/13/2017 |
1.1.5 | 1,078 | 8/6/2017 |
1.1.4 | 1,069 | 8/2/2017 |
* 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