Bart
Bart
Hi, any plans on NG2 and typescript?
group on schema and table name to avoid duplicates when more schema's has the same table name; add table_owner to GetPrimaryKeysNames to get pk's from other scheam's than dbo; fix...
Hi @JonPSmith I have the following TypeLoadException  since I don't have resharper to run the unit tests, can you fix it? I already tried as follow  but then...
How can I avoid CA1062 warnings when using for example Guard.Argument(message, nameof(message)).NotNull(); I tried the following in .editorconfig in visual studio 2019 solution root: dotnet_code_quality.CA1062.null_check_validation_methods = Guard.NotNull dotnet_code_quality.CA1062.null_check_validation_methods = Guard.Argument
Is it possible to render a curl example?
When i write keys i got a wrong output  The same with a string I can see that it is depending on the keyboard. I have an Belgium Azerty...
I have a unit test like this: ``` public class WorkflowUnitTests: WorkflowTest { private Mock _servicesMock; public MyWorkflowUnitTests() { _servicesMock = new Mock(); // Set up mock methods // ......
I try to use the dapr sidekick with an integration test (Using Microsoft.AspNetCore.Mvc.Testing.WebApplicationFactory). I can see in the output log: Dapr Process Status Change: Stopped -> Initializing Host application is...
When a binding invocation executes, I expect to see the same http response code in the DaprException Currently when a 404 is returned from an external service, the DarpException StatusCode...
Hi, we are experimenting with logic apps in Dapr. What is the timeline for GA of Logic apps in Dapr?