Implementa rastreamento de pedidos e atualiza API dos Correios #18
Annotations
10 warnings
|
build:
Codout.Mailer/Services/MailerHealthCheck.cs#L9
The field 'MailerHealthCheck._dispatcher' is never used
|
|
build:
Codout.Mailer/Services/MailerHealthCheck.cs#L11
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
build:
Codout.Mailer/Diagnostics/MailerActivitySource.cs#L92
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
build:
Codout.Mailer/Diagnostics/MailerActivitySource.cs#L92
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
build:
Codout.Mailer/Diagnostics/MailerActivitySource.cs#L79
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
build:
Codout.Mailer/Diagnostics/MailerActivitySource.cs#L66
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
build:
Codout.Mailer/Diagnostics/MailerActivitySource.cs#L44
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
build:
Codout.Mailer/Diagnostics/MailerActivitySource.cs#L44
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
build:
Codout.Mailer/Diagnostics/MailerActivitySource.cs#L32
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
build:
Codout.Mailer/Configuration/ConfigureServices.cs#L15
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|