Skip to content

Fixed linux build

Fixed linux build #20

Triggered via push October 14, 2024 16:09
Status Success
Total duration 2m 9s
Artifacts

release-osx.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, softprops/action-gh-release@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: Mirivoice/Views/MessageWindow.axaml.cs#L26
Cannot convert null literal to non-nullable reference type.
build: Mirivoice/Mirivoice.Core/Editor/MTextBoxEditor.cs#L20
'MTextBoxEditor.PropertyChanged' hides inherited member 'ReactiveObject.PropertyChanged'. Use the new keyword if hiding was intended.
build: 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'.
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/Views/ExpressionEditViewVITS2.axaml.cs#L64
'ExpressionEditViewVITS2.Tapped(object, TappedEventArgs)' hides inherited member 'InputElement.Tapped'. Use the new keyword if hiding was intended.
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/Mirivoice.Core/Format/MResult.cs#L151
Cannot convert null literal to non-nullable reference type.
build: Mirivoice/Mirivoice.Core/Format/Voicer.cs#L175
'Voicer.PropertyChanged' hides inherited member 'ReactiveObject.PropertyChanged'. Use the new keyword if hiding was intended.