Skip to content

refactor: clean core framework (#58) #139

refactor: clean core framework (#58)

refactor: clean core framework (#58) #139

Triggered via push November 23, 2024 14:41
Status Success
Total duration 2m 59s
Artifacts 1

continuous.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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.Web/BaseController.cs#L15
Non-nullable field '_mediator' 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/ServiceCollectionExtensions.cs#L45
Possible null reference return.
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.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.

Artifacts

Produced during runtime
Name Size
app-build
10.9 KB