Skip to content

Fixed potential infinite recursion ISyncSimple crashes #82

Fixed potential infinite recursion ISyncSimple crashes

Fixed potential infinite recursion ISyncSimple crashes #82

Triggered via pull request February 23, 2024 16:55
Status Success
Total duration 43s
Artifacts

pr-check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Builds
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3.0.3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Builds: Source/Common/Util/DynDelegate.cs#L164
Cannot convert null literal to non-nullable reference type.
Builds: Source/Common/Native.cs#L36
Cannot convert null literal to non-nullable reference type.
Builds: Source/Common/Native.cs#L36
Cannot convert null literal to non-nullable reference type.
Builds: Source/Common/Native.cs#L39
Cannot convert null literal to non-nullable reference type.
Builds: Source/Common/Native.cs#L39
Cannot convert null literal to non-nullable reference type.
Builds: Source/Common/Util/DynDelegate.cs#L129
Cannot convert null literal to non-nullable reference type.
Builds: Source/Common/ChatCommands.cs#L7
Possible null reference return.
Builds: Source/Common/Util/ServerLog.cs#L8
Non-nullable field 'info' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Builds: Source/Common/Util/ServerLog.cs#L9
Non-nullable field 'error' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
Builds: Source/Common/Util/DynDelegate.cs#L161
Possible null reference return.