Skip to content

Updating versioning-workflow.yml #838

Updating versioning-workflow.yml

Updating versioning-workflow.yml #838

Triggered via push October 10, 2023 06:56
Status Failure
Total duration 3m 40s
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/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/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/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/EnergyModel.cs#L695
The variable 'first' is assigned but its value is never used
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/