Steve Smith
Steve Smith
Does this solution support having a child Entity in an Aggregate raise an event, with the handler being on the parent/aggregate root?
In the style guide, it says: - Some programs parse `.rst` with `rst2html`_, which cannot interpret some Sphinx's directives such as `code-block`. So readers using such programs actually lose some...
Version 3.1 sometimes had issues with request types being pulled from multiple locations (route, query, body). [Nick Chapsas shows a solution to this problem here](https://youtu.be/SDu0MA6TmuM?t=647). The MultiSourceAttribute. I'm not sure...
Model this on the Ardalis.Specification approach: - https://github.com/ardalis/Specification/tree/main/docs - https://ardalis.github.io/Specification/ - https://docs.github.com/en/pages/getting-started-with-github-pages/creating-a-github-pages-site
Some of the code listings on the main README page are out of date with the newest release. Fix them.
Modify the ASP.NET Core Web API / webapi project template to use API Endpoints instead of controllers, etc. Put the code in a folder in this repo. Publish it to...
Current tests all use the older types; need to update them to use new fluent generic declarations and then make them pass if they don't.