CleanArchitecture
CleanArchitecture copied to clipboard
Clean Architecture Solution Template: A starting point for Clean Architecture with ASP.NET Core
Fixes #682 - Alias the phone number column name so that it works with the `ContributorDTO` - Convert NULL to empty string to work with the `ContributorDTO` `PhoneNumber` property which...
Test function `ReturnsTwoContributors()` fails. - .NET SDK Version: 8.0 Steps to Reproduce: 1. Download the repository. 2. Run all the tests and will see `ReturnsTwoContributors()` is failing. The error screenshot:...
Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.5 to 2.5.7. Commits 8f27031 v2.5.7 7226c5a Updated build process 1f5a062 Report configuration warnings per xunit/xunit#1655 2148496 Latest dependencies 41a6eca Force file copy during package creation 8f77293...
Bumps [xunit](https://github.com/xunit/xunit) from 2.6.3 to 2.7.0. Commits d806fa1 v2.7.0 13bb60b #2872: Expand special handling for sets in Assert.Contains/DoesNotContain (v2) 203b4d9 Update to use the common build system (#2883) a4f585b Remove...
Bumps [Microsoft.AspNetCore.Mvc.Testing](https://github.com/dotnet/aspnetcore) from 8.0.0 to 8.0.2. Release notes Sourced from Microsoft.AspNetCore.Mvc.Testing's releases. .NET 8.0.2 Release .NET 8.0.1 Release Commits da7e989 [internal/release/8.0] Update dependencies from dnceng/internal/dotnet-efcore 0c785c5 [internal/release/8.0] Update dependencies from...
Bumps [Microsoft.EntityFrameworkCore.Relational](https://github.com/dotnet/efcore) from 8.0.0 to 8.0.2. Release notes Sourced from Microsoft.EntityFrameworkCore.Relational's releases. .NET 8.0.2 Release EF Core 8.0.1 is available on NuGet now. This is a patch release of EF...
Bumps [Microsoft.EntityFrameworkCore.InMemory](https://github.com/dotnet/efcore) from 8.0.0 to 8.0.2. Release notes Sourced from Microsoft.EntityFrameworkCore.InMemory's releases. .NET 8.0.2 Release EF Core 8.0.1 is available on NuGet now. This is a patch release of EF...
- .NET SDK Version: Steps to Reproduce: 1. Obtain the latest (at day 22/04/2024) version of the main branch 2. Run it ```powershell PS C:\proj\CleanArchitecture> dotnet run --project .\src\Clean.Architecture.Web\ Building......
- .NET SDK Version: Steps to Reproduce: 1. install/update the clean-architecture template ```powershell PS C:\proj> dotnet new install Ardalis.CleanArchitecture.Template The following template packages will be installed: Ardalis.CleanArchitecture.Template Ardalis.CleanArchitecture.Template (version 9.1.2)...
Bumps [Microsoft.EntityFrameworkCore.Design](https://github.com/dotnet/efcore), [Microsoft.EntityFrameworkCore.Relational](https://github.com/dotnet/efcore) and [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime). These dependencies needed to be updated together. Updates `Microsoft.EntityFrameworkCore.Design` from 8.0.2 to 8.0.4 Release notes Sourced from Microsoft.EntityFrameworkCore.Design's releases. EF Core 8.0.4 is available on...