Added image #52
Annotations
10 warnings
Mirivoice/Views/MessageWindow.axaml.cs#L26
Cannot convert null literal to non-nullable reference type.
|
Mirivoice/Mirivoice.Core/Editor/MTextBoxEditor.cs#L20
'MTextBoxEditor.PropertyChanged' hides inherited member 'ReactiveObject.PropertyChanged'. Use the new keyword if hiding was intended.
|
Mirivoice/Mirivoice.Core/Editor/MTextBoxEditor.cs#L20
Nullability of reference types in type of 'event PropertyChangedEventHandler MTextBoxEditor.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
|
Mirivoice/Mirivoice.Core/Editor/VoicerSelector.cs#L46
'VoicerSelector.PropertyChanged' hides inherited member 'ReactiveObject.PropertyChanged'. Use the new keyword if hiding was intended.
|
Mirivoice/Mirivoice.Core/Editor/VoicerSelector.cs#L46
Nullability of reference types in type of 'event PropertyChangedEventHandler VoicerSelector.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
|
Mirivoice/ViewModels/ViewModelBase.cs#L9
'ViewModelBase.PropertyChanged' hides inherited member 'ReactiveObject.PropertyChanged'. Use the new keyword if hiding was intended.
|
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'.
|
Mirivoice/Mirivoice.Core/Format/Voicer.cs#L154
'Voicer.PropertyChanged' hides inherited member 'ReactiveObject.PropertyChanged'. Use the new keyword if hiding was intended.
|
Mirivoice/Mirivoice.Core/Format/Voicer.cs#L154
Nullability of reference types in type of 'event PropertyChangedEventHandler Voicer.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
|
Mirivoice/Views/VoicersWindow.axaml.cs#L16
Non-nullable field 'viewModel' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
This job succeeded
Loading