Socolin
Socolin
@klawrow can you try this build ? https://github.com/Socolin/ApplicationInsightsRiderPlugin/actions/runs/12019385625
Same problem in C#, the example is not up-to-date. https://github.com/hashicorp/terraform-cdk/blob/main/examples/csharp/azure/Main.cs#L19 I'm getting a first error that I was able to fix using this instead ```cs Features = new IAzurermProviderFeatures[] {...
I'll provide a repro
Sorry, I've been busy lately, I'll try this weekend, if not you can close and I'll come back later when I have time.
Basically when sending an array of data with a size of 0. When I was trying to setup my project at the beginning I was sending by mistake an empty...
Hello, I'm also interested in this, I need it the context of a Shopify App where multiple shop are managed and each one have a different access token. I found...
> [@Socolin](https://github.com/Socolin), I am trying your solution, however I keep getting "The 'InnerHandler' property must be null. 'DelegatingHandler' instances provided to 'HttpMessageHandlerBuilder' must not be reused or cached" > >...
No, the magic is around AsyncLocal https://learn.microsoft.com/en-us/dotnet/api/system.threading.asynclocal-1?view=net-9.0 If you check this variable is static anyway in the Accessor. Behind the variable is in the task context Technically the injection is...
Ha yeah, that make sense. Is the problem is only when drawing the text on the top of the image ? if we try to draw this in the middle,...
Yeah this looks good ! Nice :)