SSW.CleanArchitecture icon indicating copy to clipboard operation
SSW.CleanArchitecture copied to clipboard

SSW Clean Architecture Template

Results 136 SSW.CleanArchitecture issues
Sort by recently updated
recently updated
newest added

updated features to be consistent with Adam's blog > 1. What triggered this change? (PBI link, Email Subject, conversation + reason, etc) ✏️ Conversation with @danielmackay > 2. What was...

Update readme features to be the same as Adams blog: https://adamcogan.com/2024/05/09/ssw-clean-architecture-template/

Type: Documentation

From email: Hi DanielMackay, We wanted to inform you that the following API key(s) on NuGet Gallery have expired: • SSW.CleanArchitecture.Template - has expired. Visit https://www.nuget.org/account/ApiKeys to generate a new...

Type: Bug

Bumps [Microsoft.EntityFrameworkCore.Design](https://github.com/dotnet/efcore) and [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore). These dependencies needed to be updated together. Updates `Microsoft.EntityFrameworkCore.Design` from 8.0.3 to 8.0.4 Release notes Sourced from Microsoft.EntityFrameworkCore.Design's releases. EF Core 8.0.4 is available on NuGet...

Type: Dependencies
.NET

Bumps [AspNetCore.HealthChecks.UI.InMemory.Storage](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks) from 7.0.0 to 8.0.1. Release notes Sourced from AspNetCore.HealthChecks.UI.InMemory.Storage's releases. DotNet 8 This release cover all packages migrated to DotNet 8.0. Thanks to all contributors, in special to...

Type: Dependencies
.NET

Bumps [Microsoft.EntityFrameworkCore.SqlServer](https://github.com/dotnet/efcore) and [Microsoft.EntityFrameworkCore](https://github.com/dotnet/efcore). These dependencies needed to be updated together. Updates `Microsoft.EntityFrameworkCore.SqlServer` from 8.0.0 to 8.0.4 Release notes Sourced from Microsoft.EntityFrameworkCore.SqlServer's releases. EF Core 8.0.4 is available on NuGet...

Type: Dependencies
.NET

Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.5.0 to 4.6.0. Release notes Sourced from JamesIves/github-pages-deploy-action's releases. v4.6.0 What's Changed Check for fatal on every line of stderr of the git command by @​ben-z in...

Type: Dependencies
github_actions

Bumps [Microsoft.AspNetCore.Mvc.Testing](https://github.com/dotnet/aspnetcore) from 8.0.3 to 8.0.4. Release notes Sourced from Microsoft.AspNetCore.Mvc.Testing's releases. .NET 8.0.4 Release Commits 8486d31 Merged PR 38383: [internal/release/8.0] Update dependencies from dnceng/inter... 40c20ab Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-ef......

Type: Dependencies
.NET

Bumps [AspNetCore.HealthChecks.SqlServer](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks) from 7.0.0 to 8.0.2. Release notes Sourced from AspNetCore.HealthChecks.SqlServer's releases. DotNet 8 This release cover all packages migrated to DotNet 8.0. Thanks to all contributors, in special to...

Type: Dependencies
.NET

Found in #277 The inheritance model looks upside down - [This feels backwards that all Entities are Auditable, but not all AuditableEntities are Entities?](https://github.com/SSWConsulting/SSW.CleanArchitecture/pull/277#discussion_r1556493378) ``` cs public abstract class Entity...

Type: Refactor