Build editor exe #16
Annotations
12 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build
No files were found with the provided path: bin\Release\net6.0-windows\win-x64\publish. No artifacts will be uploaded.
|
build:
Components/ComponentHandler.cs#L106
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
build:
Components/ComponentHandler.cs#L122
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
build:
Components/ShortcutHandler.cs#L108
Cannot convert null literal to non-nullable reference type.
|
build:
Components/ShortcutHandler.cs#L113
Cannot convert null literal to non-nullable reference type.
|
build:
Components/ShortcutHandler.cs#L118
Cannot convert null literal to non-nullable reference type.
|
build:
Components/ShortcutHandler.cs#L123
Cannot convert null literal to non-nullable reference type.
|
build:
Components/ShortcutHandler.cs#L128
Cannot convert null literal to non-nullable reference type.
|
build:
MainWindow.xaml.cs#L85
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
build:
MainWindow.xaml.cs#L174
Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
|
build:
Modules/SyntaxModule/SyntaxCheck.cs#L560
Nullable value type may be null.
|