Update GitHub Artifact Actions (major) #615
Merged
Annotations
10 warnings
|
Build:
src/Radical/Helpers/ReflectionHelper.cs#L18
Do not nest type BoundReflectionHelper. Alternatively, change its accessibility so that it is not externally visible. (https://docs.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1034)
|
|
Build:
src/Radical/Extensions/Reflection/ObjectExtensions.cs#L11
Rename type Function so that it no longer conflicts with the reserved language keyword 'Function'. Using a reserved keyword as the name of a type makes it harder for consumers in other languages to use the type. (https://docs.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1716)
|
|
Build:
src/Radical/Helpers/KnownRegex.cs#L5
Do not nest type CreditCards. Alternatively, change its accessibility so that it is not externally visible. (https://docs.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1034)
|
|
Build:
src/Radical/ComponentModel/Messaging/INeedSafeSubscription.cs#L9
Avoid empty interfaces (https://docs.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1040)
|
|
Build:
src/Radical/Exceptions/MissingContractAttributeException.cs#L14
Add the following constructor to MissingContractAttributeException: public MissingContractAttributeException(string message) (https://docs.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1032)
|
|
Build:
src/Radical/Exceptions/MissingContractAttributeException.cs#L14
Add the following constructor to MissingContractAttributeException: public MissingContractAttributeException() (https://docs.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1032)
|
|
Build:
src/Radical/Model/EntityCollection/EntityCollection.(Generic).cs#L267
XML comment has cref attribute 'T' that refers to a type parameter
|
|
Build:
src/Radical/Model/EntityCollection/EntityCollection.(Generic).cs#L592
Unexpected character '1'. See also error CS1056.
|
|
Build:
src/Radical/Model/EntityCollection/EntityCollection.(Generic).cs#L592
Unexpected character '`'. See also error CS1056.
|
|
Build:
src/Radical/Model/EntityCollection/EntityCollection.(Generic).cs#L592
XML comment has syntactically incorrect cref attribute 'System.Collections.Generic.ICollection`1'
|
Loading