Mark Townsend
Mark Townsend
I am receiving a build time error. The "SecretsJsonTask" task was not given a value for the required parameter "ConfigurationPath". But I cannot find where I am supposed to provide...
Can someone please help. I have setup a build pipeline in Azure DevOps, but I am failing in two areas, and I am hoping that someone else has found a...
I am trying to add a const string with the field name of each field to allow the use of strongly typed field names instead of magic strings. Our previous...
I have around 20+ views in a database, but when I select includeviews = true; only two views are created as keyless tables, the remainder seem to be ignored. My...
I am trying to get a single table from a list of many similar named tables, and also excluding related tables that are not needed. For example, I have around...
I have a number of Stored Procedures that take arguments and return a list of objects. With the actual database it works well. I am however trying to mock the...
Forgive me if I am being dim, but I can't seem to use the FakeDBContext with DI? I am setting up the DI in my tests, and all my service...
I am probably going about thisa completely the wrong way. But, I need to rename several table/entity classes. In the legacy database, and in the code there are several tables...
I have a number of microservices installed in a Kubernetes cluster. Several of the services require access to public Api's on the internet. So I created a health check, using...
Sorry for this really dumb question, I am very new to Terraform and Flux, and trying to work it all out. I have created a Terraform file that uses the...