Merge upstream shibayan/keyvault-acmebot (NET10, ARI, project restructure) #6
Annotations
10 warnings
|
src/Acmebot/Providers/TransIpProvider.cs#L304
Non-nullable property 'Domains' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/Acmebot/Providers/TransIpProvider.cs#L310
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/Acmebot/Providers/TransIpProvider.cs#L316
Non-nullable property 'DnsEntries' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/Acmebot/Providers/TransIpProvider.cs#L322
Non-nullable property 'DnsEntry' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/Acmebot/Providers/TransIpProvider.cs#L337
Non-nullable property 'Content' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/Acmebot/Providers/TransIpProvider.cs#L334
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/Acmebot/Providers/TransIpProvider.cs#L328
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
src/Acmebot/Functions/SharedOrchestrator.cs#L68
Argument of type '(string? CertificateName, IReadOnlyList<string> DnsNames)' cannot be used for parameter 'input' of type '(string, IReadOnlyList<string>)' in 'Task<Task> GeneratedDurableTaskExtensions.CallSendFailedEventAsync(TaskOrchestrationContext ctx, (string, IReadOnlyList<string>) input, TaskOptions? options = null)' due to differences in the nullability of reference types.
|
|
src/Acmebot/Functions/SharedOrchestrator.cs#L61
Argument of type '(string? CertificateName, OrderDetails orderDetails)' cannot be used for parameter 'input' of type '(string, OrderDetails)' in 'Task<CertificateItem> GeneratedDurableTaskExtensions.CallMergeCertificateAsync(TaskOrchestrationContext ctx, (string, OrderDetails) input, TaskOptions? options = null)' due to differences in the nullability of reference types.
|
|
src/Acmebot/Functions/SharedOrchestrator.cs#L32
Argument of type '(string DnsProviderName, string? DnsAlias, IReadOnlyList<string> Authorizations)' cannot be used for parameter 'input' of type '(string, string, IReadOnlyList<string>)' in 'Task<(IReadOnlyList<AcmeChallengeResult>, int)> GeneratedDurableTaskExtensions.CallDns01AuthorizationAsync(TaskOrchestrationContext ctx, (string, string, IReadOnlyList<string>) input, TaskOptions? options = null)' due to differences in the nullability of reference types.
|
The logs for this run have expired and are no longer available.
Loading