Skip to content

fix(CI): repair build #62

fix(CI): repair build

fix(CI): repair build #62

Triggered via push January 11, 2024 14:59
Status Failure
Total duration 4m 18s
Artifacts

default.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 21 warnings
Default Job
Process completed with exit code 1.
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/IntegrationEventMappingRegistrationException.cs#L25
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
Default Job: src/ViennaNET.Orm.Seedwork/EntityMappingRegistrationException.cs#L24
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
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.