Update dotnet.yml #3
Annotations
10 warnings
build:
MapleLib/WzLib/Util/WzMutableKey.cs#L109
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
MapleLib/WzLib/Util/WzMutableKey.cs#L112
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
MapleLib/WzLib/Util/WzMutableKey.cs#L117
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
MapleLib/WzLib/Util/WzMutableKey.cs#L117
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
MapleLib/WzLib/Util/WzMutableKey.cs#L120
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
MapleLib/WzLib/Util/WzMutableKey.cs#L120
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
MapleLib/WzLib/Util/WzMutableKey.cs#L32
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
MapleLib/WzLib/WzProperties/WzCanvasProperty.cs#L280
'WzCanvasProperty.GetLinkedWzImageProperty()' hides inherited member 'WzImageProperty.GetLinkedWzImageProperty()'. Use the new keyword if hiding was intended.
|
build:
MapleLib/ClientLib/CCrc32.cs#L208
The result of the expression is always 'true' since a value of type 'uint' is never equal to 'null' of type 'uint?'
|
build:
MapleLib/MapleCryptoLib/MapleAESEncryption.cs#L52
'AesManaged' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)
|