fix(ci): grant write permissions #8
Annotations
11 warnings
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/Utils/SystemObjectNewtonsoftCompatibleConverter.cs#L42
Possible null reference return.
|
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#L94
Possible null reference argument for parameter 'value' in 'void Dictionary<string, object>.Add(string key, object value)'.
|
Publish:
src/TMSpeech.Core/ConfigManager.cs#L102
Dereference of a possibly null reference.
|
Publish:
src/TMSpeech.Core/ConfigManager.cs#L112
Dereference of a possibly null reference.
|
Publish:
src/TMSpeech.Core/ConfigManager.cs#L175
Possible null reference argument for parameter 'defaultConfig' in 'LocalConfigManagerImpl.LocalConfigManagerImpl(Dictionary<string, object> defaultConfig)'.
|
Publish:
src/TMSpeech.Core/ConfigManager.cs#L167
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#L119
Dereference of a possibly null reference.
|
Loading