Skip to content

Tests refactoring

Tests refactoring #10

Triggered via pull request May 7, 2025 14:09
@GamerVII-NETGamerVII-NET
synchronize #80
develop
Status Success
Total duration 2m 13s
Artifacts

docker-package-publish.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/Networking/Bedrock/Protocol/Packets/UnconnectedPongPacket.cs#L11
Non-nullable property 'Message' 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/Minecraft.cs#L128
Non-nullable property 'Address' 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#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.