Update to v2025.2 #27
Annotations
1 error and 10 warnings
|
build
Process completed with exit code 1.
|
|
build:
src/Pingo/Pingo/Helpers/SocketConnectionContext.cs#L15
Non-nullable property 'Items' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
src/Pingo/Pingo/Helpers/SocketConnectionContext.cs#L15
Non-nullable property 'Features' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
src/Pingo/Pingo/Helpers/SocketConnectionContext.cs#L15
Non-nullable property 'ConnectionId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
src/Pingo/Pingo/Converters/DescriptionConverter.cs#L34
Possible null reference assignment.
|
|
build:
src/Pingo/Pingo/Converters/DescriptionConverter.cs#L27
Converting null literal or possible null value to non-nullable type.
|
|
build:
src/Pingo/Pingo/Status/JavaStatus.cs#L46
Dereference of a possibly null reference.
|
|
build:
src/Pingo/Pingo/Status/JavaStatus.cs#L45
Dereference of a possibly null reference.
|
|
build:
src/Pingo/Pingo/Helpers/SocketConnectionContext.cs#L23
'SocketConnectionContext.DisposeAsync()' hides inherited member 'BaseConnectionContext.DisposeAsync()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
|
build:
src/Gml.Core.Interfaces/News/INews.cs#L7
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
src/Gml.Core.Interfaces/Mods/IExternalMod.cs#L9
'IExternalMod.Url' hides inherited member 'IMod.Url'. Use the new keyword if hiding was intended.
|