chore: disable general config and auto update #3
Annotations
11 warnings
build (7.0.x, win-x64)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@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 (7.0.x, win-x64)
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
|
build (7.0.x, win-x64):
src/TMSpeech.Core/Services/Resource/DownloadManager.cs#L187
Cannot convert null literal to non-nullable reference type.
|
build (7.0.x, win-x64):
src/TMSpeech.Core/Utils/SystemObjectNewtonsoftCompatibleConverter.cs#L42
Possible null reference return.
|
build (7.0.x, win-x64):
src/TMSpeech.Core/ConfigManager.cs#L42
Non-nullable event 'ConfigChanged' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
build (7.0.x, win-x64):
src/TMSpeech.Core/Services/Resource/ResourceManager.cs#L82
Possible null reference return.
|
build (7.0.x, win-x64):
src/TMSpeech.Core/Services/Resource/ResourceManager.cs#L87
Dereference of a possibly null reference.
|
build (7.0.x, win-x64):
src/TMSpeech.Core/Services/Resource/ResourceManager.cs#L87
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
|
build (7.0.x, win-x64):
src/TMSpeech.Core/Services/Resource/ResourceManager.cs#L124
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
build (7.0.x, win-x64):
src/TMSpeech.Core/Services/Resource/ResourceManager.cs#L136
Non-nullable property 'Modules' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build (7.0.x, win-x64):
src/TMSpeech.Core/Services/Resource/ResourceManager.cs#L30
Possible null reference return.
|