mirror of
https://github.com/dotnet/eShop.git
synced 2026-04-22 10:37:26 +00:00
* 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>