-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
Documentation request: statement on .NET Platform Extensions' support for previous versions of runtime targets #31974
Comments
Hello I'm the original author of the QA question mentioned above. It would be great to get some clarifications on this topic. Issue #27315 refers to the same problem. I guess it's a common problem for any team which maintains ASP.NET core applications and a bunch of utilities libraries. It's quite common for utility libraries for the .net core environment to take a reference over |
adding @richlander Thoughts on this idea? |
Any update on this after more than a year? :) An issue we sometimes meet is that there's some new functionality/bug fix in the latest |
I would like to mention that it's also something which because of confidence in library maintainers eyes its being cited as a reason to upgrade, but without any clear idea as a consumer of libraries it's not very confidence building. Related: open-telemetry/opentelemetry-dotnet#5277 (comment) Also related open-telemetry/opentelemetry-dotnet#3448 |
I saw this QA today: https://stackoverflow.com/questions/74159708/are-microsoft-extensions-libraries-intended-to-be-backward-compatible#comment130934545_74159708 - though the TL;DR: is:
Microsoft.Extensions.Logging
as of October 2022 is version 6.0 to go-along with .NET 6.Microsoft.Extensions.Logging/6.0.0
doesn't actually have any dependencies on .NET 6, and in-fact, still supports .NET Framework 4.6.1.Microsoft.Extensions.Logging/6.0.0
does not have a hard dependency on .NET 6), so I spent too much time searching online for some official documentation page, an official statement, or even a devblog article, but I couldn't find anything resembling a statement-of-commitment regarding .NET Platform Extensions' libraries support for older .NET runtimes.Here are some of the pages I did find, and note their lack of content w.r.t. support/lifecycle/targets/etc for .NET Platform Extensions libraries:
.md
files in the dotnet/runtime repo either.Describe the new article
Something like this FAQ... except with answers, and signed-off by the head-honchos of .NET who can speak authoritatively, of course:
The text was updated successfully, but these errors were encountered: