Issue 1671: Add MemberNotNullWhen attribute for Content property in IApiResponse<T> #1672
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: glennawatson/coverlet-msbuild@v2.1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build DotNet:
InterfaceStubGenerator.Shared/InterfaceStubGenerator.cs#L119
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)
|
Build DotNet:
InterfaceStubGenerator.Shared/InterfaceStubGenerator.cs#L108
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)
|
Build DotNet:
InterfaceStubGenerator.Shared/InterfaceStubGenerator.cs#L225
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)
|
Build DotNet:
InterfaceStubGenerator.Shared/InterfaceStubGenerator.cs#L93
Member 'GenerateInterfaceStubs' does not access instance data and can be marked as static (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1822)
|
Build DotNet:
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)
|
Build DotNet:
Refit/Attributes.cs#L295
'AliasAsAttribute.Name.set': new protected member declared in sealed type
|
Build DotNet:
Refit/Attributes.cs#L315
'AttachmentNameAttribute.Name.set': new protected member declared in sealed type
|
Build DotNet:
Refit/Attributes.cs#L472
'QueryAttribute.Delimiter.set': new protected member declared in sealed type
|
Build DotNet:
Refit/Attributes.cs#L491
'QueryAttribute.Prefix.set': new protected member declared in sealed type
|
Build DotNet:
Refit/RefitSettings.cs#L17
Non-nullable property 'HttpRequestMessageOptions' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Loading