Skip to content

Update QuestAreaCodeType.cs - more values from testing other ms ver. #24

Update QuestAreaCodeType.cs - more values from testing other ms ver.

Update QuestAreaCodeType.cs - more values from testing other ms ver. #24

Triggered via push November 24, 2024 19:53
Status Success
Total duration 1m 16s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: MapleLib/WzLib/WzProperties/WzCanvasProperty.cs#L280
'WzCanvasProperty.GetLinkedWzImageProperty()' hides inherited member 'WzImageProperty.GetLinkedWzImageProperty()'. Use the new keyword if hiding was intended.
build: MapleLib/SquishPNGWrapper.cs#L54
'AssemblyName.ProcessorArchitecture' is obsolete: 'AssemblyName members HashAlgorithm, ProcessorArchitecture, and VersionCompatibility are obsolete and not supported.' (https://aka.ms/dotnet-warnings/SYSLIB0037)
build: MapleLib/SquishPNGWrapper.cs#L67
The result of the expression is always 'true' since a value of type 'nint' is never equal to 'null' of type 'nint?'
build: MapleLib/SquishPNGWrapper.cs#L71
The result of the expression is always 'true' since a value of type 'nint' is never equal to 'null' of type 'nint?'
build: MapleLib/SquishPNGWrapper.cs#L75
The result of the expression is always 'true' since a value of type 'nint' is never equal to 'null' of type 'nint?'
build: MapleLib/SquishPNGWrapper.cs#L79
The result of the expression is always 'true' since a value of type 'nint' is never equal to 'null' of type 'nint?'
build: MapleLib/SquishPNGWrapper.cs#L83
The result of the expression is always 'true' since a value of type 'nint' is never equal to 'null' of type 'nint?'
build: MapleLib/SquishPNGWrapper.cs#L87
The result of the expression is always 'true' since a value of type 'nint' is never equal to 'null' of type 'nint?'
build: MapleLib/SquishPNGWrapper.cs#L91
The result of the expression is always 'true' since a value of type 'nint' is never equal to 'null' of type 'nint?'
build: MapleLib/WzLib/Util/WzBinaryReader.cs#L143
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.