feat: add DynamicallyAccessedMembers attribute
#1973
Merged
Annotations
10 warnings
|
InterfaceStubGenerator.Shared/Emitter.cs#L191
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)
|
|
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/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