Implementation of the .NET Aspire starter template with the following options:
- .NET 10
- Using .slnx file
- Redis cache
- xUnit.NET tests (using Microsoft.Testing.Platform)
- GitHub Actions workflow with test results
- Dependabot
aspire new aspire-starter --use-redis-cache --test-framework xunit.net --xunit-version mtf --output .Then migrate to .slnx file
dotnet sln migrateUpgrade to .NET 10
dotnet tool install -g upgrade-assistant
upgrade-assistant upgrade