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

Produce JSON file with TFMs and (at least) their EOL status #9208

Open
richlander opened this issue Feb 28, 2024 · 0 comments
Open

Produce JSON file with TFMs and (at least) their EOL status #9208

richlander opened this issue Feb 28, 2024 · 0 comments

Comments

@richlander
Copy link
Member

We want to present EOL information in NuGet: NuGet/NuGetGallery#9837

However, NuGet has TFMs not .NET versions. There is no straightforward way to map net5.0 to channel-version == 5.0 in https://github.com/dotnet/core/blob/main/release-notes/releases-index.json. Yes, sure, IndexOf the net string. It gets more complicated with TFMs with OS versions in them.

We need a JSON format with the following characteristics:

  • TFM
  • Is EOL?
  • Parent TFM and/or .NET version and/or OS version

Ideally, you can see from this file is an EOL is supported or not and can tell from additional files when the TFM will be EOL based on its parents.

For example, net8.0-ios72 is parented to both .NET 8 and iOS v72. The file should describe that relationship. We shouldn't record when .NET 8 or iOS 72 goes EOL in this file but tell people where else to look for that information, like https://github.com/dotnet/core/blob/main/release-notes/releases-index.json

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

No branches or pull requests

1 participant