Cosmin Stirbu

Results 29 comments of Cosmin Stirbu

Hi @vitalybibikov, We're also interested in some way to configure what JSON library is used for handling these annotations. For now we have forked the repo and added in `SwashbuckleConfig.Initialize`...

As per https://github.com/Azure/azure-functions-host/issues/5469#issuecomment-573899544 it seems that functions v3 uses `Newtonsoft.Json`. Switching to `System.Text.Json` would require a relatively significant effort on our side at this point. Your suggested approach seems like...

Any news on this issue? We're facing the same problem.

Based on my local debugging, it seems the issue is caused by the usage of [ServiceBusHelper2](https://github.com/paolosalvatori/ServiceBusExplorer/blob/develop/src/ServiceBus/Helpers/ServiceBusHelper2.cs) in [HandleQueueControl](https://github.com/paolosalvatori/ServiceBusExplorer/blob/develop/src/ServiceBusExplorer/Controls/HandleQueueControl.cs#L302) and [HandleTopicControl](https://github.com/paolosalvatori/ServiceBusExplorer/blob/develop/src/ServiceBusExplorer/Controls/HandleTopicControl.cs#L157) constructors. Basically when you select a queue / topic with...

It connects successfully, however if you select the topic/queue the view to the right of the tree view doesn't load, and an exception is logged.

@ErikMogensen - not sure if you got the chance to look into this.

We have a similar problem when using `craco`. `testPathPattern` has an in inconsistent number of `\`, sometimes it has 6, sometimes it has 4. Please see log below: ``` craco:...

Interestingly enough, if you **Debug** (instead of **Run**) and individual test then it works as expected. See output below: ``` craco: Override started with arguments: [ 'C:\\Program Files\\nodejs\\node.exe', 'C:\\Repos\\MyCompany\\MyApp\\src\\MyCompany.MyApp.Frontend.UI\\node_modules\\@craco\\craco\\scripts\\test.js', '--verbose',...

I have created a separate issue for this, with a repro project https://github.com/jest-community/vscode-jest/issues/852

Hi Laurent, I know that you're probably really busy but I would highly appreciate it if you could update this in the near future. Currently in our Xamarin project MVVMLight...