Kevin
Kevin
Currently, when I have a mismatched .Expect, and call mockHttp.VerifyNoOutstandingExpectation(), I get this message "System.InvalidOperationException: There are 1 unfulfilled expectations". It'd be really nice for it to list the calls...
I added the ServiceLocator in #3. I've now found that when I run the service for multiple loops, we get {"Cannot access a disposed object.\r\nObject name: 'IServiceProvider'."}.
change CreateScope to always create the scope. I'm not sure on the ramifications of this on performance, but it is working. There's probably a better way to have test-able code.
The docs show how to use 35, 40, 45, but don't mention anything greater. I spent some time (hoping to get it right and create a PR), but haven't gotten...
I want to automatically add the sri integrity attribute after I've created my minified js/css files, but before I inject it into my cshtml. I'm struggling to add `gulp-sri` into...
[Rick Strahl has teased the idea of using WebView2 to create PDFs](https://twitter.com/RickStrahl/status/1770353795404554336) I'd like to create an Azure App Service or hosted container to accept html and spit out PDFs....