Release #19
Annotations
1 error and 11 warnings
release
Process completed with exit code 1.
|
release
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
release:
src/Detached.Mappers/Mapper.cs#L25
Cannot convert null literal to non-nullable reference type.
|
release:
src/Detached.Mappers/Mapper.cs#L40
Possible null reference assignment.
|
release:
src/Detached.Mappers/Mapper.cs#L40
Cannot convert null literal to non-nullable reference type.
|
release:
src/Detached.Mappers/TypeBinders/TypeBinderKey.cs#L17
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
release:
src/Detached.Mappers/Context/MapContext.cs#L12
Cannot convert null literal to non-nullable reference type.
|
release:
src/Detached.Mappers/TypeMappers/Class/Inherited/InheritedTypeMapper.cs#L13
The type 'TDiscriminator' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'TDiscriminator' doesn't match 'notnull' constraint.
|
release:
src/Detached.Mappers/TypeMappers/Class/Inherited/InheritedTypeMapper.cs#L17
The type 'TDiscriminator' cannot be used as type parameter 'TKey' in the generic type or method 'Dictionary<TKey, TValue>'. Nullability of type argument 'TDiscriminator' doesn't match 'notnull' constraint.
|
release:
src/Detached.Mappers/TypeMappers/Entity/EntityKey.cs#L16
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
release:
src/Detached.Mappers/TypeMappers/TypeMapperKey.cs#L25
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
release:
src/Detached.Mappers/TypeMappers/Entity/EntityKey.cs#L39
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|