Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

".NET 8 does not support the MeterProviderBuilder.SetExemplarFilter method." #5603

Closed
JackHuHappy opened this issue May 10, 2024 · 1 comment
Labels
question Further information is requested

Comments

@JackHuHappy
Copy link

What is the question?

"Why is the MeterProviderBuilder.SetExemplarFilter extension method not supported in .NET 8, even though the preprocessor directive indicates it would be supported in the .NET 8 version?"

Additional context

image

@JackHuHappy JackHuHappy added the question Further information is requested label May 10, 2024
@Kielek
Copy link
Contributor

Kielek commented May 10, 2024

You need to use prereleased version (alpha/beta/rc) to have it available. Experimental features are not exposed to stable versions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants