Skip to content

Implement nullable handling for certificate names and enhance DNS options with required properties #1102

Implement nullable handling for certificate names and enhance DNS options with required properties

Implement nullable handling for certificate names and enhance DNS options with required properties #1102

Triggered via pull request February 20, 2026 14:57
Status Success
Total duration 1m 38s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.