Trim and fade for the wave part #1968
Open
Annotations
10 warnings
|
test:
OpenUtau.Core/ThirdParty/Deque.cs#L303
Nullability of reference types in type of parameter 'value' doesn't match implemented member 'void IList.Insert(int index, object? value)' (possibly because of nullability attributes).
|
|
test:
OpenUtau.Core/ThirdParty/Deque.cs#L296
Nullability of reference types in type of parameter 'value' doesn't match implemented member 'int IList.IndexOf(object? value)' (possibly because of nullability attributes).
|
|
test:
OpenUtau.Core/ThirdParty/Deque.cs#L289
Nullability of reference types in type of parameter 'value' doesn't match implemented member 'bool IList.Contains(object? value)' (possibly because of nullability attributes).
|
|
test:
OpenUtau.Core/ThirdParty/Deque.cs#L281
Nullability of reference types in type of parameter 'value' doesn't match implemented member 'int IList.Add(object? value)' (possibly because of nullability attributes).
|
|
test:
OpenUtau.Core/Classic/VoicebankFiles.cs#L15
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/G2pRemapper.cs#L14
Cannot convert null literal to non-nullable reference type.
|
|
test:
OpenUtau.Core/Api/G2pPack.cs#L23
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/Phonemizer.cs#L22
Cannot convert null literal to non-nullable reference type.
|
Loading