Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When Last Order is null then Order API throw error #1

Closed
brunobritodev opened this issue Aug 2, 2021 · 1 comment
Closed

When Last Order is null then Order API throw error #1

brunobritodev opened this issue Aug 2, 2021 · 1 comment

Comments

@brunobritodev
Copy link
Contributor

brunobritodev commented Aug 2, 2021

At

PedidoQuery
public async Task<PedidoDTO> ObterUltimoPedido(Guid clienteId)

It throws error if the Query return null. Usually after a successful order payment.

brunobritodev added a commit that referenced this issue Aug 2, 2021
fix: database connection string
refactor: docker
fix: issue #1
fix: issue #2

BREAKING CHANGE: .NET 5
brunobritodev pushed a commit that referenced this issue Apr 19, 2022
# 1.0.0 (2022-04-19)

### Bug Fixes

* adding multiple database flavors ([cad806b](cad806b))
* class name ([daaf343](daaf343))
* conf.d ([c22b9df](c22b9df))
* Desabilitando GRPC ([971e0cc](971e0cc))
* Docker-compose improvemements ([7462399](7462399))
* EnsureDatabase Minimal API e connection strings ([d9583bf](d9583bf))
* Erro de DI na program.cs ([edc1ba2](edc1ba2))
* git mv ([0543ff8](0543ff8))
* identity jwt configuration ([947bc72](947bc72))
* Melhorias ([a6c3014](a6c3014))
* migration ([415c8a4](415c8a4))
* old migrations and jwt ([89a7edc](89a7edc))
* remocao config nginx ([6f68534](6f68534))
* removing  nginx ([6be39ac](6be39ac))
* route ([ccf5935](ccf5935))
* route error and local culture ([ce0d9cf](ce0d9cf))

### Features

