Fix to remove invalid character from path. #134
publish-dotnet-binaries.yml
on: push
Matrix: Compile binaries
Create release
0s
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.
|