Skip to content

Update Protocols

Update Protocols #103

Triggered via push January 26, 2024 19:30
Status Failure
Total duration 28s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build
Process completed with exit code 1.
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build: OpenGSQ/Protocols/EOS.cs#L36
Cannot convert null literal to non-nullable reference type.
build: OpenGSQ/Protocols/EOS.cs#L36
Cannot convert null literal to non-nullable reference type.
build: OpenGSQ/Protocols/Scum.cs#L45
Cannot convert null literal to non-nullable reference type.
build: OpenGSQ/Responses/Vcmp/Status.cs#L11
Non-nullable property 'Version' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: OpenGSQ/Responses/Vcmp/Status.cs#L31
Non-nullable property 'ServerName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: OpenGSQ/Responses/Vcmp/Status.cs#L36
Non-nullable property 'GameType' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: OpenGSQ/Responses/Vcmp/Status.cs#L41
Non-nullable property 'Language' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: OpenGSQ/Responses/Vcmp/Player.cs#L11
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: OpenGSQ/Responses/Unreal2/Status.cs#L16
Non-nullable property 'ServerIP' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: OpenGSQ/Responses/Unreal2/Status.cs#L31
Non-nullable property 'ServerName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.