Skip to content

Update packages | Improved key handling #1

Update packages | Improved key handling

Update packages | Improved key handling #1

Re-run triggered November 18, 2024 01:00
Status Failure
Total duration 32s
Artifacts

publish.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
publish
Process completed with exit code 1.
publish
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
publish: src/PDNDClientAssertionGenerator/Configuration/ClientAssertionConfig.cs#L10
Non-nullable property 'ServerUrl' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish: src/PDNDClientAssertionGenerator/Configuration/ClientAssertionConfig.cs#L15
Non-nullable property 'KeyId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish: src/PDNDClientAssertionGenerator/Configuration/ClientAssertionConfig.cs#L22
Non-nullable property 'Algorithm' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish: src/PDNDClientAssertionGenerator/Configuration/ClientAssertionConfig.cs#L28
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish: src/PDNDClientAssertionGenerator/Configuration/ClientAssertionConfig.cs#L33
Non-nullable property 'ClientId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish: src/PDNDClientAssertionGenerator/Configuration/ClientAssertionConfig.cs#L39
Non-nullable property 'Issuer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish: src/PDNDClientAssertionGenerator/Configuration/ClientAssertionConfig.cs#L45
Non-nullable property 'Subject' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish: src/PDNDClientAssertionGenerator/Configuration/ClientAssertionConfig.cs#L50
Non-nullable property 'Audience' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish: src/PDNDClientAssertionGenerator/Configuration/ClientAssertionConfig.cs#L55
Non-nullable property 'PurposeId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish: src/PDNDClientAssertionGenerator/Configuration/ClientAssertionConfig.cs#L60
Non-nullable property 'KeyPath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.