Skip to content

chore: release 0.1.0 #166

chore: release 0.1.0

chore: release 0.1.0 #166

Triggered via push November 24, 2024 15:38
Status Cancelled
Total duration 2m 11s
Artifacts

continuous.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
build-and-test
The run was canceled by @GenjiruSUchiwa.
build-and-test
The operation was canceled.
build-and-test: src/Common/Core.Domain/Event/IEvent.cs#L9
Possible null reference return.
build-and-test: src/Common/Core.Domain/Model/Aggregate.cs#L30
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test: src/Common/Core.EF/AppDbContextBase.cs#L24
Non-nullable field '_currentTransaction' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-and-test: src/Common/Core.EF/AppDbContextBase.cs#L60
Cannot convert null literal to non-nullable reference type.
build-and-test: src/Common/Core.EF/AppDbContextBase.cs#L73
Cannot convert null literal to non-nullable reference type.
build-and-test: src/Common/Core.EF/ServiceCollectionExtensions.cs#L56
Possible null reference return.
build-and-test: src/Common/Core.Versioning/ApiVersioningOptions.cs#L51
Non-nullable property 'DocumentationUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build-and-test: src/Common/Core.Identity/IdentityApplicationDbContext.cs#L26
Non-nullable field '_currentTransaction' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build-and-test: src/Common/Core.Identity/IdentityApplicationDbContext.cs#L66
Cannot convert null literal to non-nullable reference type.
build-and-test: src/Common/Core.Identity/IdentityApplicationDbContext.cs#L79
Cannot convert null literal to non-nullable reference type.