Deploy to Production #9
deploy.yml
on: workflow_dispatch
Create Release
24s
build-test-publish
1m 17s
Annotations
2 errors and 10 warnings
build-test-publish
Assets file '/home/runner/work/Place/Place/src/Place.API/obj/project.assets.json' doesn't have a target for '.net9.0/linux-musl-x64'. Ensure that restore has run and that you have included '.net9.0' in the TargetFrameworks for your project. You may also need to include 'linux-musl-x64' in your project's RuntimeIdentifiers.
|
build-test-publish
Process completed with exit code 2.
|
build-test-publish:
src/Common/Core.Domain/Event/IEvent.cs#L9
Possible null reference return.
|
build-test-publish:
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-test-publish:
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-test-publish:
src/Common/Core.EF/ServiceCollectionExtensions.cs#L56
Possible null reference return.
|
build-test-publish:
src/Common/Core.EF/AppDbContextBase.cs#L60
Cannot convert null literal to non-nullable reference type.
|
build-test-publish:
src/Common/Core.EF/AppDbContextBase.cs#L73
Cannot convert null literal to non-nullable reference type.
|
build-test-publish:
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-test-publish:
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-test-publish:
src/Common/Core.Identity/IdentityApplicationDbContext.cs#L66
Cannot convert null literal to non-nullable reference type.
|
build-test-publish:
src/Common/Core.Identity/IdentityApplicationDbContext.cs#L79
Cannot convert null literal to non-nullable reference type.
|