This repository has been archived by the owner on Apr 27, 2024. It is now read-only.
Merge pull request #119 from g12-4soat/hotfix/erro-worker #253
Annotations
12 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build:
src/TechLanches/TechLanches.Adapter.RabbitMq/Options/RabbitOptions.cs#L5
Non-nullable property 'Host' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/TechLanches/TechLanches.Adapter.RabbitMq/Options/RabbitOptions.cs#L6
Non-nullable property 'User' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/TechLanches/TechLanches.Adapter.RabbitMq/Options/RabbitOptions.cs#L7
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/TechLanches/TechLanches.Adapter.RabbitMq/Options/RabbitOptions.cs#L8
Non-nullable property 'Queue' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
src/TechLanches/TechLanches.Adapter.RabbitMq/Messaging/RabbitMqService.cs#L32
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:
src/TechLanches/Core/TechLanches.Application/DTOs/CheckoutResponseDTO.cs#L26
XML comment has badly formed XML -- 'Reference to undefined entity 'data'.'
|
Build:
src/TechLanches/Core/TechLanches.Application/UseCases/Pedidos/PedidoUseCases.cs#L15
Possible null reference argument for parameter 'cpf' in 'Task<Cliente> ClienteUseCases.IdentificarCliente(string cpf, IClienteGateway clienteGateway)'.
|
Build:
src/TechLanches/Core/TechLanches.Application/Ports/Services/QrCodeGeneratorService.cs#L28
This call site is reachable on all platforms. 'Image.Save(Stream, ImageFormat)' is only supported on: 'windows' 6.1 and later.
|
Build:
src/TechLanches/Core/TechLanches.Application/Ports/Services/QrCodeGeneratorService.cs#L28
This call site is reachable on all platforms. 'ImageFormat.Png' is only supported on: 'windows' 6.1 and later.
|
Build:
src/TechLanches/Adapter/Driven/TechLanches.Adapter.SqlServer/DatabaseConfig.cs#L19
Possible null reference argument for parameter 'connectionString' in 'DbContextOptionsBuilder SqlServerDbContextOptionsExtensions.UseSqlServer(DbContextOptionsBuilder optionsBuilder, string connectionString, Action<SqlServerDbContextOptionsBuilder>? sqlServerOptionsAction = null)'.
|
The logs for this run have expired and are no longer available.
Loading