Skip to content

Bump the dependencies group with 2 updates #1106

Bump the dependencies group with 2 updates

Bump the dependencies group with 2 updates #1106

Triggered via pull request February 28, 2026 07:02
Status Success
Total duration 1m 19s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/Acmebot/Models/CertificateItem.cs#L14
Non-nullable property 'DnsNames' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Acmebot/Models/CertificateItem.cs#L11
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Acmebot/Models/CertificateItem.cs#L8
Non-nullable property 'Id' 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/Models/AcmeChallengeResult.cs#L7
Non-nullable property 'DnsRecordValue' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Acmebot/Models/AcmeChallengeResult.cs#L6
Non-nullable property 'DnsRecordName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Acmebot/Models/AcmeChallengeResult.cs#L5
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/Acmebot/Internal/AccountKey.cs#L8
Non-nullable property 'KeyExport' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
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.