IncorrectLoggingAnalyzer 1.0.2
dotnet add package IncorrectLoggingAnalyzer --version 1.0.2
NuGet\Install-Package IncorrectLoggingAnalyzer -Version 1.0.2
<PackageReference Include="IncorrectLoggingAnalyzer" Version="1.0.2"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
<PackageVersion Include="IncorrectLoggingAnalyzer" Version="1.0.2" />
<PackageReference Include="IncorrectLoggingAnalyzer"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add IncorrectLoggingAnalyzer --version 1.0.2
#r "nuget: IncorrectLoggingAnalyzer, 1.0.2"
#:package IncorrectLoggingAnalyzer@1.0.2
#addin nuget:?package=IncorrectLoggingAnalyzer&version=1.0.2
#tool nuget:?package=IncorrectLoggingAnalyzer&version=1.0.2
Incorrect Logging Analyzer
A Roslyn analyzer used to warn and correct when the wrong type name is used in the Microsoft.Extensions.Logging.ILogger<T> interface.
Download
Available on nuget.org: https://www.nuget.org/packages/IncorrectLoggingAnalyzer
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version 1.0.2.0 - Fixed bug with Array generic and ensure Serilog is not analyzed.
Version 1.0.1.0 - Fixed indentation removed from replaced code.
Version 1.0.0.0 - Added analyzer for wrong class in ILogger interface and using ILogger generic in static class.