Skip to content

Enhance dashboard modals with notification and confirmation features #1100

Enhance dashboard modals with notification and confirmation features

Enhance dashboard modals with notification and confirmation features #1100

Triggered via pull request February 20, 2026 11:49
Status Success
Total duration 1m 16s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Acmebot/Internal/AccountKey.cs#L7
Non-nullable property 'KeyType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Acmebot/Options/CustomDnsOptions.cs#L9
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/CustomDnsOptions.cs#L7
Non-nullable property 'Endpoint' 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.
build: src/Acmebot/Options/CloudflareOptions.cs#L5
Non-nullable property 'ApiToken' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Acmebot/Options/DnsMadeEasyOptions.cs#L7
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/DnsMadeEasyOptions.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/AzureDnsOptions.cs#L5
Non-nullable property 'SubscriptionId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Acmebot/Options/AzurePrivateDnsOptions.cs#L5
Non-nullable property 'SubscriptionId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.