* .NET 5 ([a50636d](a50636d)), closes [#1](#1) [#2](#2)
* .NET 6 ([430151e](430151e))
* .NET 6 & Dockerfile ([2bb76e3](2bb76e3))
* Auto PFX generation, .net 6 Program.cs, docker ready ([8af1e89](8af1e89))
* **cart:** translations ([88acee8](88acee8))
* **catalog:** Translations ([dee07a2](dee07a2))
* Converting ShoppingCart to MinimalAPI ([ca879b4](ca879b4))
* Initial commit ([28a7f52](28a7f52))
* multidatabase & pfx ([33361c4](33361c4))
* **mvc:** translations ([abb057c](abb057c))
* refresh token ([3be6704](3be6704))
* security upgrades ([d6f0c9a](d6f0c9a))

### BREAKING CHANGES

* .NET 5
brunobritodev pushed a commit that referenced this issue Apr 19, 2022
# 1.0.0 (2022-04-19)

### Bug Fixes

* adding multiple database flavors ([cad806b](cad806b))
* class name ([daaf343](daaf343))
* conf.d ([c22b9df](c22b9df))
* Desabilitando GRPC ([971e0cc](971e0cc))
* Docker-compose improvemements ([7462399](7462399))
* EnsureDatabase Minimal API e connection strings ([d9583bf](d9583bf))
* Erro de DI na program.cs ([edc1ba2](edc1ba2))
* git mv ([0543ff8](0543ff8))
* identity jwt configuration ([947bc72](947bc72))
* Melhorias ([a6c3014](a6c3014))
* migration ([415c8a4](415c8a4))
* old migrations and jwt ([89a7edc](89a7edc))
* remocao config nginx ([6f68534](6f68534))
* removing  nginx ([6be39ac](6be39ac))
* route ([ccf5935](ccf5935))
* route error and local culture ([ce0d9cf](ce0d9cf))

### Features

* .NET 5 ([a50636d](a50636d)), closes [#1](#1) [#2](#2)
* .NET 6 ([430151e](430151e))
* .NET 6 & Dockerfile ([2bb76e3](2bb76e3))
* Auto PFX generation, .net 6 Program.cs, docker ready ([8af1e89](8af1e89))
* **cart:** translations ([88acee8](88acee8))
* **catalog:** Translations ([dee07a2](dee07a2))
* Converting ShoppingCart to MinimalAPI ([ca879b4](ca879b4))
* Initial commit ([28a7f52](28a7f52))
* multidatabase & pfx ([33361c4](33361c4))
* **mvc:** translations ([abb057c](abb057c))
* refresh token ([3be6704](3be6704))
* security upgrades ([d6f0c9a](d6f0c9a))

### BREAKING CHANGES

* .NET 5
brunobritodev pushed a commit that referenced this issue Apr 19, 2022
# 1.0.0 (2022-04-19)

### Bug Fixes

* adding multiple database flavors ([cad806b](cad806b))
* class name ([daaf343](daaf343))
* conf.d ([c22b9df](c22b9df))
* Desabilitando GRPC ([971e0cc](971e0cc))
* Docker-compose improvemements ([7462399](7462399))
* EnsureDatabase Minimal API e connection strings ([d9583bf](d9583bf))
* Erro de DI na program.cs ([edc1ba2](edc1ba2))
* git mv ([0543ff8](0543ff8))
* identity jwt configuration ([947bc72](947bc72))
* Melhorias ([a6c3014](a6c3014))
* migration ([415c8a4](415c8a4))
* old migrations and jwt ([89a7edc](89a7edc))
* remocao config nginx ([6f68534](6f68534))
* removing  nginx ([6be39ac](6be39ac))
* route ([ccf5935](ccf5935))
* route error and local culture ([ce0d9cf](ce0d9cf))

### Features

* .NET 5 ([a50636d](a50636d)), closes [#1](#1) [#2](#2)
* .NET 6 ([430151e](430151e))
* .NET 6 & Dockerfile ([2bb76e3](2bb76e3))
* Auto PFX generation, .net 6 Program.cs, docker ready ([8af1e89](8af1e89))
* **cart:** translations ([88acee8](88acee8))
* **catalog:** Translations ([dee07a2](dee07a2))
* Converting ShoppingCart to MinimalAPI ([ca879b4](ca879b4))
* Initial commit ([28a7f52](28a7f52))
* multidatabase & pfx ([33361c4](33361c4))
* **mvc:** translations ([abb057c](abb057c))
* refresh token ([3be6704](3be6704))
* security upgrades ([d6f0c9a](d6f0c9a))

### BREAKING CHANGES

* .NET 5
brunobritodev pushed a commit that referenced this issue Apr 20, 2022
# 1.0.0 (2022-04-20)

### Bug Fixes

* Adding generic health checks ([2f837c7](2f837c7))
* adding multiple database flavors ([cad806b](cad806b))
* class name ([daaf343](daaf343))
* conf.d ([c22b9df](c22b9df))
* Desabilitando GRPC ([971e0cc](971e0cc))
* Docker-compose improvemements ([7462399](7462399))
* EnsureDatabase Minimal API e connection strings ([d9583bf](d9583bf))
* Erro de DI na program.cs ([edc1ba2](edc1ba2))
* git mv ([0543ff8](0543ff8))
* identity jwt configuration ([947bc72](947bc72))
* Melhorias ([a6c3014](a6c3014))
* migration ([415c8a4](415c8a4))
* old migrations and jwt ([89a7edc](89a7edc))
* remocao config nginx ([6f68534](6f68534))
* removing  nginx ([6be39ac](6be39ac))
* route ([ccf5935](ccf5935))
* route error and local culture ([ce0d9cf](ce0d9cf))

### Features

* .NET 5 ([a50636d](a50636d)), closes [#1](#1) [#2](#2)
* .NET 6 ([430151e](430151e))
* .NET 6 & Dockerfile ([2bb76e3](2bb76e3))
* Auto PFX generation, .net 6 Program.cs, docker ready ([8af1e89](8af1e89))
* **cart:** translations ([88acee8](88acee8))
* **catalog:** Translations ([dee07a2](dee07a2))
* Converting ShoppingCart to MinimalAPI ([ca879b4](ca879b4))
* Initial commit ([28a7f52](28a7f52))
* multidatabase & pfx ([33361c4](33361c4))
* **mvc:** translations ([abb057c](abb057c))
* refresh token ([3be6704](3be6704))
* security upgrades ([d6f0c9a](d6f0c9a))

### BREAKING CHANGES

* .NET 5
brunobritodev pushed a commit that referenced this issue Apr 20, 2022
# 1.0.0 (2022-04-20)

### Bug Fixes

* Adding generic health checks ([2f837c7](2f837c7))
* adding multiple database flavors ([cad806b](cad806b))
* class name ([daaf343](daaf343))
* conf.d ([c22b9df](c22b9df))
* Desabilitando GRPC ([971e0cc](971e0cc))
* Docker-compose improvemements ([7462399](7462399))
* EnsureDatabase Minimal API e connection strings ([d9583bf](d9583bf))
* Erro de DI na program.cs ([edc1ba2](edc1ba2))
* git mv ([0543ff8](0543ff8))
* identity jwt configuration ([947bc72](947bc72))
* Melhorias ([a6c3014](a6c3014))
* migration ([415c8a4](415c8a4))
* old migrations and jwt ([89a7edc](89a7edc))
* remocao config nginx ([6f68534](6f68534))
* removing  nginx ([6be39ac](6be39ac))
* route ([ccf5935](ccf5935))
* route error and local culture ([ce0d9cf](ce0d9cf))

### Features

* .NET 5 ([a50636d](a50636d)), closes [#1](#1) [#2](#2)
* .NET 6 ([430151e](430151e))
* .NET 6 & Dockerfile ([2bb76e3](2bb76e3))
* Auto PFX generation, .net 6 Program.cs, docker ready ([8af1e89](8af1e89))
* **cart:** translations ([88acee8](88acee8))
* **catalog:** Translations ([dee07a2](dee07a2))
* Converting ShoppingCart to MinimalAPI ([ca879b4](ca879b4))
* Initial commit ([28a7f52](28a7f52))
* multidatabase & pfx ([33361c4](33361c4))
* **mvc:** translations ([abb057c](abb057c))
* refresh token ([3be6704](3be6704))
* security upgrades ([d6f0c9a](d6f0c9a))

### BREAKING CHANGES

* .NET 5
brunobritodev pushed a commit that referenced this issue Apr 20, 2022
# 1.0.0 (2022-04-20)

### Bug Fixes

* Adding generic health checks ([2f837c7](2f837c7))
* adding multiple database flavors ([cad806b](cad806b))
* class name ([daaf343](daaf343))
* conf.d ([c22b9df](c22b9df))
* Desabilitando GRPC ([971e0cc](971e0cc))
* docker files ([d8c7090](d8c7090))
* Docker-compose improvemements ([7462399](7462399))
* EnsureDatabase Minimal API e connection strings ([d9583bf](d9583bf))
* Erro de DI na program.cs ([edc1ba2](edc1ba2))
* git mv ([0543ff8](0543ff8))
* identity jwt configuration ([947bc72](947bc72))
* Melhorias ([a6c3014](a6c3014))
* migration ([415c8a4](415c8a4))
* old migrations and jwt ([89a7edc](89a7edc))
* remocao config nginx ([6f68534](6f68534))
* removing  nginx ([6be39ac](6be39ac))
* route ([ccf5935](ccf5935))
* route error and local culture ([ce0d9cf](ce0d9cf))

### Features

* .NET 5 ([a50636d](a50636d)), closes [#1](#1) [#2](#2)
* .NET 6 ([430151e](430151e))
* .NET 6 & Dockerfile ([2bb76e3](2bb76e3))
* Auto PFX generation, .net 6 Program.cs, docker ready ([8af1e89](8af1e89))
* **cart:** translations ([88acee8](88acee8))
* **catalog:** Translations ([dee07a2](dee07a2))
* Converting ShoppingCart to MinimalAPI ([ca879b4](ca879b4))
* Initial commit ([28a7f52](28a7f52))
* multidatabase & pfx ([33361c4](33361c4))
* **mvc:** translations ([abb057c](abb057c))
* refresh token ([3be6704](3be6704))
* security upgrades ([d6f0c9a](d6f0c9a))
* serilog & seq ([d79e675](d79e675))

### BREAKING CHANGES

* .NET 5
@brunobritodev
Copy link
Contributor Author

solved at final version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant