Skip to content

Update der Programmversion auf 1.0.3 #3

Update der Programmversion auf 1.0.3

Update der Programmversion auf 1.0.3 #3

Triggered via push May 8, 2024 11:45
Status Success
Total duration 4m 9s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

26 warnings
deploy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v3, actions/create-release@v1, csexton/release-asset-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
deploy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/create-release@v1, csexton/release-asset-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
deploy: BWB-Auswertung/ViewModels/RelayCommand.cs#L15
Nullability of reference types in type of parameter 'parameter' of 'bool RelayCommand.CanExecute(object parameter)' doesn't match implicitly implemented member 'bool ICommand.CanExecute(object? parameter)' (possibly because of nullability attributes).
deploy: BWB-Auswertung/ViewModels/RelayCommand.cs#L20
Nullability of reference types in type of parameter 'parameter' of 'void RelayCommand.Execute(object parameter)' doesn't match implicitly implemented member 'void ICommand.Execute(object? parameter)' (possibly because of nullability attributes).
deploy: BWB-Auswertung/ViewModels/RelayCommand.cs#L25
Nullability of reference types in type of 'event EventHandler RelayCommand.CanExecuteChanged' doesn't match implicitly implemented member 'event EventHandler? ICommand.CanExecuteChanged'.
deploy: BWB-Auswertung/ViewModels/RelayCommand.cs#L9
Cannot convert null literal to non-nullable reference type.
deploy: BWB-Auswertung/IO/DeserializeXML.cs#L9
Type parameter 'T' has the same name as the type parameter from outer type 'DeserializeXML<T>'
deploy: BWB-Auswertung/IO/SerializeXML.cs#L10
Type parameter 'T' has the same name as the type parameter from outer type 'SerializeXML<T>'
deploy: BWB-Auswertung/ViewModels/MainViewModel.cs#L63
Non-nullable field 'gruppen' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
deploy: BWB-Auswertung/ViewModels/MainViewModel.cs#L63
Non-nullable field 'einstellungen' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
deploy: BWB-Auswertung/ViewModels/MainViewModel.cs#L63
Non-nullable field 'artList' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
deploy: BWB-Auswertung/ViewModels/MainViewModel.cs#L63
Non-nullable field 'removeGroupCommand' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
deploy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
deploy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
deploy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
deploy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
deploy: BWB-Auswertung/ViewModels/RelayCommand.cs#L15
Nullability of reference types in type of parameter 'parameter' of 'bool RelayCommand.CanExecute(object parameter)' doesn't match implicitly implemented member 'bool ICommand.CanExecute(object? parameter)' (possibly because of nullability attributes).
deploy: BWB-Auswertung/ViewModels/RelayCommand.cs#L20
Nullability of reference types in type of parameter 'parameter' of 'void RelayCommand.Execute(object parameter)' doesn't match implicitly implemented member 'void ICommand.Execute(object? parameter)' (possibly because of nullability attributes).
deploy: BWB-Auswertung/ViewModels/RelayCommand.cs#L25
Nullability of reference types in type of 'event EventHandler RelayCommand.CanExecuteChanged' doesn't match implicitly implemented member 'event EventHandler? ICommand.CanExecuteChanged'.
deploy: BWB-Auswertung/IO/DeserializeXML.cs#L9
Type parameter 'T' has the same name as the type parameter from outer type 'DeserializeXML<T>'
deploy: BWB-Auswertung/IO/SerializeXML.cs#L10
Type parameter 'T' has the same name as the type parameter from outer type 'SerializeXML<T>'
deploy: BWB-Auswertung/ViewModels/RelayCommand.cs#L9
Cannot convert null literal to non-nullable reference type.
deploy: BWB-Auswertung/Models/Settings.cs#L69
Non-nullable field '_enumType' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
deploy: BWB-Auswertung/Models/GitHub.cs#L12
Non-nullable property 'tag_name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
deploy: BWB-Auswertung/IO/SerializeXML.cs#L26
Dereference of a possibly null reference.
deploy: BWB-Auswertung/Models/PersonTeilnehmendenliste.cs#L7
Non-nullable property 'Feuerwehr' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.