Skip to content

Fixed logic error in phonemizing #15

Fixed logic error in phonemizing

Fixed logic error in phonemizing #15

Triggered via push September 27, 2024 02:04
Status Success
Total duration 42s
Artifacts

build.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

30 warnings
build (win-x64): Mirivoice/Mirivoice.Plugins.Builtin/IPAConverters/EnglishUSIPAConverter.cs#L10
The using directive for 'System.Collections.Generic' appeared previously in this namespace
build (win-x64): Mirivoice/Mirivoice.Core/Editor/MTextBoxEditor.cs#L21
'MTextBoxEditor.PropertyChanged' hides inherited member 'ReactiveObject.PropertyChanged'. Use the new keyword if hiding was intended.
build (win-x64): Mirivoice/Mirivoice.Core/Editor/MTextBoxEditor.cs#L21
Nullability of reference types in type of 'event PropertyChangedEventHandler MTextBoxEditor.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
build (win-x64): Mirivoice/Mirivoice.Core/Editor/VoicerSelector.cs#L47
'VoicerSelector.PropertyChanged' hides inherited member 'ReactiveObject.PropertyChanged'. Use the new keyword if hiding was intended.
build (win-x64): Mirivoice/Mirivoice.Core/Editor/VoicerSelector.cs#L47
Nullability of reference types in type of 'event PropertyChangedEventHandler VoicerSelector.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
build (win-x64): Mirivoice/Views/MessageWindow.axaml.cs#L30
Cannot convert null literal to non-nullable reference type.
build (win-x64): Mirivoice/ViewModels/ViewModelBase.cs#L9
'ViewModelBase.PropertyChanged' hides inherited member 'ReactiveObject.PropertyChanged'. Use the new keyword if hiding was intended.
build (win-x64): 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 (win-x64): Mirivoice/Mirivoice.Core/Utils/MemoryLogger.cs#L30
Nullability of reference types in type of parameter 'exception' of 'void MemoryLogger.Log<TState>(LogLevel logLevel, EventId eventId, TState state, Exception exception, Func<TState, Exception, string> formatter)' doesn't match implicitly implemented member 'void ILogger.Log<TState>(LogLevel logLevel, EventId eventId, TState state, Exception? exception, Func<TState, Exception?, string> formatter)' (possibly because of nullability attributes).
build (win-x64): Mirivoice/Mirivoice.Core/Utils/MemoryLogger.cs#L20
Nullability in constraints for type parameter 'TState' of method 'MemoryLogger.BeginScope<TState>(TState)' doesn't match the constraints for type parameter 'TState' of interface method 'ILogger.BeginScope<TState>(TState)'. Consider using an explicit interface implementation instead.
build (linux-x64): Mirivoice/Mirivoice.Plugins.Builtin/IPAConverters/EnglishUSIPAConverter.cs#L10
The using directive for 'System.Collections.Generic' appeared previously in this namespace
build (linux-x64): Mirivoice/Views/MessageWindow.axaml.cs#L30
Cannot convert null literal to non-nullable reference type.
build (linux-x64): Mirivoice/Mirivoice.Core/Editor/MTextBoxEditor.cs#L21
'MTextBoxEditor.PropertyChanged' hides inherited member 'ReactiveObject.PropertyChanged'. Use the new keyword if hiding was intended.
build (linux-x64): Mirivoice/Mirivoice.Core/Editor/MTextBoxEditor.cs#L21
Nullability of reference types in type of 'event PropertyChangedEventHandler MTextBoxEditor.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
build (linux-x64): Mirivoice/Mirivoice.Core/Editor/VoicerSelector.cs#L47
'VoicerSelector.PropertyChanged' hides inherited member 'ReactiveObject.PropertyChanged'. Use the new keyword if hiding was intended.
build (linux-x64): Mirivoice/Mirivoice.Core/Editor/VoicerSelector.cs#L47
Nullability of reference types in type of 'event PropertyChangedEventHandler VoicerSelector.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
build (linux-x64): Mirivoice/ViewModels/ViewModelBase.cs#L9
'ViewModelBase.PropertyChanged' hides inherited member 'ReactiveObject.PropertyChanged'. Use the new keyword if hiding was intended.
build (linux-x64): 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 (linux-x64): Mirivoice/Mirivoice.Core/Format/Voicer.cs#L156
'Voicer.PropertyChanged' hides inherited member 'ReactiveObject.PropertyChanged'. Use the new keyword if hiding was intended.
build (linux-x64): Mirivoice/Mirivoice.Core/Format/Voicer.cs#L156
Nullability of reference types in type of 'event PropertyChangedEventHandler Voicer.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
build (osx-x64): Mirivoice/Mirivoice.Plugins.Builtin/IPAConverters/EnglishUSIPAConverter.cs#L10
The using directive for 'System.Collections.Generic' appeared previously in this namespace
build (osx-x64): Mirivoice/Views/MessageWindow.axaml.cs#L30
Cannot convert null literal to non-nullable reference type.
build (osx-x64): Mirivoice/Mirivoice.Core/Editor/MTextBoxEditor.cs#L21
'MTextBoxEditor.PropertyChanged' hides inherited member 'ReactiveObject.PropertyChanged'. Use the new keyword if hiding was intended.
build (osx-x64): Mirivoice/Mirivoice.Core/Editor/MTextBoxEditor.cs#L21
Nullability of reference types in type of 'event PropertyChangedEventHandler MTextBoxEditor.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
build (osx-x64): Mirivoice/Mirivoice.Core/Editor/VoicerSelector.cs#L47
'VoicerSelector.PropertyChanged' hides inherited member 'ReactiveObject.PropertyChanged'. Use the new keyword if hiding was intended.
build (osx-x64): Mirivoice/Mirivoice.Core/Editor/VoicerSelector.cs#L47
Nullability of reference types in type of 'event PropertyChangedEventHandler VoicerSelector.PropertyChanged' doesn't match implicitly implemented member 'event PropertyChangedEventHandler? INotifyPropertyChanged.PropertyChanged'.
build (osx-x64): Mirivoice/ViewModels/ViewModelBase.cs#L9
'ViewModelBase.PropertyChanged' hides inherited member 'ReactiveObject.PropertyChanged'. Use the new keyword if hiding was intended.
build (osx-x64): 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 (osx-x64): Mirivoice/Mirivoice.Core/Utils/MemoryLogger.cs#L30
Nullability of reference types in type of parameter 'exception' of 'void MemoryLogger.Log<TState>(LogLevel logLevel, EventId eventId, TState state, Exception exception, Func<TState, Exception, string> formatter)' doesn't match implicitly implemented member 'void ILogger.Log<TState>(LogLevel logLevel, EventId eventId, TState state, Exception? exception, Func<TState, Exception?, string> formatter)' (possibly because of nullability attributes).
build (osx-x64): Mirivoice/Mirivoice.Core/Utils/MemoryLogger.cs#L20
Nullability in constraints for type parameter 'TState' of method 'MemoryLogger.BeginScope<TState>(TState)' doesn't match the constraints for type parameter 'TState' of interface method 'ILogger.BeginScope<TState>(TState)'. Consider using an explicit interface implementation instead.