Skip to content

feat: Add Stack

feat: Add Stack #57

Triggered via push October 12, 2024 08:37
Status Success
Total duration 1m 31s
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/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/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/Behaviors/HighlightingBindingBehavior.cs#L29
Nullability of reference types in type of parameter 'sender' of 'void HighlightingBindingBehavior.TextChanged(object sender, EventArgs eventArgs)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
build: src/MimaSim/MimaSim/Behaviors/HighlightingBindingBehavior.cs#L40
Nullability of reference types in type of parameter 'sender' of 'void HighlightingBindingBehavior.TextChanged(object sender, EventArgs eventArgs)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
build: src/MimaSim/MimaSim/Behaviors/HighlightingBindingBehavior.cs#L11
Non-nullable field '_textEditor' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/MimaSim/MimaSim/Behaviors/DocumentTextBindingBehavior.cs#L29
Nullability of reference types in type of parameter 'sender' of 'void DocumentTextBindingBehavior.TextChanged(object sender, EventArgs eventArgs)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
build: src/MimaSim/MimaSim/Behaviors/DocumentTextBindingBehavior.cs#L40
Nullability of reference types in type of parameter 'sender' of 'void DocumentTextBindingBehavior.TextChanged(object sender, EventArgs eventArgs)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
build: src/MimaSim/MimaSim/Controls/MimaComponents/RegisterControl.axaml.cs#L19
Converting null literal or possible null value to non-nullable type.