feat: add SourceWriter
#1966
Merged
feat: add SourceWriter
#1966
Annotations
10 warnings
|
Refit/RefitSettings.cs#L136
Change 'HttpRequestMessageOptions' to be read-only by removing the property setter (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2227)
|
|
Refit/ProblemDetails.cs#L19
Change 'Extensions' to be read-only by removing the property setter (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2227)
|
|
Refit/ProblemDetails.cs#L13
Change 'Errors' to be read-only by removing the property setter (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2227)
|
|
Refit/MultipartItem.cs#L133
Properties should not return arrays (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1819)
|
|
Refit/MultipartItem.cs#L12
Abstract type 'MultipartItem' should not have public constructors (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1012)
|
|
Refit/ApiException.cs#L67
Field RefitSettings is a member of type ApiException which is serializable but is of type Refit.RefitSettings which is not serializable (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2235)
|
|
InterfaceStubGenerator.Shared/Models/WellKnownTYpes.cs#L10
Missing XML comment for publicly visible type or member 'WellKnownTypes.Get(Type)'
|
|
InterfaceStubGenerator.Shared/Models/WellKnownTYpes.cs#L9
Missing XML comment for publicly visible type or member 'WellKnownTypes.Get<T>()'
|
|
InterfaceStubGenerator.Shared/Models/WellKnownTYpes.cs#L5
Missing XML comment for publicly visible type or member 'WellKnownTypes.WellKnownTypes(Compilation)'
|
|
InterfaceStubGenerator.Shared/Models/WellKnownTYpes.cs#L5
Missing XML comment for publicly visible type or member 'WellKnownTypes'
|
The logs for this run have expired and are no longer available.
Loading