Skip to content

Hide and Show CurrentEdit properly when AddLineBoxes undo #32

Hide and Show CurrentEdit properly when AddLineBoxes undo

Hide and Show CurrentEdit properly when AddLineBoxes undo #32

Triggered via push December 16, 2024 03:12
Status Success
Total duration 2m 36s
Artifacts

release-osx.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: Mirivoice/Commands/SetDefVoicerOriginator.cs#L6
'MOriginator<int>' is obsolete: 'This class will be obsolete, use ICommand instead'
build: Mirivoice/ViewModels/ViewModelBase.cs#L9
'ViewModelBase.PropertyChanged' hides inherited member 'ReactiveObject.PropertyChanged'. Use the new keyword if hiding was intended.
build: Mirivoice/ViewModels/ViewModelBase.cs#L9
Nullability of reference types in type of 'event PropertyChangedEventHandler ViewModelBase.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
build: Mirivoice/Views/MessageWindow.axaml.cs#L26
Cannot convert null literal to non-nullable reference type.
build: Mirivoice/Mirivoice.Core/Editor/MTextBoxEditor.cs#L16
'MTextBoxEditor.PropertyChanged' hides inherited member 'ReactiveObject.PropertyChanged'. Use the new keyword if hiding was intended.
build: Mirivoice/Mirivoice.Core/Editor/MTextBoxEditor.cs#L16
Nullability of reference types in type of 'event PropertyChangedEventHandler MTextBoxEditor.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
build: Mirivoice/Mirivoice.Core/Editor/VoicerSelector.cs#L21
'MementoCommand<int>' is obsolete: 'This class will be obsolete, use ICommand with Memento instead'
build: Mirivoice/Mirivoice.Core/Editor/VoicerSelector.cs#L48
'VoicerSelector.PropertyChanged' hides inherited member 'ReactiveObject.PropertyChanged'. Use the new keyword if hiding was intended.
build: Mirivoice/Mirivoice.Core/Editor/VoicerSelector.cs#L48
Nullability of reference types in type of 'event PropertyChangedEventHandler VoicerSelector.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
build: Mirivoice/Mirivoice.Core/Format/MResult.cs#L146
Cannot convert null literal to non-nullable reference type.