Darrell
Darrell
Asp.net core ships a `TestHost` for this. Would you be open to having some tests that exercise csla within a few asp.net core scenarios? I am thinking: - test that...
Any updates on this one?
> I'd like to check if this is one time exception or some continues ones annoying you a lot? It happens constantly, so much so that our only option was...
For this one, what would overriding multiple config values look like? > gitversion calculate --override-config tag-prefix=foo
> @asbjornu at the moment we build only Linux images, we dropped the support for Windows as the images are too big and too long to build. Does that include...
I'm going to wait to implement this only if there is demand.
This looks like the new hotness https://github.com/microsoft/sql-server-language-extensions/tree/main/language-extensions/dotnet-core-CSharp
@xt0rted - thanks for the feedback on this. I'd really like to add this feature but I've not found time to do any work on it yet so it remains...
> Even on Windows, foo\gh/bar (or foo\gh\bar, or foo/gh/bar) should not match the pattern foo*/bar, but only foo**/bar. Yeah I am saying the same thing - just in a long...
It would be pretty cool to be able to plug in a `IFileProvider` (Microsoft.Extensions.FileProviders) for read only access to files. This would be the native interface used in asp.net core...