transform program.env from array to List #14
Annotations
4 errors and 13 warnings
Check-release:
src/AasxServerStandardBib/Services/AdminShellPackageEnvironmentService.cs#L160
Argument 1: cannot convert from 'System.Collections.Generic.IList<AdminShellNS.AdminShellPackageEnv>' to 'System.Array'
|
Check-release:
src/AasxServerStandardBib/Services/AdminShellPackageEnvironmentService.cs#L280
Argument 1: cannot convert from 'System.Collections.Generic.IList<AdminShellNS.AdminShellPackageEnv>' to 'System.Array'
|
Check-release:
src/AasxServerStandardBib/Services/AdminShellPackageEnvironmentService.cs#L335
Argument 1: cannot convert from 'System.Collections.Generic.IList<AdminShellNS.AdminShellPackageEnv>' to 'System.Array'
|
Check-release
Process completed with exit code 1.
|
Check-release
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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#L2472
Possible null reference argument for parameter 'dataSpecification' in 'EmbeddedDataSpecification.EmbeddedDataSpecification(IReference dataSpecification, IDataSpecificationContent dataSpecificationContent)'.
|
Check-release:
src/AasCore.Aas3_0/copying.cs#L2472
Possible null reference argument for parameter 'dataSpecificationContent' in 'EmbeddedDataSpecification.EmbeddedDataSpecification(IReference dataSpecification, IDataSpecificationContent dataSpecificationContent)'.
|
Check-release:
src/AasCore.Aas3_0/xmlization.cs#L16840
Possible null reference argument for parameter 'dataSpecification' in 'EmbeddedDataSpecification.EmbeddedDataSpecification(IReference dataSpecification, IDataSpecificationContent dataSpecificationContent)'.
|
Check-release:
src/AasCore.Aas3_0/xmlization.cs#L16840
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#L1438
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Check-release:
src/AasxCsharpLibrary/AdminShellPackageEnv.cs#L1424
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#L1446
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Check-release:
src/AasxServerStandardBib/AasxHttpContextHelper.cs#L3010
'RNGCryptoServiceProvider' is obsolete: 'RNGCryptoServiceProvider is obsolete. To generate a random number, use one of the RandomNumberGenerator static methods instead.'
|
Check-release:
src/AasxServerStandardBib/SecurityClient.cs#L376
'X509Certificate2.X509Certificate2()' is obsolete: 'X509Certificate and X509Certificate2 are immutable. Use the appropriate constructor to create a new certificate.'
|
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/
|