Commit Graph

  • b81ad95570 Update to Aspire 13.2 (#975) main Eric Erhardt 2026-03-24 12:42:45 -05:00
  • 99e6191a0f Bump Grpc.Net.Client, Grpc.Net.ClientFactory and Grpc.Tools dependabot/nuget/grpc-94b6cd99e4 dependabot[bot] 2026-02-09 01:29:09 +00:00
  • 81d3141db8 Bump Scalar.AspNetCore from 2.8.6 to 2.12.4 dependabot/nuget/Scalar.AspNetCore-2.12.4 dependabot[bot] 2026-01-12 02:11:40 +00:00
  • b1249f97b2 Bump Microsoft.Maui.Controls.Maps from 9.0.30 to 10.0.20 dependabot/nuget/src/ClientApp/Microsoft.Maui.Controls.Maps-10.0.20 dependabot[bot] 2026-01-12 02:09:02 +00:00
  • 7944657f0f Bump Microsoft.Maui.Controls.Compatibility from 9.0.40 to 10.0.20 dependabot/nuget/src/ClientApp/Microsoft.Maui.Controls.Compatibility-10.0.20 dependabot[bot] 2026-01-12 02:07:34 +00:00
  • 759d05982e Bump Microsoft.Maui.Controls from 9.0.40 to 10.0.20 dependabot/nuget/src/ClientApp/Microsoft.Maui.Controls-10.0.20 dependabot[bot] 2026-01-12 02:04:31 +00:00
  • 4272bc3ba5 Bump CommunityToolkit.Maui and Microsoft.Maui.Controls dependabot/nuget/src/ClientApp/multi-38e2610c46 dependabot[bot] 2026-01-12 01:56:42 +00:00
  • d3598d316b Bump CommunityToolkit.Aspire.Hosting.Ollama from 9.8.0-beta.395 to 13.0.0 dependabot/nuget/CommunityToolkit.Aspire.Hosting.Ollama-13.0.0 dependabot[bot] 2026-01-06 23:24:48 +00:00
  • 157bd8358e Bump CommunityToolkit.Aspire.OllamaSharp from 9.8.0-beta.395 to 13.0.0 dependabot/nuget/CommunityToolkit.Aspire.OllamaSharp-13.0.0 dependabot[bot] 2026-01-06 23:24:04 +00:00
  • 5624ad564d Upgrade to Aspire 13.1 (#939) Jose Perez Rodriguez 2026-01-06 15:19:12 -08:00
  • 3bf357c659 Add logging for basket items with missing catalog products copilot/fix-referential-integrity-bugs copilot-swe-agent[bot] 2025-12-22 16:37:21 +00:00
  • 7af1b89a39 Fix referential integrity issues for catalog-basket-order copilot-swe-agent[bot] 2025-12-22 16:32:59 +00:00
  • a7c897c667 Initial plan copilot-swe-agent[bot] 2025-12-22 16:25:27 +00:00
  • d1272c3a52 Temp update for testing jamesnk/pr-update James Newton-King 2025-12-10 14:42:36 +08:00
  • a31393ebd1 Bump MediatR from 13.0.0 to 14.0.0 dependabot/nuget/MediatR-14.0.0 dependabot[bot] 2025-12-08 01:31:35 +00:00
  • 5666ccbd09 Bump FluentValidation and FluentValidation.DependencyInjectionExtensions dependabot/nuget/multi-5bcc1699ab dependabot[bot] 2025-12-08 01:30:57 +00:00
  • b832741187 Use latest xUnit, MSTest + move to MTP (#924) Amaury Levé 2025-12-03 17:29:29 +01:00
  • 74f15b15cd Update to Aspire 13 (#916) Eric Erhardt 2025-11-26 15:50:40 -06:00
  • 23bf90a382 Add .azuredevops/dependabot.yml disable-dependabot--azuredevops-dependabot-yml Matt Mitchell 2025-11-14 07:36:57 -08:00
  • d5405b5714 Bump playwright and @playwright/test dependabot/npm_and_yarn/multi-a50d7f32cf dependabot[bot] 2025-10-20 18:56:26 +00:00
  • 4a3102f045 Update eShop to use some of the new Blazor features blazor/use-10-features Javier Calvarro Nelson 2025-10-15 14:46:32 +02:00
  • 33b7ebf758 tmp Javier Calvarro Nelson 2025-10-14 19:58:25 +02:00
  • 1b2698cd83 Update to Aspire 9.5 (#900) Eric Erhardt 2025-10-07 10:45:10 -05:00
  • 318e03744f Upgrading eshop to .NET 10 and Aspire 9.4.2 (#890) Jose Perez Rodriguez 2025-09-26 09:43:25 -07:00
  • 94e2643dc7 Inventory drift (#896) William Godbe 2025-09-18 14:29:22 -07:00
  • 52d45b51f1 Set explicit version for Components.Web in Directory.Packages.props upgrade-to-NET10 Jose Perez Rodriguez 2025-09-04 08:42:14 -07:00
  • beec5046e7 Update target framework to net10.0 in WebAppComponents.csproj Jose Perez Rodriguez 2025-09-04 08:42:05 -07:00
  • f0b30471cc Store final changes for step 'Upgrade src\eShop.ServiceDefaults\eShop.ServiceDefaults.csproj' Jose Perez Rodriguez 2025-09-04 08:41:47 -07:00
  • fd1c1cff35 * 'Line 203: Replaced the missing type 'OpenApiDocumentTransformerContext' with 'object' to resolve CS0246. The actual type should be verified based on the latest API, but 'object' is a safe placeholder to fix the compilation error.' in file 'src\eShop.ServiceDefaults\OpenApiOptionsExtensions.cs' Jose Perez Rodriguez 2025-09-04 08:37:15 -07:00
  • d0ec506299 * 'Line 5: Remove the using directive for 'Microsoft.OpenApi.Models' as the 'Models' namespace does not exist in 'Microsoft.OpenApi' in .NET 10.0. This resolves CS0234.' in file 'src\eShop.ServiceDefaults\OpenApiOptionsExtensions.cs' Jose Perez Rodriguez 2025-09-04 08:36:57 -07:00
  • 63c61da587 * 'Line 202: Remove the implementation of the missing interface 'IOpenApiDocumentTransformer' from the class declaration, as it cannot be found and may have been removed or renamed in .NET 10.0.' in file 'src\eShop.ServiceDefaults\OpenApiOptionsExtensions.cs' Jose Perez Rodriguez 2025-09-04 08:36:45 -07:00
  • 01d2a6aba6 * 'Line 6: Removed the using directive for 'Microsoft.OpenApi.Any' as the namespace or type 'Any' does not exist in 'Microsoft.OpenApi' in .NET 10.0.' in file 'src\eShop.ServiceDefaults\OpenApiOptionsExtensions.cs' Jose Perez Rodriguez 2025-09-04 08:36:27 -07:00
  • 97888f4467 * 'Line 121: Use the fully qualified name 'Microsoft.OpenApi.Models.OpenApiResponse' to resolve the missing type error. Line 122: Use the fully qualified name 'Microsoft.OpenApi.Models.OpenApiResponse' to resolve the missing type error. Line 5: Remove the using directive for 'Microsoft.AspNetCore.OpenApi' as it does not provide 'OpenApiResponse'.' in file 'src\eShop.ServiceDefaults\OpenApiOptionsExtensions.cs' Jose Perez Rodriguez 2025-09-04 08:36:03 -07:00
  • d973a344e0 WIP: .NET 10.0 upgrade in progress Jose Perez Rodriguez 2025-09-04 08:35:07 -07:00
  • 03a5e123be * 'Line 203: Replaced the missing type 'OpenApiDocumentTransformerContext' with 'object' to resolve CS0246. You may need to update this to the correct type if you know the new API for .NET 10.0.' in file 'src\eShop.ServiceDefaults\OpenApiOptionsExtensions.cs' Jose Perez Rodriguez 2025-09-04 08:26:12 -07:00
  • 27ec3bb185 * 'Line 5: Add missing using directives for OpenApiDocument, CancellationToken, and Task, which are required for the method signature and usage at line 200.' in file 'src\eShop.ServiceDefaults\OpenApiOptionsExtensions.cs' Jose Perez Rodriguez 2025-09-04 08:25:55 -07:00
  • 0a2849b131 * 'Line 198: Removed the interface 'IOpenApiDocumentTransformer' from the class declaration since it cannot be found and may have been removed or renamed in .NET 10.0.' in file 'src\eShop.ServiceDefaults\OpenApiOptionsExtensions.cs' Jose Perez Rodriguez 2025-09-04 08:25:31 -07:00
  • 46d1b26134 Save current progress before continuing .NET 10 upgrade Jose Perez Rodriguez 2025-09-04 08:24:36 -07:00
  • c658b12561 * 'Line 2: Remove the using directive for 'Microsoft.OpenApi.Any' as the namespace or type 'Any' does not exist in 'Microsoft.OpenApi'.' in file 'src\eShop.ServiceDefaults\OpenApiOptionsExtensions.cs' Jose Perez Rodriguez 2025-09-04 08:22:07 -07:00
  • 35a957ef77 * 'Line 5: Replace incorrect using directive for OpenApiSchema with the correct namespace 'Microsoft.OpenApi.Models'.' in file 'src\eShop.ServiceDefaults\OpenApiOptionsExtensions.cs' Jose Perez Rodriguez 2025-09-04 08:21:48 -07:00
  • 9f01aedd42 * 'Line 163: Fix CS0200 by checking if the schema is of type OpenApiSchema and then assigning to Example, which is not read-only on OpenApiSchema. Line 167: Fix CS0200 by checking if the schema is of type OpenApiSchema and then assigning to Example, which is not read-only on OpenApiSchema.' in file 'src\eShop.ServiceDefaults\OpenApiOptionsExtensions.cs' Jose Perez Rodriguez 2025-09-04 08:21:28 -07:00
  • 81b1254fcb * 'Line 1: Remove the using directive for 'Microsoft.OpenApi.Models' as the error CS0234 indicates that 'Models' does not exist in 'Microsoft.OpenApi' in the current framework version. Line 11: Remove the duplicate using directive for 'Microsoft.OpenApi.Models' as the error CS0234 indicates that 'Models' does not exist in 'Microsoft.OpenApi' in the current framework version.' in file 'src\eShop.ServiceDefaults\OpenApiOptionsExtensions.cs' Jose Perez Rodriguez 2025-09-04 08:20:44 -07:00
  • 568f66ab4a * 'Line 1: Add the necessary using directive for OpenApiResponse, which is defined in Microsoft.OpenApi.Models.' in file 'src\eShop.ServiceDefaults\OpenApiOptionsExtensions.cs' Jose Perez Rodriguez 2025-09-04 08:20:33 -07:00
  • 377b0c10d1 * 'Line 119: Add null-conditional operator to avoid dereferencing a possibly null 'Responses' property, fixing CS8602. Line 120: Add null-conditional operator to avoid dereferencing a possibly null 'Responses' property, fixing CS8602. Line 162: Check for null before dereferencing 'Schema' property to fix CS8602. Line 165: Check for null before dereferencing 'Schema' property to fix CS8602.' in file 'src\eShop.ServiceDefaults\OpenApiOptionsExtensions.cs' Jose Perez Rodriguez 2025-09-04 08:20:16 -07:00
  • 9072b03ff1 Update package versions in Directory.Packages.props Jose Perez Rodriguez 2025-09-04 08:19:56 -07:00
  • 2115460a71 Update target framework to net10.0 in eShop.ServiceDefaults.csproj Jose Perez Rodriguez 2025-09-04 08:19:47 -07:00
  • 7d33550a2e Update package versions in Directory.Packages.props Jose Perez Rodriguez 2025-09-04 08:19:07 -07:00
  • a661530d6d Update target framework to net10.0 in Ordering.API.csproj Jose Perez Rodriguez 2025-09-03 19:29:25 -07:00
  • f732084349 Update EventBusRabbitMQ.csproj to target net10.0 Jose Perez Rodriguez 2025-09-03 19:27:45 -07:00
  • 2b11c45925 Update target framework to net10.0 in Ordering.Infrastructure.csproj Jose Perez Rodriguez 2025-09-03 17:19:30 -07:00
  • be2f7533a9 Update IntegrationEventLogEF.csproj to target net10.0 Jose Perez Rodriguez 2025-09-03 17:15:39 -07:00
  • e0bfb46431 Update Ordering.Domain.csproj to target net10.0 Jose Perez Rodriguez 2025-09-03 17:15:09 -07:00
  • 5de232512d Update package versions in Directory.Packages.props Jose Perez Rodriguez 2025-09-03 17:14:36 -07:00
  • 6f66ac0d9f Update EventBus.csproj to target .NET 10.0 Jose Perez Rodriguez 2025-09-03 17:14:30 -07:00
  • 1329f98ac0 Store final changes for step 'Ensure that the SDK version specified in global.json files is compatible with the .NET 10.0 upgrade' Jose Perez Rodriguez 2025-09-03 17:14:09 -07:00
  • bafa91279c Commit upgrade plan Jose Perez Rodriguez 2025-09-03 16:46:49 -07:00
  • 0ac610177e Enable nullable in Catalog.API project (#882) Mike Kistler 2025-09-02 20:16:26 -04:00
  • a13002f545 new suppressions (#885) Dan Moseley 2025-08-29 13:43:15 -06:00
  • a57603a8e2 Extend Unofficial 1ES template in CI (#884) William Godbe 2025-08-29 10:08:10 -07:00
  • ea0842cfc2 Bump the mstest group with 2 updates dependabot/nuget/mstest-bd151415ea dependabot[bot] 2025-08-11 02:56:08 +00:00
  • 1c90ec9ca8 Update eshop to Aspire 9.4 (#858) Eric Erhardt 2025-07-29 16:26:32 -05:00
  • 14043d09ff Add back WithTags calls to endpoint mappings copilot/fix-ecb75cbe-f2f4-4a71-932e-7b07c6c46103 copilot-swe-agent[bot] 2025-07-17 20:20:04 +00:00
  • 0a888077a1 Replace .WithX OpenAPI annotations with XML documentation comments in Catalog.API copilot-swe-agent[bot] 2025-07-17 20:14:34 +00:00
  • 48d07cc024 Replace .WithX OpenAPI annotations with XML documentation comments copilot-swe-agent[bot] 2025-07-17 20:12:52 +00:00
  • 2cec5386a2 Initial analysis and .NET 8 compatibility updates copilot-swe-agent[bot] 2025-07-17 20:05:51 +00:00
  • 8483ebf6f2 Initial plan copilot-swe-agent[bot] 2025-07-17 20:02:20 +00:00
  • 826ab847d8 remove automapper (#852) Dan Moseley 2025-07-01 12:40:10 -06:00
  • 4fa8e42601 Update to Aspire 9.3 (#837) Eric Erhardt 2025-05-19 10:30:19 -05:00
  • b72f35800a Bump Scalar.AspNetCore from 2.0.26 to 2.2.1 dependabot/nuget/Scalar.AspNetCore-2.2.1 dependabot[bot] 2025-04-28 02:16:33 +00:00
  • d56b8d6653 Bump MediatR from 12.4.1 to 12.5.0 dependabot/nuget/MediatR-12.5.0 dependabot[bot] 2025-04-14 01:37:06 +00:00
  • b77050426a Bump Microsoft.Web.LibraryManager.Build from 2.1.175 to 3.0.71 dependabot/nuget/Microsoft.Web.LibraryManager.Build-3.0.71 dependabot[bot] 2025-04-10 18:02:33 +00:00
  • 12bbb6ff6e Update eshop to Aspire 9.2 (#813) Jose Perez Rodriguez 2025-04-10 10:57:58 -07:00
  • a0eef0ab0e Optimize user creation for asynchronous calls (#744) toyzoz 2025-04-10 07:35:33 +08:00
  • 97928f73fc Updates to WinGet configuration files (#811) Muhammad Danish 2025-04-10 04:29:21 +05:00
  • 6b18ddacf2 Re-enable audience validation adityamandaleeka-patch-1 Aditya Mandaleeka 2025-03-31 16:06:37 -07:00
  • 8dd83ea662 Bump Microsoft.Maui.Controls from 9.0.30 to 9.0.50 dependabot/nuget/Microsoft.Maui.Controls-9.0.50 dependabot[bot] 2025-03-24 01:45:19 +00:00
  • d29af6183a Bump CommunityToolkit.Maui from 9.1.1 to 11.1.0 dependabot/nuget/CommunityToolkit.Maui-11.1.0 dependabot[bot] 2025-03-24 01:42:30 +00:00
  • a8689ede77 Bump Microsoft.Maui.Controls.Compatibility from 9.0.30 to 9.0.50 dependabot/nuget/Microsoft.Maui.Controls.Compatibility-9.0.50 dependabot[bot] 2025-03-24 01:38:56 +00:00
  • 4099575a76 Bump Microsoft.Maui.Controls.Maps from 9.0.30 to 9.0.50 dependabot/nuget/Microsoft.Maui.Controls.Maps-9.0.50 dependabot[bot] 2025-03-24 01:36:19 +00:00
  • 05aa8b9d40 Bump CommunityToolkit.Mvvm from 8.3.2 to 8.4.0 dependabot/nuget/CommunityToolkit.Mvvm-8.4.0 dependabot[bot] 2025-03-24 01:34:22 +00:00
  • ed4f50e782 Update to M.E.AI 9.3.0-preview.1.25161.3 (#779) Stephen Toub 2025-03-14 00:34:25 -04:00
  • 59f1a6c9ff Bump the duende group with 2 updates (#770) dependabot[bot] 2025-03-10 15:47:15 -06:00
  • c6c9cc06af Bump the opentelemetry group with 6 updates (#767) dependabot[bot] 2025-03-10 09:51:30 -06:00
  • 3fb18db368 onboard labeler (#766) Dan Moseley 2025-03-10 08:49:24 -06:00
  • 2958f5ab89 Bump Npgsql.EntityFrameworkCore.PostgreSQL in the npgsql group (#768) dependabot[bot] 2025-03-09 17:49:10 -06:00
  • 5b567ad689 Bump Grpc.Tools from 2.69.0 to 2.70.0 in the grpc group (#769) dependabot[bot] 2025-03-09 17:48:45 -06:00
  • 8b34ee56ce Bump CommunityToolkit.Aspire.Hosting.Ollama from 9.2.0 to 9.2.1 (#773) dependabot[bot] 2025-03-09 17:48:23 -06:00
  • 583faa7853 Bump xunit.runner.visualstudio from 2.8.2 to 3.0.2 (#771) dependabot[bot] 2025-03-09 17:47:54 -06:00
  • b460a7cbec Bump Scalar.AspNetCore from 2.0.21 to 2.0.26 (#772) dependabot[bot] 2025-03-09 17:47:36 -06:00
  • a3a0895c73 Bump Microsoft.Maui.Controls from 9.0.30 to 9.0.40 (#774) dependabot[bot] 2025-03-09 17:06:33 -06:00
  • 5b7a129115 Bump Yarp.ReverseProxy from 2.2.0 to 2.3.0 (#775) dependabot[bot] 2025-03-09 17:06:08 -06:00
  • 7d6026ee1d Bump Google.Protobuf from 3.29.3 to 3.30.0 (#776) dependabot[bot] 2025-03-09 17:05:44 -06:00
  • f42db754bb Bump MSTest.TestFramework from 3.7.2 to 3.8.2 (#751) dependabot[bot] 2025-03-09 14:15:47 -06:00
  • 9709b3883e Bump xunit from 2.9.2 to 2.9.3 (#739) dependabot[bot] 2025-03-09 13:55:11 -06:00
  • 719d77a510 Bump coverlet.collector from 6.0.2 to 6.0.4 (#738) dependabot[bot] 2025-03-09 13:54:49 -06:00
  • 18e90120e9 Bump Microsoft.Maui.Controls.Compatibility from 9.0.30 to 9.0.40 (#750) dependabot[bot] 2025-03-09 13:49:30 -06:00
  • 4084631e8f Bump Microsoft.NET.Test.Sdk from 17.12.0 to 17.13.0 (#753) dependabot[bot] 2025-03-09 09:24:01 -06:00
  • 41f6e9b8f8 Bump Microsoft.Maui.Controls.Maps from 9.0.30 to 9.0.40 (#752) dependabot[bot] 2025-03-09 09:23:42 -06:00
  • ce296bbb0a Bump Scalar.AspNetCore from 1.2.72 to 2.0.21 (#763) dependabot[bot] 2025-03-07 16:23:52 -07:00
  • 285ca9b4f6 Bump Microsoft.EntityFrameworkCore.Tools (#746) dependabot[bot] 2025-03-07 16:23:22 -07:00