Update dependency MinVer to 6.1.0 #618
Merged
Annotations
10 warnings
|
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/ComponentModel/Model/IEntityView/IEntityView.cs#L11
Type 'IEntityView' directly or indirectly inherits 'IList' without implementing 'IList<T>'. Publicly-visible types should implement the generic version to broaden usability. (https://docs.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1010)
|
|
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/ComponentModel/Model/IEntityView/IEntityView (Generic).cs#L14
Type 'IEntityView' directly or indirectly inherits 'IList' without implementing 'IList<T>'. Publicly-visible types should implement the generic version to broaden usability. (https://docs.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1010)
|
|
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