test: add unsupported return type test #1963
Merged
Annotations
10 warnings
|
InterfaceStubGenerator.Shared/Models/WellKnownTYpes.cs#L12
In externally visible method 'INamedTypeSymbol WellKnownTypes.Get(Type type)', validate parameter 'type' 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#L28
Unused field 'TypeParameterVariableName' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1823)
|
|
InterfaceStubGenerator.Shared/Parser.cs#L46
Prefer the generic overload 'Refit.Generator.WellKnownTypes.Get<T>()' instead of 'Refit.Generator.WellKnownTypes.Get(System.Type)' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca2263)
|
|
InterfaceStubGenerator.Shared/UniqueNameBuilder.cs#L6
Missing XML comment for publicly visible type or member 'UniqueNameBuilder.UniqueNameBuilder()'
|
|
InterfaceStubGenerator.Shared/UniqueNameBuilder.cs#L6
Missing XML comment for publicly visible type or member 'UniqueNameBuilder'
|
|
InterfaceStubGenerator.Shared/Models/WellKnownTYpes.cs#L15
Missing XML comment for publicly visible type or member 'WellKnownTypes.TryGet(string)'
|
|
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