Steve Smith

Results 241 comments of Steve Smith

The trick is that Aggregates/Entities aren't created by Autofac, but typically are either instantiated directly (if brand new) or retrieved from a Repository. What I've been working on is a...

It would be good if this automatically re-checked and had some kind of animation when a build fails (or stops failing). CCTray was great for this (see: https://www.wrightfully.com/using-cctray-to-monitor-jenkins-builds)

I like that, too! I've seen FastEndpoints but didn't notice this. I wonder if they did anything to make it work, or if it's just a Swagger feature we can...

Can you add any tests or something in the sample demonstrating its usage?

I'm interested in how automatic semantic versioning would work and in GitHub Release publishing. What would that involve / look like? Related question: how do I configure the version as...

You mentioned docs - where are the docs on this? > The automatic Semantic Versioning step checks if there is a certain prefix semver label (fix, feat or perf) in...

Does this work in standard ASP.NET Core MVC?