Skip to content

feat: log results and start on launch. #14

feat: log results and start on launch.

feat: log results and start on launch. #14

Triggered via push November 21, 2024 04:48
Status Failure
Total duration 2m 41s
Artifacts
Matrix: build
release
0s
release
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 11 warnings
build (7.0.x, win-x64): src/TMSpeech.GUI/ViewModels/ConfigViewModel.cs#L170
Semicolon after method or accessor block is not valid
build (7.0.x, win-x64)
Process completed with exit code 1.
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/ConfigManager.cs#L94
Possible null reference argument for parameter 'value' in 'void Dictionary<string, object>.Add(string key, object value)'.
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/ConfigManager.cs#L204
Possible null reference argument for parameter 'defaultConfig' in 'LocalConfigManagerImpl.LocalConfigManagerImpl(Dictionary<string, object> defaultConfig)'.
build (7.0.x, win-x64): 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.
build (7.0.x, win-x64): src/TMSpeech.Core/ConfigManager.cs#L102
Dereference of a possibly null reference.
build (7.0.x, win-x64): src/TMSpeech.Core/ConfigManager.cs#L112
Dereference of a possibly null reference.
build (7.0.x, win-x64): 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.