Files
eShop/.github
Jose Perez Rodriguez 318e03744f Upgrading eshop to .NET 10 and Aspire 9.4.2 (#890)
* WIP

* Update package versions and improve nullability handling in Catalog API

* Migrate from deprecated FluentValidation.AspNetCore to core FluentValidation

- Remove deprecated FluentValidation.AspNetCore package
- Add FluentValidation and FluentValidation.DependencyInjectionExtensions packages
- Update ValidatorBehavior to use async validation (ValidateAsync)
- Replace manual validator registrations with assembly scanning
- Maintain existing validation functionality and error handling

Resolves deprecated package warnings while following official FluentValidation guidance for manual validation approach.

* Update OpenAPI options and add .aspire directory

* Fixing trimming issues with ClientApp project

* Update .NET setup in Playwright workflow to specify dotnet version and quality

* Update package versions and SDK to latest release candidates

* Trying to fix playwright tests by using our native tool for installing the certificate.

* Update openapi docs

---------

Co-authored-by: Safia Abdalla <safia@safia.rocks>
2025-09-26 09:43:25 -07:00
..