Fix github action tests failing on MacOS #1127
Merged
Annotations
10 warnings
test:
OpenUtau.Core/Api/Phonemizer.cs#L22
Cannot convert null literal to non-nullable reference type.
|
test:
OpenUtau.Core/Api/Phonemizer.cs#L22
Cannot convert null literal to non-nullable reference type.
|
test:
OpenUtau.Core/Api/G2pPack.cs#L21
Cannot convert null literal to non-nullable reference type.
|
test:
OpenUtau.Core/Api/G2pPack.cs#L22
Cannot convert null literal to non-nullable reference type.
|
test:
OpenUtau.Core/Api/G2pRemapper.cs#L14
Cannot convert null literal to non-nullable reference type.
|
test:
OpenUtau.Core/Classic/VoicebankFiles.cs#L15
Cannot convert null literal to non-nullable reference type.
|
test:
OpenUtau.Core/Util/ProcessRunner.cs#L10
Cannot convert null literal to non-nullable reference type.
|
test:
OpenUtau.Core/Voicevox/SimpleVoicevoxPhonemizer.cs#L13
Possible null reference assignment.
|
test:
OpenUtau.Core/Util/OS.cs#L80
Possible null reference return.
|
test:
OpenUtau.Core/Classic/Presamp.cs#L41
Non-nullable property 'Vowels' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Loading