Johan Benschop
Johan Benschop
@kryalama Any ETA on this? We cannot remove or change the `APPINSIGHTS_JAVASCRIPT_ENABLED` setting as it's hosted on a managed Azure instance and they use it for billing purposes. So doing...
I just had the same 'problem' and found a good solution. The templating engine has several SpecialOperationConfigs built in, among which is one for **/packages.config using the same syntax as...
I would be very interested in this feature. What I'm currently looking for is the ability to compare a known good image with one that was just generated in a...
I came across this behavior and discovered that when passed a content type for JSON to the metadata it will properly store the value as an object instead of a...
I know this post is a couple of months old, but I was facing the same issue as the OP. Due to the lack of documentation around this project I...
One of our content editors has just reported a similar issue. It seems, in our case at least, that we simply overlooked adding `app.UseOptimizelyNotFoundHandler();` to the Startup.cs next to the...
This issue impacts us on SonarCloud, and yes, it's the _Imports.razor file for us that only has 11 `@using` lines. Adding a couple of new lines followed by a commented-out...
We encountered this issue after upgrading to .NET 9, along with many other NuGet packages. At first, we got an error saying the instrumentation key was invalid, but after debugging...
I’ve been experimenting with adding bUnit `.razor` files to our testing suite, and thanks to the mention of the `TUNIT_EXECUTION_MODE` environment variable, I was able to get them working the...
@linkdotnet Sure. I'll make some time for it this morning.