Bart

Results 26 issues of 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 ![image](https://user-images.githubusercontent.com/4865355/53747436-8d234100-3ea3-11e9-9757-cc3cb8a2c014.png) since I don't have resharper to run the unit tests, can you fix it? I already tried as follow ![image](https://user-images.githubusercontent.com/4865355/53747634-002cb780-3ea4-11e9-8e3c-bf4569ac1175.png) 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

question

Is it possible to render a curl example?

When i write keys i got a wrong output ![image](https://user-images.githubusercontent.com/4865355/147129332-42bc2e20-a144-42eb-a18b-2446ba95d8d0.png) The same with a string I can see that it is depending on the keyboard. I have an Belgium Azerty...

bug

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...

kind/bug

Hi, we are experimenting with logic apps in Dapr. What is the timeline for GA of Logic apps in Dapr?