Kyle McMaster

Results 16 comments of Kyle McMaster

Marking this issue as TODO in the future if we need to go move to this design as the settings scale or require this level of flexibility.

This is a known issue with hyphens `clean-architecture` in the name of your projects. I would suggest using `Clean.Architecture` or `CleanArchitecture` instead. It is listed in the README https://github.com/ardalis/CleanArchitecture?tab=readme-ov-file#using-the-dotnet-cli-template

Just to add my 2 cents, I agree that an ADR would be good to add for this decision and it's important to note that community feedback was considered for...

I'll take this one 👍 (I can't assign myself)

@ardalis I can wrap this up pretty quick, definitely by Friday.

We've discussed adding FastEndpoints support in issue #157

There is work being done to provide support for FastEndpoints similar to the functionality for ASP.NET Core support. Consider 👍 'ing the issue in #175 if you'd like to see...

@AminurRouf The current plan is to create a factory method for Error that takes in a record ErrorList which has properties for IEnumerable ErrorMessages and a string CorrelationId. I should...