File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ #### 0.3.1
2+ * BUGFIX: Handle nullable reference types in more places.
3+ #### 0.3.0
4+ * BREAKING: For VS2022+ now.
5+ * BUGFIX: AD0001 -> ; Could not load file or assembly
6+
17#### 0.1.21
28* FEATURE Walk a bit more, smarter analyzers in places.
39* BUGFIX Handle nameof when open generic type.
Original file line number Diff line number Diff line change 2626 </PropertyGroup >
2727
2828 <PropertyGroup >
29- <Version >0.3.0 </Version >
29+ <Version >0.3.1 </Version >
3030 <DevelopmentDependency >true</DevelopmentDependency >
3131 <Description >Analyzers for System.Reflection</Description >
3232 <NeutralLanguage >en-US</NeutralLanguage >
3535 <RepositoryUrl >https://github.com/DotNetAnalyzers/ReflectionAnalyzers</RepositoryUrl >
3636 <PackageTags >Reflection Roslyn Diagnostic Analyzer DotnetAnalyzers</PackageTags >
3737 <PackageReleaseNotes >
38+ 0.3.1
39+ BUGFIX: Handle nullable reference types in more places.
3840 0.3.0
3941 BREAKING: For VS2022+ now.
4042 BUGFIX: AD0001 -> Could not load file or assembly
You can’t perform that action at this time.
0 commit comments