Skip to content

Remove .NET installation functionality and update project #106

Remove .NET installation functionality and update project

Remove .NET installation functionality and update project #106

Triggered via push August 25, 2024 17:29
Status Failure
Total duration 2m 1s
Artifacts

main.yml

on: push
build-and-release
1m 49s
build-and-release
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
build-and-release
Process completed with exit code 1.
build-and-release
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, 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-and-release: MagicChatboxV2/App.xaml.cs#L18
Cannot convert null literal to non-nullable reference type.
build-and-release: MagicChatboxV2/Startup/Windows/LoadingWindowViewModel.cs#L14
Non-nullable field 'progressMessage' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-and-release: MagicChatboxV2/Models/Settings.cs#L17
Non-nullable field 'settingVersion' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-and-release: MagicChatboxV2/Modules/CurrentTimeModule.cs#L86
Non-nullable event 'DataUpdated' must contain a non-null value when exiting constructor. Consider declaring the event as nullable.
build-and-release: MagicChatboxV2/Modules/CurrentTimeModule.cs#L24
Non-nullable field 'settingVersion' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build-and-release: MagicChatboxV2/App.xaml.cs#L47
Dereference of a possibly null reference.
build-and-release: MagicChatboxV2/Services/SettingsService.cs#L70
Possible null reference return.
build-and-release: MagicChatboxV2/Services/SettingsService.cs#L90
Converting null literal or possible null value to non-nullable type.
build-and-release: MagicChatboxV2/Services/SettingsService.cs#L91
The type 'T?' cannot be used as type parameter 'T' in the generic type or method 'SettingsService.SaveSettingsAsync<T>(T)'. Nullability of type argument 'T?' doesn't match constraint type 'MagicChatboxV2.Models.ISettings'.
build-and-release: MagicChatboxV2/Services/SettingsService.cs#L92
Possible null reference return.