eShop
eShop copied to clipboard
A reference .NET application implementing an eCommerce site
Verified basic functionality works with p3. Login, add to cart, buy item(s). Requires the `https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json` feed until preview3 is released. (and dotnet7 feed depending on your machine setup)
Adding notes to Readme about how to use the Azure Developer CLI to publish this sample to Azure. Depends on: - azd version 1.6.0 (to be released on Feb13) -...
I'm still getting errors running it in my fork, but it's also creating at least some PR's. So let's try it in the main repo and see how useful it...
Updated OrderViewModel.cs properties names as per C# convention #180
**REGRESSION INFO**: Not repro on Aspire 8.0.0-preview.2.23619.3 **INSTALL STEPS** 1. Clean machine: Win11 x64 23h2 ENU 2. Install VS 17.10 Preview 1 [latest build, includes Aspire 8.0.0-preview.3.24105.21 ] 3. Apply...
**REGRESSION INFO**: Also repro on Aspire 8.0.0-preview.2.23619.3 **INSTALL STEPS** 1. Clean machine: Win11 x64 23h2 ENU 2. Install VS 17.10 Preview 1 [latest build, includes Aspire 8.0.0-preview.3.24105.21 ] 3. Apply...
This shouldn't be enabled in production: https://github.com/dotnet/eShop/blob/3b49f61a888656b038b5f044b0d4c5096fc9f073/src/Identity.API/Program.cs#L33
After deploying eshop to Azure, the catalog-api crashes when it gets the first request from webapp, the logstream is: ``` 2024-02-05T23:58:21.041277739Z SELECT c."Id", c."AvailableStock", c."CatalogBrandId", c."CatalogTypeId", c."Description", c."Embedding", c."MaxStockThreshold", c."Name",...
Showing how the upcoming Aspire.Azure.AI.OpenAI component can be integrated.