Fix: prevent double implementation of command binder #313
Annotations
25 warnings
src/Vetuviem.SourceGenerator/Features/ControlBindingModels/AbstractControlBindingModelClassGenerator.cs#L197
Parameter 'platformCommandType' has no matching param tag in the XML comment for 'AbstractControlBindingModelClassGenerator.ApplyMembers(SyntaxList<MemberDeclarationSyntax>, INamedTypeSymbol, string?, bool, string, string, bool, bool, string?)' (but other parameters do)
|
src/Vetuviem.SourceGenerator/Features/ControlBindingModels/ControlBindingModelPropertyGenerator.cs#L34
Parameter 'platformCommandType' has no matching param tag in the XML comment for 'ControlBindingModelPropertyGenerator.GetProperties(INamedTypeSymbol, string?, bool, bool, string?)' (but other parameters do)
|
src/Vetuviem.SourceGenerator/Features/Core/AbstractGeneratorProcessor.cs#L45
Parameter 'platformCommandType' has no matching param tag in the XML comment for 'AbstractGeneratorProcessor.GenerateNamespaceDeclaration(NamespaceDeclarationSyntax, MetadataReference[], Compilation, Action<Diagnostic>, string, bool, string?, string, string, bool, bool, string?)' (but other parameters do)
|
src/Vetuviem.SourceGenerator/Features/Core/IClassGenerator.cs#L34
Parameter 'platformCommandType' has no matching param tag in the XML comment for 'IClassGenerator.GenerateClass(INamedTypeSymbol, string, string?, string, string, bool, bool, string?)' (but other parameters do)
|
src/Vetuviem.SourceGenerator/Features/Core/ReportDiagnosticFactory.cs#L136
Missing XML comment for publicly visible type or member 'ReportDiagnosticFactory.IsObsoleteType(INamedTypeSymbol)'
|
Found version-specific or distribution-specific runtime identifier(s): win10-arm64, win10-x64, win10-x86. Affected libraries: Microsoft.WindowsAppSDK. In .NET 8.0 and higher, assets for version-specific and distribution-specific runtime identifiers will not be found by default. See https://aka.ms/dotnet/rid-usage for details.
|
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)'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This job succeeded
Loading