chore: run csharpier #1617
Merged
chore: run csharpier #1617
Annotations
10 warnings
InterfaceStubGenerator.Shared/InterfaceStubGenerator.cs#L23
Missing XML comment for publicly visible type or member 'InterfaceStubGenerator'
|
Refit/RefitSettings.cs#L17
Non-nullable property 'HttpRequestMessageOptions' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
InterfaceStubGenerator.Shared/InterfaceStubGenerator.cs#L50
Missing XML comment for publicly visible type or member 'InterfaceStubGenerator.Execute(GeneratorExecutionContext)'
|
Refit/RefitSettings.cs#L31
Non-nullable property 'HttpRequestMessageOptions' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
InterfaceStubGenerator.Shared/InterfaceStubGenerator.cs#L72
Missing XML comment for publicly visible type or member 'InterfaceStubGenerator.GenerateInterfaceStubs<TContext>(TContext, Action<TContext, Diagnostic>, Action<TContext, string, SourceText>, CSharpCompilation, string?, ImmutableArray<MethodDeclarationSyntax>, ImmutableArray<InterfaceDeclarationSyntax>)'
|
Refit/ApiException.cs#L63
Missing XML comment for publicly visible type or member 'ApiException.ApiException(HttpRequestMessage, HttpMethod, string?, HttpStatusCode, string?, HttpResponseHeaders, RefitSettings, Exception?)'
|
InterfaceStubGenerator.Shared/InterfaceStubGenerator.cs#L764
Missing XML comment for publicly visible type or member 'InterfaceStubGenerator.Initialize(GeneratorInitializationContext)'
|
Refit/ApiException.cs#L85
Missing XML comment for publicly visible type or member 'ApiException.ApiException(string, HttpRequestMessage, HttpMethod, string?, HttpStatusCode, string?, HttpResponseHeaders, RefitSettings, Exception?)'
|
InterfaceStubGenerator.Shared/InterfaceStubGenerator.cs#L171
Prefer comparing 'Count' to 0 rather than using 'Any()', both for clarity and for performance (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1860)
|
Refit/ApiResponse.cs#L68
Missing XML comment for publicly visible type or member 'ApiResponse<T>.Headers'
|
The logs for this run have expired and are no longer available.
Loading