Feature: ability to skip generation of obsolete properties #299
Annotations
25 warnings
src/Vetuviem.SourceGenerator/Features/Core/ReportDiagnosticFactory.cs#L136
Missing XML comment for publicly visible type or member 'ReportDiagnosticFactory.IsObsoleteType(INamedTypeSymbol)'
|
src/Vetuviem.Testing/InMemoryAnalyzerConfigOptions.cs#L9
Missing XML comment for publicly visible type or member 'InMemoryAnalyzerConfigOptions'
|
src/Vetuviem.Testing/InMemoryAnalyzerConfigOptions.cs#L13
Missing XML comment for publicly visible type or member 'InMemoryAnalyzerConfigOptions.Add(string, string)'
|
src/Vetuviem.Testing/InMemoryAnalyzerConfigOptionsProvider.cs#L12
Missing XML comment for publicly visible type or member 'InMemoryAnalyzerConfigOptionsProvider'
|
src/Vetuviem.Testing/InMemoryAnalyzerConfigOptionsProvider.cs#L17
Missing XML comment for publicly visible type or member 'InMemoryAnalyzerConfigOptionsProvider.InMemoryAnalyzerConfigOptionsProvider(AnalyzerConfigOptions)'
|
src/Vetuviem.Testing/InMemoryAnalyzerConfigOptionsProvider.cs#L23
Missing XML comment for publicly visible type or member 'InMemoryAnalyzerConfigOptionsProvider.GetOptions(SyntaxTree)'
|
src/Vetuviem.Testing/InMemoryAnalyzerConfigOptionsProvider.cs#L28
Missing XML comment for publicly visible type or member 'InMemoryAnalyzerConfigOptionsProvider.GetOptions(AdditionalText)'
|
src/Vetuviem.Testing/InMemoryAnalyzerConfigOptionsProvider.cs#L33
Missing XML comment for publicly visible type or member 'InMemoryAnalyzerConfigOptionsProvider.GlobalOptions'
|
src/Vetuviem.Testing/InMemoryAnalyzerConfigOptionsProvider.cs#L30
In externally visible method 'AnalyzerConfigOptions InMemoryAnalyzerConfigOptionsProvider.GetOptions(AdditionalText textFile)', validate parameter 'textFile' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
|
src/Vetuviem.Testing/InMemoryAnalyzerConfigOptionsProvider.cs#L25
In externally visible method 'AnalyzerConfigOptions InMemoryAnalyzerConfigOptionsProvider.GetOptions(SyntaxTree tree)', validate parameter 'tree' is non-null before using it. If appropriate, throw an 'ArgumentNullException' when the argument is 'null'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1062)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This job succeeded
Loading