CleanArchitecture icon indicating copy to clipboard operation
CleanArchitecture copied to clipboard

Clean Architecture Solution Template: A starting point for Clean Architecture with ASP.NET Core

Results 151 CleanArchitecture issues
Sort by recently updated
recently updated
newest added

# Summary The current implementation of AppDbContext mixes Persistence and Domain Event Dispatching responsibilities by directly injecting an IDomainEventDispatcher and handling event dispatch after SaveChangesAsync. This violates clean architecture principles....

Bumps [Microsoft.Extensions.ServiceDiscovery](https://github.com/dotnet/aspire) from 9.0.0 to 9.2.1. Release notes Sourced from Microsoft.Extensions.ServiceDiscovery's releases. .NET Aspire 9.2.1 Release We are excited to share that our 9.2.1 release of .NET Aspire has shipped!...

dependencies
.NET

Bumps [Microsoft.Extensions.Configuration](https://github.com/dotnet/runtime) from 9.0.0 to 9.0.4. Release notes Sourced from Microsoft.Extensions.Configuration's releases. .NET 9.0.3 Release What's Changed [release/9.0-staging] Fix wrong alias-to for tvos AOT packs in net8 workload manifest by...

dependencies
.NET

Bumps [coverlet.collector](https://github.com/coverlet-coverage/coverlet) from 6.0.2 to 6.0.4. Release notes Sourced from coverlet.collector's releases. v6.0.4 Fixed Fix empty coverage report when using include and exclude filters #1726 Diff between 6.0.3 and 6.0.4...

dependencies

Bumps [FastEndpoints](https://github.com/FastEndpoints/FastEndpoints) and [FastEndpoints.Swagger](https://github.com/FastEndpoints/FastEndpoints). These dependencies needed to be updated together. Updates `FastEndpoints` from 5.32.0 to 5.35.0 Release notes Sourced from FastEndpoints's releases. v5.35 Release ❇️ Help Keep FastEndpoints Free...

dependencies

Bumps [Microsoft.EntityFrameworkCore.Relational](https://github.com/dotnet/efcore) and [Microsoft.Extensions.Logging](https://github.com/dotnet/runtime). These dependencies needed to be updated together. Updates `Microsoft.EntityFrameworkCore.Relational` from 9.0.0 to 9.0.1 Release notes Sourced from Microsoft.EntityFrameworkCore.Relational's releases. .NET 9.0.1 Release What's Changed [release/9.0-staging] Update...

dependencies

Bumps [xunit](https://github.com/xunit/xunit) from 2.9.2 to 2.9.3. Commits 9712244 v2.9.3 dbba909 #3088: Assert.Equivalent throws NotSupportedException for types with getters ... cdf2114 Stick to .NET SDK 8 5716c89 Disable NETSDK1215 and NU1902...

dependencies

Bumps [Microsoft.EntityFrameworkCore.InMemory](https://github.com/dotnet/efcore) from 9.0.0 to 9.0.4. Release notes Sourced from Microsoft.EntityFrameworkCore.InMemory's releases. .NET 9.0.4 Release What's Changed Merge branch 'release/8.0' into 'release/8.0-staging' by @​AndriySvyryd in dotnet/efcore#35541 Merging internal commits for...

dependencies
.NET

enhancement
help wanted
good first issue
.NET

To improve the automation of builds and tests across different configurations, it would be great to add GitHub Actions for the following: - Windows Build: Automatically build the project in...