Skip to content

feat: Add CALL and RET Instructions #121

feat: Add CALL and RET Instructions

feat: Add CALL and RET Instructions #121

Triggered via pull request October 30, 2024 13:51
Status Cancelled
Total duration 56s
Artifacts

dotnet-web.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 10 warnings
build
The run was canceled by @furesoft.
build: src/MimaSim/MimaSim/MIMA/Instructions/RetInstruction.cs#L13
Cannot assign void to an implicitly-typed variable
build: src/MimaSim/MimaSim/MIMA/Instructions/CallInstruction.cs#L14
No overload for method 'Push' takes 1 arguments
build: src/MimaSim/MimaSim/MIMA/Instructions/RetInstruction.cs#L13
Cannot assign void to an implicitly-typed variable
build: src/MimaSim/MimaSim/MIMA/Instructions/CallInstruction.cs#L14
No overload for method 'Push' takes 1 arguments
build
The operation was canceled.
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#L38
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/ViewModels/Mima/NetworkCardPopupViewModel.cs#L36
Non-nullable field '_mac' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/MimaSim/MimaSim/ViewModels/Mima/NetworkCardPopupViewModel.cs#L36
Non-nullable field '_ip' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: src/MimaSim/MimaSim/ViewModels/Mima/NetworkCardPopupViewModel.cs#L36
Non-nullable field '_subnetMask' 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/HighlightingBindingBehavior.cs#L14
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#L28
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).