Jacob Viau
Jacob Viau
We also have a `LICENSE_APACHE.txt` in the repo root. Is that to remain?
I can't recall it perfectly, but I think the issues I ran into was around asserting exactly what value the sync context was. I hit issues whenever I yielded and...
SlowCheetah uses `Microsoft.Web.Xdt` to process the XML transforms. Here is the [MSDN page ](https://msdn.microsoft.com/en-us/library/dd465326.aspx) for it. I believe the `SetAttributes` section is what you are looking for.
Thank you for bringing this to our attention. This is not entirely unexpected with how our observability works today. The HTTP call made in your function directly and in the...
Can you clarify for me: > When executing the http call in the function itself, and also the custom TrackDependency execution, both show up in Application Insights > however in...
@cijothomas that is _mostly_ what we need. It is missing one thing we are considering but have not settled on as mandatory: capturing tags in the worker process and flowing...
> > @cijothomas that is mostly what we need. > > When you said this, did you meant [dotnet/runtime#86966](https://github.com/dotnet/runtime/issues/86966) is what you'll mostly need? Yes, that issue is mostly what...
@cijothomas let me clarify: for functions that issue will work for us. For durable task, we do have a need to recreate the same span repeatedly. This framework follows a...
Where would we create this spec issue?
@fowl2 are you still experiencing this? We have identified and fixed some of these issues in the recent past. @brettsam has more context on this issue.