Skip to content

Merge branch 'policy3' of https://github.com/admin-shell-io/aasx-serv… #834

Merge branch 'policy3' of https://github.com/admin-shell-io/aasx-serv…

Merge branch 'policy3' of https://github.com/admin-shell-io/aasx-serv… #834

Triggered via push October 10, 2023 06:27
Status Failure
Total duration 3m 56s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Fit to window
Zoom out
Zoom in

Annotations

1 error and 12 warnings
Check-release
Process completed with exit code 1.
Check-release
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Check-release: src/AasCore.Aas3_0/copying.cs#L2470
Possible null reference argument for parameter 'dataSpecification' in 'EmbeddedDataSpecification.EmbeddedDataSpecification(IReference dataSpecification, IDataSpecificationContent dataSpecificationContent)'.
Check-release: src/AasCore.Aas3_0/copying.cs#L2470
Possible null reference argument for parameter 'dataSpecificationContent' in 'EmbeddedDataSpecification.EmbeddedDataSpecification(IReference dataSpecification, IDataSpecificationContent dataSpecificationContent)'.
Check-release: src/DataTransferObjects/ValueDTOs/AnnotatedRelationshipElementValue.cs#L5
Cannot convert null literal to non-nullable reference type.
Check-release: src/DataTransferObjects/ValueDTOs/BlobValue.cs#L3
Cannot convert null literal to non-nullable reference type.
Check-release: src/AasxCsharpLibrary/Extensions/ExtendBlob.cs#L8
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Check-release: src/AasxCsharpLibrary/Extensions/ExtendISubmodelElement.cs#L1425
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Check-release: src/AasxCsharpLibrary/AdminShellPackageEnv.cs#L1257
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
Check-release: src/AasxCsharpLibrary/Extensions/ExtendISubmodelElement.cs#L1433
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
Check-release: src/AasxServerStandardBib/AasxHttpContextHelper.cs#L2976
'RNGCryptoServiceProvider' is obsolete: 'RNGCryptoServiceProvider is obsolete. To generate a random number, use one of the RandomNumberGenerator static methods instead.'
Check-release: src/AasxServerStandardBib/AasUaEntities.cs#L1530
The result of the expression is always 'true' since a value of type 'DataTypeDefXsd' is never equal to 'null' of type 'DataTypeDefXsd?'
Check-release
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/