Skip to content

Update OpenGSQ.csproj #104

Update OpenGSQ.csproj

Update OpenGSQ.csproj #104

Triggered via push January 26, 2024 19:35
Status Success
Total duration 32s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
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/Exceptions/InvalidPacketException.cs#L38
Dereference of a possibly null reference.
build: OpenGSQ/Exceptions/InvalidPacketException.cs#L56
Dereference of a possibly null reference.
build: OpenGSQ/Exceptions/InvalidPacketException.cs#L57
Dereference of a possibly null reference.
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.