chore: add authors coc and contributing #7
Annotations
1 error and 10 warnings
build
Process completed with exit code 1.
|
build:
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.
|
build:
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.
|
build:
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.
|
build:
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.
|
build:
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.
|
build:
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.
|
build:
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.
|
build:
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.
|
build:
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.
|
build:
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.
|