Bump the dependencies group with 2 updates #1106
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.
|