chore(deps): update dependency verify.xunit to 26.4.5 #997
Annotations
12 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: glennawatson/coverlet-msbuild@v2.1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
InterfaceStubGenerator.Shared/InterfaceStubGenerator.cs#L118
In externally visible method 'void InterfaceStubGenerator.GenerateInterfaceStubs<TContext>(TContext context, Action<TContext, Diagnostic> reportDiagnostic, Action<TContext, string, SourceText> addSource, CSharpCompilation compilation, string? refitInternalNamespace, ImmutableArray<MethodDeclarationSyntax> candidateMethods, ImmutableArray<InterfaceDeclarationSyntax> candidateInterfaces)', validate parameter 'reportDiagnostic' 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)
|
InterfaceStubGenerator.Shared/InterfaceStubGenerator.cs#L107
In externally visible method 'void InterfaceStubGenerator.GenerateInterfaceStubs<TContext>(TContext context, Action<TContext, Diagnostic> reportDiagnostic, Action<TContext, string, SourceText> addSource, CSharpCompilation compilation, string? refitInternalNamespace, ImmutableArray<MethodDeclarationSyntax> candidateMethods, ImmutableArray<InterfaceDeclarationSyntax> candidateInterfaces)', validate parameter 'compilation' 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)
|
InterfaceStubGenerator.Shared/InterfaceStubGenerator.cs#L224
In externally visible method 'void InterfaceStubGenerator.GenerateInterfaceStubs<TContext>(TContext context, Action<TContext, Diagnostic> reportDiagnostic, Action<TContext, string, SourceText> addSource, CSharpCompilation compilation, string? refitInternalNamespace, ImmutableArray<MethodDeclarationSyntax> candidateMethods, ImmutableArray<InterfaceDeclarationSyntax> candidateInterfaces)', validate parameter 'addSource' 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)
|
InterfaceStubGenerator.Shared/InterfaceStubGenerator.cs#L92
Member 'GenerateInterfaceStubs' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
|
InterfaceStubGenerator.Shared/InterfaceStubGenerator.cs#L871
Type 'SyntaxReceiver' can be sealed because it has no subtypes in its containing assembly and is not externally visible (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1852)
|
Refit/CamelCaseUrlParameterKeyFormatter.cs#L8
Missing XML comment for publicly visible type or member 'CamelCaseUrlParameterKeyFormatter.Format(string)'
|
Refit/RestMethodParameterInfo.cs#L5
Missing XML comment for publicly visible type or member 'RestMethodParameterInfo'
|
Refit/RestMethodParameterInfo.cs#L7
Missing XML comment for publicly visible type or member 'RestMethodParameterInfo.RestMethodParameterInfo(string, ParameterInfo)'
|
Refit/RestMethodParameterInfo.cs#L13
Missing XML comment for publicly visible type or member 'RestMethodParameterInfo.RestMethodParameterInfo(bool, ParameterInfo)'
|
Refit/RestMethodParameterInfo.cs#L19
Missing XML comment for publicly visible type or member 'RestMethodParameterInfo.Name'
|
This job succeeded
Loading