chore(deps): update dotnet monorepo #1430
Annotations
1 error and 10 warnings
build / build
The process 'C:\Program Files\dotnet\dotnet.exe' failed with exit code 1
|
build / build:
Refit/SystemTextJsonContentSerializer.cs#L98
XML comment on 'ObjectToInferredTypesConverter.Read(ref Utf8JsonReader, Type, JsonSerializerOptions)' has a typeparamref tag for 'T', but there is no type parameter by that name
|
build / build:
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)
|
build / build:
Refit/MultipartItem.cs#L12
Abstract type 'MultipartItem' should not have public constructors (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1012)
|
build / build:
InterfaceStubGenerator.Shared/UniqueNameBuilder.cs#L3
Missing XML comment for publicly visible type or member 'UniqueNameBuilder'
|
build / build:
InterfaceStubGenerator.Shared/UniqueNameBuilder.cs#L3
Missing XML comment for publicly visible type or member 'UniqueNameBuilder.UniqueNameBuilder()'
|
build / build:
InterfaceStubGenerator.Shared/UniqueNameBuilder.cs#L14
Missing XML comment for publicly visible type or member 'UniqueNameBuilder.Reserve(string)'
|
build / build:
InterfaceStubGenerator.Shared/UniqueNameBuilder.cs#L16
Missing XML comment for publicly visible type or member 'UniqueNameBuilder.NewScope()'
|
build / build:
InterfaceStubGenerator.Shared/UniqueNameBuilder.cs#L18
Missing XML comment for publicly visible type or member 'UniqueNameBuilder.New(string)'
|
build / build:
InterfaceStubGenerator.Shared/UniqueNameBuilder.cs#L33
Missing XML comment for publicly visible type or member 'UniqueNameBuilder.Reserve(IEnumerable<string>)'
|
build / build:
InterfaceStubGenerator.Shared/Emitter.cs#L180
Method WriteRefitMethod passes 'ReturnTypeMetadata' as the paramName argument to a ArgumentOutOfRangeException constructor. Replace this argument with one of the method's parameter names. Note that the provided parameter name should have the exact casing as declared on the method. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2208)
|