Christian Weiss

Results 88 comments of Christian Weiss

@yurishkuro there's also the logical requirement to "set the current span". Do you think this is implicit - meaning that every span that is created is automatically "the current span"...

I don't have experience with specifications but roman numerals seem a bit strange to me. I'd prefer regular numbers as well. Since there's just the website and no formal versioned...

Interesting scenario. It sounds "like a feature" to me though as that's how C# works in that case - when you `yield return` you stay in that context. While the...

One problem is that .NET doesn't use `WebHeaderCollection` everywhere, ASP.NET Core has its own [IHeaderDictionary](https://github.com/aspnet/HttpAbstractions/blob/master/src/Microsoft.AspNetCore.Http.Features/IHeaderDictionary.cs) interface for this. So it seems like we always need an abstraction. Could you just...

Thank you for your responses and sorry for never replying - I have been off the grid for quite some time. While I definitely agree that a central proxy /...

same issue. this project looks great and is very helpful though! Thanks for the work you put into this! Edit: this is the error I receive: ![grafik](https://user-images.githubusercontent.com/4581460/75957155-b103d300-5eb9-11ea-89ed-78d326d1bf64.png)

I think it would be much simpler to allow this without the use of any (sub-)modules. I'd like to create the resource group and its resources in one file that...

This missing cache also prevents us from fully migrating away from `AppAuthentication`. I'd love to also have an option in the cache that automatically refreshes the tokens in the background...

Same issue, I think. The IdP we're using has a required query string parameter in its URL and it therefore uses a wrong URL on iOS. Login works fine on...

We are also experiencing this issue. We're on sdkVersion "dotnetc:2.15.0-44797". ``` AI (Internal): [Microsoft-ApplicationInsights-Core] [msg=Log Error];[msg=Exception while initializing Microsoft.ApplicationInsights.AspNetCore.TelemetryInitializers.WebSessionTelemetryInitializer, exception message - System.NullReferenceException: Object reference not set to an instance...