Smooth piano roll scroll in Stationary Cursor mode #1972
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/Ustx/UExpression.cs#L97
Nullability of reference types in type of parameter 'other' of 'bool UExpressionDescriptor.Equals(UExpressionDescriptor other)' doesn't match implicitly implemented member 'bool IEquatable<UExpressionDescriptor>.Equals(UExpressionDescriptor? other)' (possibly because of nullability attributes).
|
|
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