Skip to content

refactor: Cleanup

refactor: Cleanup #17

Triggered via push October 1, 2024 15:49
Status Success
Total duration 1m 5s
Artifacts

dotnet-web.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, JamesIves/github-pages-deploy-action@releases/v3. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1, JamesIves/github-pages-deploy-action@releases/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: src/MimaSim/MimaSim/Commands/DialogCommand.cs#L13
Nullability of reference types in type of parameter 'parameter' of 'bool DialogCommand.CanExecute(object parameter)' doesn't match implicitly implemented member 'bool ICommand.CanExecute(object? parameter)' (possibly because of nullability attributes).
build: src/MimaSim/MimaSim/Commands/DialogCommand.cs#L18
Nullability of reference types in type of parameter 'parameter' of 'void DialogCommand.Execute(object parameter)' doesn't match implicitly implemented member 'void ICommand.Execute(object? parameter)' (possibly because of nullability attributes).
build: src/MimaSim/MimaSim/Controls/ContentDialog.cs#L8
'IStyleable' is obsolete: 'This interface may be removed in 12.0. Use StyledElement, or override StyledElement.StyleKeyOverride to override the StyleKey for a class.'
build: src/MimaSim/MimaSim/Controls/MapTableControl.cs#L8
'IStyleable' is obsolete: 'This interface may be removed in 12.0. Use StyledElement, or override StyledElement.StyleKeyOverride to override the StyleKey for a class.'
build: src/MimaSim/MimaSim/Controls/DialogControl.cs#L10
'IStyleable' is obsolete: 'This interface may be removed in 12.0. Use StyledElement, or override StyledElement.StyleKeyOverride to override the StyleKey for a class.'
build: src/MimaSim/MimaSim/Controls/ProgramEditorControl.axaml.cs#L22
Nullability of reference types in type of parameter 'sender' of 'void ProgramEditorControl.ProgramEditorControl_Initialized(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
build: src/MimaSim/MimaSim/Views/MainView.axaml.cs#L18
Possible null reference argument for parameter 'parent' in 'void TabSwitcher.Initialize(TabControl parent)'.
build: src/MimaSim/MimaSim/Controls/ProgramEditorControl.axaml.cs#L29
Dereference of a possibly null reference.
build: src/MimaSim/MimaSim/Controls/MimaComponents/RegisterControl.axaml.cs#L19
Converting null literal or possible null value to non-nullable type.