Steve Smith
Steve Smith

Looking at the existing badge support I see it is generating an image like this one: ```  ``` This works fine in the PR comment but I'd like...
See: https://github.com/ardalis/GuardClauses/discussions/216 Remove the dependency on the JetBrains nullable attribute(s). If this would break your use of this library, comment here.
Make it prettier and consider using some of the color and other features by default. See: https://www.youtube.com/watch?v=rXJ2p2Am_0I&ab_channel=NimblePros
See CleanArchitecture. Create and publish a `dotnet new` template for worker services that use Clean Architecture. https://github.com/ardalis/CleanArchitecture/blob/main/CleanArchitecture.nuspec
Thinking of using it for a .netcore app but it looks like it may have been abandoned. What's the current status?
See screenshot: 
https://twitter.com/sonederdev/status/1589262932818690048?s=46&t=MEJQ6N3eTYVeOa-M_qSocA
Show basic usage of each extension in the README. Organize using same organization as folder structure of code. Show how to perform the operation without the extension, and then what...