CleanArchitecture
CleanArchitecture copied to clipboard
Clean Architecture Solution Template: A starting point for Clean Architecture with ASP.NET Core
Bumps [Microsoft.EntityFrameworkCore.Sqlite](https://github.com/dotnet/efcore) and [Microsoft.EntityFrameworkCore.Relational](https://github.com/dotnet/efcore). These dependencies needed to be updated together. Updates `Microsoft.EntityFrameworkCore.Sqlite` from 8.0.7 to 8.0.8 Release notes Sourced from Microsoft.EntityFrameworkCore.Sqlite's releases. .NET 8.0.8 Release Commits 90d0799 Merged PR...
Bumps [Microsoft.EntityFrameworkCore.Tools](https://github.com/dotnet/efcore), [Microsoft.EntityFrameworkCore.Design](https://github.com/dotnet/efcore) and [Microsoft.EntityFrameworkCore.Relational](https://github.com/dotnet/efcore). These dependencies needed to be updated together. Updates `Microsoft.EntityFrameworkCore.Tools` from 8.0.7 to 8.0.8 Release notes Sourced from Microsoft.EntityFrameworkCore.Tools's releases. .NET 8.0.8 Release Commits 90d0799 Merged...
Bumps [Microsoft.AspNetCore.Mvc.Testing](https://github.com/dotnet/aspnetcore) from 8.0.7 to 8.0.8. Release notes Sourced from Microsoft.AspNetCore.Mvc.Testing's releases. .NET 8.0.8 Release Commits 954f61d Merged PR 41234: Update token timeout b4bd413 Merged PR 41232: Regenerate SAS before...
Bumps [Microsoft.EntityFrameworkCore.InMemory](https://github.com/dotnet/efcore) from 8.0.7 to 8.0.8. Release notes Sourced from Microsoft.EntityFrameworkCore.InMemory's releases. .NET 8.0.8 Release Commits 90d0799 Merged PR 41167: Temporarily work around '/' in dSAS e7f0165 Merged PR 41160:...
Links to pluralSight courses fixed: Updated the old links to the new ones. Changed from the course that was removed to a newer, relevant one (I took it). Closes #802
[This](https://github.com/ardalis/CleanArchitecture?tab=readme-ov-file#goals) section in the README file has wrong links to old urls in PluralSight. After some digging I found the right courses. From the README file: ### Goals The goal...
- .NET SDK Version: Steps to Reproduce: 1. 2.
Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 3.0.0-pre.35 to 3.0.0-pre.42. Commits 8174918 Latest dependencies 15da70f Add RunSettings: Explicit 522c078 Add RunSettings: Culture, FailWarns, and Seed fcc25f1 Use nameof for RunSettings key names 02233e7 xunit/xunit#3023...
Add Aspire to the template for .NET 9 version. - Better yet, make it add aspire only if an option is selected at the command line (e.g. `-aspire`)