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

OpenTelemetry and Instrumentation.AspNetCore backward .NET framework compatibility #3710

Closed
pellesantiago opened this issue Sep 29, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@pellesantiago
Copy link

pellesantiago commented Sep 29, 2022

Feature Request

Maintain OpenTelemetry project compatibility with old and most used .net frameworks, like net 4.6.2 and core 3.1 and net standard 2.0

Is your feature request related to a problem?

I'm using several packages from this repository.
I cannot update all the other packages version to the latest version (1,.4.0-alpha-2), because this project is forcing me to stay on 1,.4.0-alpha-1. Due to 1.0.0-rc9.5 is the latest version supporting net 4.6.2, core 3.1 and net standard 2.0, and it forces me to stay on 1,.4.0-alpha-1.

After updating OpenTelemetry to 1.4.0-alpha-2, new errors appeared for net 5 projects.
System.Diagnostics.DiagnosticSource doesn't support net5.0. Consider updating your TargetFramework to net6.0 or later. %USERPROFILE%.nuget\packages\system.diagnostics.diagnosticsource\7.0.0-preview.7.22375.6\buildTransitive\netcoreapp2.0\System.Diagnostics.DiagnosticSource.targets

I consider that net 5 should be on the stack for a few extra months. It ended the End of Support just this year, on May 2022.

@pellesantiago pellesantiago added the enhancement New feature or request label Sep 29, 2022
@pellesantiago pellesantiago changed the title OpenTelemetry.Instrumentation.AspNetCore backward .NET framework compatibility OpenTelemetry and Instrumentation.AspNetCore backward .NET framework compatibility Sep 29, 2022
@cijothomas
Copy link
Member

I consider that net 5 should be on the stack for a few extra months. It ended the End of Support just this year, on May 2022.

We are indeed considering dropping support for netstandard2.0, but a final decision is not yet made.
#3701 ans #3703

.NET5 and anything else that is end-of-support from .NET is not something we can support.

@pellesantiago
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants