Maintenance #611
Annotations
10 warnings
|
build-and-test:
Shared/SharedCore/ByteParsing/ByteParserFactory.cs#L19
Argument of type '(DbTypesEnum FixedStringAcii, Type?, IByteParser)' cannot be used for parameter 'item' of type '(DbTypesEnum DbEnum, Type type, IByteParser parser)' in 'void List<(DbTypesEnum DbEnum, Type type, IByteParser parser)>.Add((DbTypesEnum DbEnum, Type type, IByteParser parser) item)' due to differences in the nullability of reference types.
|
|
build-and-test:
Shared/SharedCore/ByteParsing/ByteParserFactory.cs#L18
Argument of type '(DbTypesEnum FixedString, Type?, IByteParser)' cannot be used for parameter 'item' of type '(DbTypesEnum DbEnum, Type type, IByteParser parser)' in 'void List<(DbTypesEnum DbEnum, Type type, IByteParser parser)>.Add((DbTypesEnum DbEnum, Type type, IByteParser parser) item)' due to differences in the nullability of reference types.
|
|
build-and-test:
Shared/SharedCore/ByteParsing/ByteParserFactory.cs#L17
Argument of type '(DbTypesEnum String_ascii, Type?, IByteParser StringAscii)' cannot be used for parameter 'item' of type '(DbTypesEnum DbEnum, Type type, IByteParser parser)' in 'void List<(DbTypesEnum DbEnum, Type type, IByteParser parser)>.Add((DbTypesEnum DbEnum, Type type, IByteParser parser) item)' due to differences in the nullability of reference types.
|
|
build-and-test:
Shared/SharedCore/DependencyInjection/ScopeRepository.cs#L82
Nullability in constraints for type parameter 'T' of method 'ScopeRepository.GetRequiredService<T>(IEditorInterface)' doesn't match the constraints for type parameter 'T' of interface method 'IScopeRepository.GetRequiredService<T>(IEditorInterface)'. Consider using an explicit interface implementation instead.
|
|
build-and-test:
Shared/SharedCore/DependencyInjection/ScopeRepository.cs#L103
Nullability in constraints for type parameter 'T' of method 'ScopeRepository.GetRequiredServiceRootScope<T>()' doesn't match the constraints for type parameter 'T' of interface method 'IScopeRepository.GetRequiredServiceRootScope<T>()'. Consider using an explicit interface implementation instead.
|
|
build-and-test:
Shared/SharedCore/Misc/NotifyPropertyChangedImpl.cs#L54
Cannot convert null literal to non-nullable reference type.
|
|
build-and-test:
Shared/SharedCore/Misc/NotifyPropertyChangedImpl.cs#L29
Cannot convert null literal to non-nullable reference type.
|
|
build-and-test:
Shared/SharedCore/Misc/MathUtil.cs#L144
Cannot convert null literal to non-nullable reference type.
|
|
build-and-test:
Shared/SharedCore/Misc/JsonHelpers.cs#L29
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
|
build-and-test:
Shared/SharedCore/Misc/JsonHelpers.cs#L13
Nullability of type of parameter 'existingValue' doesn't match overridden member (possibly because of nullability attributes).
|