updated secret #9
Annotations
1 error and 10 warnings
build
Process completed with exit code 1.
|
build:
Core/Domains/BaseEntity.cs#L113
Nullability of reference types in type of parameter 'other' of 'bool BaseEntity.Equals(BaseEntity other)' doesn't match implicitly implemented member 'bool IEquatable<BaseEntity>.Equals(BaseEntity? other)' (possibly because of nullability attributes).
|
build:
Core/Domains/BaseEntity.cs#L91
Cannot convert null literal to non-nullable reference type.
|
build:
Core/Domains/BaseEntity.cs#L91
Cannot convert null literal to non-nullable reference type.
|
build:
Core/Domains/BaseEntity.cs#L92
Cannot convert null literal to non-nullable reference type.
|
build:
Core/Domains/BaseEntity.cs#L169
Cannot convert null literal to non-nullable reference type.
|
build:
Core/Domains/BaseEntity.cs#L169
Cannot convert null literal to non-nullable reference type.
|
build:
Core/Domains/BaseEntity.cs#L181
Cannot convert null literal to non-nullable reference type.
|
build:
Core/Domains/BaseEntity.cs#L181
Cannot convert null literal to non-nullable reference type.
|
build:
Core/Domains/BaseEntity.cs#L249
Cannot convert null literal to non-nullable reference type.
|
build:
Core/Interfaces/Data/IEntityContextRepository.cs#L7
Cannot convert null literal to non-nullable reference type.
|