Shane32.Analyzers
1.0.0
See the version list below for details.
dotnet add package Shane32.Analyzers --version 1.0.0
NuGet\Install-Package Shane32.Analyzers -Version 1.0.0
<PackageReference Include="Shane32.Analyzers" Version="1.0.0"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add Shane32.Analyzers --version 1.0.0
#r "nuget: Shane32.Analyzers, 1.0.0"
// Install Shane32.Analyzers as a Cake Addin #addin nuget:?package=Shane32.Analyzers&version=1.0.0 // Install Shane32.Analyzers as a Cake Tool #tool nuget:?package=Shane32.Analyzers&version=1.0.0
Shane32.Analyzers
Analyzers
This package contains a collection of Roslyn analyzers and code fixes that can be used to enforce coding standards and best practices in C# code.
IQueryable
cast analyzer
Prevents casting IQueryable<T>
to IEnumerable<T>
. This is a common mistake that can cause performance issues by preventing the query from being executed asynchronously.
Use an explicit cast or AsEnumerable()
instead.
Credits
Glory to Jehovah, Lord of Lords and King of Kings, creator of Heaven and Earth, who through his Son Jesus Christ, has reedemed me to become a child of God. -Shane32
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.