feat: log results and start on launch. #14
Annotations
2 errors and 11 warnings
Publish:
src/TMSpeech.GUI/ViewModels/ConfigViewModel.cs#L170
Semicolon after method or accessor block is not valid
|
Publish
Process completed with exit code 1.
|
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/
|
Publish
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.
|
Publish:
src/TMSpeech.Core/Services/Resource/DownloadManager.cs#L187
Cannot convert null literal to non-nullable reference type.
|
Publish:
src/TMSpeech.Core/ConfigManager.cs#L94
Possible null reference argument for parameter 'value' in 'void Dictionary<string, object>.Add(string key, object value)'.
|
Publish:
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.
|
Publish:
src/TMSpeech.Core/ConfigManager.cs#L204
Possible null reference argument for parameter 'defaultConfig' in 'LocalConfigManagerImpl.LocalConfigManagerImpl(Dictionary<string, object> defaultConfig)'.
|
Publish:
src/TMSpeech.Core/ConfigManager.cs#L196
Non-nullable field '_defaultConfig' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Publish:
src/TMSpeech.Core/ConfigManager.cs#L102
Dereference of a possibly null reference.
|
Publish:
src/TMSpeech.Core/Utils/SystemObjectNewtonsoftCompatibleConverter.cs#L42
Possible null reference return.
|
Publish:
src/TMSpeech.Core/ConfigManager.cs#L112
Dereference of a possibly null reference.
|
Publish:
src/TMSpeech.Core/JobManager.cs#L60
Non-nullable field '_sensitiveWords' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Loading