Merge branch 'policy3' of https://github.com/admin-shell-io/aasx-serv… #829
Annotations
1 error and 12 warnings
|
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/
|
src/AasCore.Aas3_0/copying.cs#L2470
Possible null reference argument for parameter 'dataSpecification' in 'EmbeddedDataSpecification.EmbeddedDataSpecification(IReference dataSpecification, IDataSpecificationContent dataSpecificationContent)'.
|
src/AasCore.Aas3_0/copying.cs#L2470
Possible null reference argument for parameter 'dataSpecificationContent' in 'EmbeddedDataSpecification.EmbeddedDataSpecification(IReference dataSpecification, IDataSpecificationContent dataSpecificationContent)'.
|
src/DataTransferObjects/ValueDTOs/AnnotatedRelationshipElementValue.cs#L5
Cannot convert null literal to non-nullable reference type.
|
src/DataTransferObjects/ValueDTOs/BlobValue.cs#L3
Cannot convert null literal to non-nullable reference type.
|
src/AasxCsharpLibrary/Extensions/ExtendBlob.cs#L8
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/AasxCsharpLibrary/Extensions/ExtendISubmodelElement.cs#L1425
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
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.
|
src/AasxCsharpLibrary/Extensions/ExtendISubmodelElement.cs#L1433
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/AasxServerStandardBib/AasxHttpContextHelper.cs#L2976
'RNGCryptoServiceProvider' is obsolete: 'RNGCryptoServiceProvider is obsolete. To generate a random number, use one of the RandomNumberGenerator static methods instead.'
|
src/AasxServerStandardBib/SecurityClient.cs#L366
'X509Certificate2.X509Certificate2()' is obsolete: 'X509Certificate and X509Certificate2 are immutable. Use the appropriate constructor to create a new certificate.'
|
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/
|
The logs for this run have expired and are no longer available.
Loading