Skip to content

Fix to remove invalid character from path. #134

Fix to remove invalid character from path.

Fix to remove invalid character from path. #134

Triggered via push April 22, 2024 14:50
Status Failure
Total duration 1m 6s
Artifacts
Matrix: Compile binaries
Create release
0s
Create release
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 7 warnings
Compile binaries (ubuntu-latest)
Process completed with exit code 2.
Compile binaries (windows-latest)
The job was canceled because "ubuntu-latest" failed.
Compile binaries (windows-latest)
The operation was canceled.
Compile binaries (macos-latest)
The job was canceled because "ubuntu-latest" failed.
Compile binaries (macos-latest)
The operation was canceled.
Compile binaries (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-dotnet@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Compile binaries (ubuntu-latest): src/Services/JsUnMapService.cs#L110
Dereference of a possibly null reference.
Compile binaries (ubuntu-latest): src/Services/JsUnMapService.cs#L123
Possible null reference argument for parameter 'input' in 'string PathUtils.RemoveInvalidFilenameCharacters(string input)'.
Compile binaries (ubuntu-latest): src/Services/JsUnMapService.cs#L124
Converting null literal or possible null value to non-nullable type.
Compile binaries (macos-latest): src/Services/JsUnMapService.cs#L110
Dereference of a possibly null reference.
Compile binaries (macos-latest): src/Services/JsUnMapService.cs#L123
Possible null reference argument for parameter 'input' in 'string PathUtils.RemoveInvalidFilenameCharacters(string input)'.
Compile binaries (macos-latest): src/Services/JsUnMapService.cs#L124
Converting null literal or possible null value to non-nullable type.