Build editor exe #13
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:
ComponentHandler.cs#L135
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/AutoSaveModule/AutoSaveExceptions.cs#L24
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
build:
Modules/SyntaxModule/SyntaxCheck.cs#L559
Nullable value type may be null.
|
build:
Modules/AutoSaveModule/AutoSaveExceptions.cs#L45
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
build:
MainWindowCore.cs#L1142
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:
MainWindowCore.cs#L1320
Cannot convert null literal to non-nullable reference type.
|
build:
MainWindowCore.cs#L1330
Cannot convert null literal to non-nullable reference type.
|
build:
ShortcutHandler.cs#L95
Cannot convert null literal to non-nullable reference type.
|
build:
ShortcutHandler.cs#L100
Cannot convert null literal to non-nullable reference type.
|
build:
ShortcutHandler.cs#L105
Cannot convert null literal to non-nullable reference type.
|