Skip to content

update pipeline

update pipeline #51

Triggered via push December 5, 2023 15:10
Status Success
Total duration 5m 54s
Artifacts

default.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

21 warnings
Default Job
The following actions uses node12 which is deprecated and will be forced to run on node16: gittools/actions/gitversion/setup@v0.9.7, actions/setup-java@v1, actions/cache@v1, gittools/actions/gitversion/execute@v0.9.7. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Default Job
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Default Job
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Default Job
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Default Job
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Default Job
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Default Job
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Default Job
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Default Job
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Default Job
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Default Job
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Default Job: src/ViennaNET.Security/ISecurityContextFactory.cs#L10
Missing XML comment for publicly visible type or member 'ISecurityContextFactory.Create()'
Default Job: src/ViennaNET.Security/ISecurityContextFactory.cs#L11
Missing XML comment for publicly visible type or member 'ISecurityContextFactory.CreateAsync()'
Default Job: src/ViennaNET.Orm.Seedwork/BoundedContext.cs#L26
Cannot convert null literal to non-nullable reference type.
Default Job: src/ViennaNET.Orm.Seedwork/BoundedContext.cs#L26
Cannot convert null literal to non-nullable reference type.
Default Job: src/ViennaNET.Orm.Seedwork/BoundedContext.cs#L53
Cannot convert null literal to non-nullable reference type.
Default Job: src/ViennaNET.Orm.Seedwork/BoundedContext.cs#L53
Cannot convert null literal to non-nullable reference type.
Default Job: src/ViennaNET.Orm.Seedwork/EventBasedEntity.cs#L16
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
Default Job: src/ViennaNET.Orm.Seedwork/EventBasedEntity.cs#L33
Converting null literal or possible null value to non-nullable type.
Default Job: src/ViennaNET.Orm.Seedwork/BoundedContext.cs#L66
Argument of type '(Type entity, string dbNick, Assembly? assembly)' cannot be used for parameter 'item' of type '(Type, string, Assembly)' in 'void List<(Type, string, Assembly)>.Add((Type, string, Assembly) item)' due to differences in the nullability of reference types.
Default Job: src/ViennaNET.Orm.Seedwork/EntityMappingRegistrationException.cs#L12
Missing XML comment for publicly visible type or member 'EntityRegistrationException.EntityRegistrationException()'