Yaakov

Results 208 comments of Yaakov

I figured it would be easier to run just the kv1 tests or just the kv2 tests, but I just realised I could use NUnit categories for that so yeah...

`\?` seems to be a trigraph oddity: https://stackoverflow.com/a/18156263/1994390

If I'm interpreting the bug description correctly, you're hanging on `await CallAsyncInternal`, which suggests a threading problem, potentially a deadlock.

ugh, unfortunately this still triggers the rule.

@halter73 are there any further details from API review? Personally a static property (like in ASP.NET / .NET Framework) would also work, and I could then wrap it up in...

When originally trying to find an API shape for this feature in #43631, I also considered a special subclass of `IWebHostEnvironment` but when looking at the implementation of that today,...

Just on this comment, because it's sticking in the back of my head: > If you care about testing it, abstract it yourself, just like you would for environment variables....

For properties that are only available during a request, the existing API should be able to retrieve them, and I would expect code being ported from ASP.NET to ASP.NET Core...

Coming back to this, I had a closer look again and I seem to have mixed up Configuration Path and Application ID. Oops [Application ID](https://learn.microsoft.com/en-us/iis/web-development-reference/native-code-api-reference/ihttpapplication-getapplicationid-method) is what I'm after here,...