NetFabric.Hyperlinq.Analyzer
NetFabric.Hyperlinq.Analyzer copied to clipboard
A Roslyn analyzer with rules related to generation and consumption of enumerables and async enumerables in C#.
> This should work fine with the latest ILRepack version: https://www.nuget.org/packages/ILRepack/2.0.23 _Originally posted by @KirillOsenkov in https://github.com/gluck/il-repack/issues/273#issuecomment-1879917992_
Add a package reference to NetFrabric.CodeAnalysis - Gets the dll into the build. Include PackDependencies target - Adds the reference to the lib and analyzer. Add all output dlls as...
When upgrading from 2.0.4 to 2.1.0 my builds start failing with multiple occurences of the following error message: `CSC : error AD0001: Analyzer 'NetFabric.Hyperlinq.Analyzer.AssignmentBoxingAnalyzer' threw an exception of type 'System.IO.FileNotFoundException'...
HLQ004 points out that a value passed by `ref `or `ref readonly` should be fetched as such, but this should not apply to methods with `yield return` as it is...