Skip to content

Update publish.yml

Update publish.yml #17

Triggered via push June 25, 2024 17:53
Status Success
Total duration 33s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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/Domains/BaseEvent.cs#L9
Cannot convert null literal to non-nullable reference type.
build: Core/Domains/BaseEvent.cs#L9
Cannot convert null literal to non-nullable reference type.
build: Core/Domains/BaseEvent.cs#L9
Cannot convert null literal to non-nullable reference type.
build: Core/Domains/BaseEvent.cs#L11
Cannot convert null literal to non-nullable reference type.
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).