Skip to content

Update to v2025.2

Update to v2025.2 #27

Triggered via pull request September 28, 2025 09:51
@GamerVII-NETGamerVII-NET
synchronize #94
develop
Status Failure
Total duration 2m 4s
Artifacts

docker-package-publish.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.