Implement nullable handling for certificate names and enhance DNS options with required properties #1102
Annotations
10 warnings
|
build:
src/Acmebot/Options/GandiLiveDnsOptions.cs#L5
Non-nullable property 'ApiKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
src/Acmebot/Options/GandiOptions.cs#L5
Non-nullable property 'ApiKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
src/Acmebot/Options/GoDaddyOptions.cs#L7
Non-nullable property 'ApiSecret' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
src/Acmebot/Options/GoDaddyOptions.cs#L5
Non-nullable property 'ApiKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
src/Acmebot/Options/GoogleDnsOptions.cs#L5
Non-nullable property 'KeyFile64' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
src/Acmebot/Options/Route53Options.cs#L7
Non-nullable property 'Region' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
src/Acmebot/Options/Route53Options.cs#L6
Non-nullable property 'SecretKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
src/Acmebot/Options/Route53Options.cs#L5
Non-nullable property 'AccessKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
src/Acmebot/Options/TransIpOptions.cs#L7
Non-nullable property 'PrivateKeyName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
src/Acmebot/Options/TransIpOptions.cs#L5
Non-nullable property 'CustomerName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|