Timothy Mothra

Results 90 comments of Timothy Mothra

@tsahi, sorry for the confusion. I see that this is a very old issue (2018). For future reference, we have a guide on our TelemetryChannels here: https://learn.microsoft.com/azure/azure-monitor/app/telemetry-channels

@jsquire do you know who owns that page? This repo publishes 16 packages, but I only see one documented.

Hello @martincostello , This is on our backlog, but we don't have an ETA. Our [Exporter](https://www.nuget.org/packages/Azure.Monitor.OpenTelemetry.Exporter) package is AOT compatible today. Does this meet your needs?

Related conversation: https://github.com/open-telemetry/opentelemetry-dotnet/issues/3448

We may want to explore this from .NET: > For libraries that support .NETStandard, the .NETStandard Compatibility packaging infrastructure makes sure that out-of-support target frameworks like netcoreapp3.1 or net461 are...

> I cannot parse "unsupported .NETStandard compatible target frameworks." /s I would defer to the dotnet team on this matter. net461 is compatible with netstandard2.0. [net461 is also unsupported](https://devblogs.microsoft.com/dotnet/net-framework-4-5-2-4-6-4-6-1-will-reach-end-of-support-on-april-26-2022/). Both...

I think this issue can be closed. net461 has been removed from the test matrix: https://github.com/Azure/azure-sdk-for-net/pull/35978

In my opinion, you should remove everything from the example project that isn't relevant to the OTel. I would remove the wwwroot, Privacy, and Error pages.

Hi @BC89, I'm not able to reproduce this. Can you please share a minimal repro? This is what I tried: https://learn.microsoft.com/aspnet/core/tutorials/min-web-api csproj ``` net8.0 enable enable ``` Program.cs ``` namespace...

Hi @BC89, Can you please share what cmd you're using to publish your application? (`dotnet publish`) ? We're curious if you're trimming your application.