Skip to content

Got Serilog logging to work #27

Got Serilog logging to work

Got Serilog logging to work #27

Triggered via push July 7, 2024 01:34
Status Success
Total duration 45s
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#L28
Nullability of reference types in return type of 'string? BaseEntity.Key.get' doesn't match implicitly implemented member 'string IEntity.Key.get' (possibly because of nullability attributes).