dev-store icon indicating copy to clipboard operation
dev-store copied to clipboard

A microservices e-commerce reference application built with ASP.NET 6

Results 17 dev-store issues
Sort by recently updated
recently updated
newest added

Configuration classes were tested by arranging them as managed under one roof.

Why not use cancellation token on the project ?

**Describe the bug** I used to run this project without any issues for a while, to understand and learn some things. However, lately it has started to throw this error...

untriaged

Fix the method `GetUserToken()` to return `null` because all the code that calls this method compares the output with `null`, but this method doesn't return `null`.

Unnecessary reference: ![Image](https://github.com/user-attachments/assets/56739532-a08e-4dec-a619-7275f8edc42b) After remove referente to the DevStore.MessageBus project: ![Image](https://github.com/user-attachments/assets/cc63db7f-42df-4d77-a524-822f3845ae9f) Build is ok.

**Is your feature request related to a problem? Please describe.** It is currently not possible to change profile data. ![image](https://github.com/user-attachments/assets/330bafc6-3e17-4d04-a2db-a980daef6574) **Describe the solution you'd like** A screen to change profile...

**Describe the bug** It is not possible to apply a voucher in the cart in the production environment. It is returned a error with code 500. But in the development...

untriaged