Sean Fausett
Sean Fausett
I added the complete log from the latest run...
I'm also looking into running the publish step for a project during solution build time. Has there been any work in this area since the above? Intuitively, it would be...
Sorry to resurrect an old wound but I just had an epiphany while pondering getting dotnet core configuration into unit / integration tests using xunit. If we can require dotnet...
No worries.
From my experience it tends to be whatever version was available at that point in time. Besides, it’s easy to revert and install the original version if bumping it breaks...
That would be a great start - apply latest initially and add intelligence for better major.minor compatibility later. If a global dotnet tool can have config then I’d add options...
I just hit this trying to install external dns with aws eks irsa and the dotnet sdk: ```c# // external dns; https://github.com/bitnami/charts/tree/master/bitnami/external-dns Logger.LogDebug("Installing external dns"); var externalDnsRole = new Role($"{prefix}-external-dns",...
EMR is overkill for my requirements, which are better matched by SWF. Also, I want to use C#, but the SWF C# API is severely lacking, hence the appeal of...
No, the number of elements is coming from a database query and is variable.
I'm no expert, but according to [DBMS_MVIEW.REFRESH](http://docs.oracle.com/cd/B28359_01/appdev.111/b28419/d_mview.htm#i997194) it looks like the xsd should be updated to contain something like: ``` xml ``` This will require more than an xsd schema...