Migrate to GitHub actions #30
Annotations
15 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1, actions/setup-java@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
|
|
scu-at/src/fiskaltrust.Middleware.SCU.AT.InMemory/ScuBootstrapper.cs#L10
Non-nullable property 'Configuration' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
scu-at/src/fiskaltrust.Middleware.SCU.AT.InMemory/InMemorySCU.cs#L24
Non-nullable field '_key' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
scu-at/src/fiskaltrust.Middleware.SCU.AT.InMemory/InMemorySCU.cs#L171
'X509V3CertificateGenerator.SetSignatureAlgorithm(string)' is obsolete: 'Not needed if Generate used with an ISignatureFactory'
|
scu-at/src/fiskaltrust.Middleware.SCU.AT.InMemory/InMemorySCU.cs#L174
'X509V3CertificateGenerator.Generate(AsymmetricKeyParameter)' is obsolete: 'Use Generate with an ISignatureFactory'
|
scu-at/src/fiskaltrust.Middleware.SCU.AT.InMemory/ScuBootstrapper.cs#L10
Non-nullable property 'Configuration' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
scu-at/src/fiskaltrust.Middleware.SCU.AT.InMemory/InMemorySCU.cs#L24
Non-nullable field '_key' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
scu-at/src/fiskaltrust.Middleware.SCU.AT.InMemory/ScuBootstrapper.cs#L10
Non-nullable property 'Configuration' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
scu-at/src/fiskaltrust.Middleware.SCU.AT.InMemory/InMemorySCU.cs#L24
Non-nullable field '_key' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
|
scu-at/src/fiskaltrust.Middleware.SCU.AT.InMemory/InMemorySCU.cs#L69
Converting null literal or possible null value to non-nullable type.
|
scu-at/src/fiskaltrust.Middleware.SCU.AT.InMemory/InMemorySCU.cs#L70
Dereference of a possibly null reference.
|
This job succeeded
Loading