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

CC: @GordonBeeming @jernejk Currently, publishing Log4Brains creates a next.js website which is published to the `gh-pages` branch. While this is a simple option, it does open up the possibility of...

From email chain: From: @danielmackay Sent: Tuesday, March 5, 2024 11:18 AM Cc: @SSWConsulting/ssw-cleanarchitecture, Camilla, Penny Subject: Announcement - Clean Architecture Template 1. CTF โ€“ Do a CA CTF within...

We should enable NuGet security auditing by default to our csproj files as per: https://devblogs.microsoft.com/dotnet/announcing-dotnet-8-preview-4/#enabling-security-auditing

We currently have: ```cs var app = builder.Build(); // Configure the HTTP request pipeline. if (app.Environment.IsDevelopment()) { ... // Initialise and seed database using var scope = app.Services.CreateScope(); var initializer...

All tests should be renamed as per the recommended convention - https://www.ssw.com.au/rules/follow-naming-conventions-for-tests-and-test-projects/

- Can we make this nightly? - Alternatively, can we make it only for `src` and `test` folders?

CC: @Hona @matt-goldman @william-liebenberg As per our discussion, we are not happy with NSwag and should investigate other options.

CC: @bradystroud This will help to facilitate provisioning and deployment of an Azure environment.

Type: Feature