question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Please add git tag for .NET 5.0 RTM

See original GitHub issue

Is your feature request related to a problem? Please describe.

I want to easily find source code for 5.0.0 versions of packages built from the https://github.com/dotnet/extensions repository. There is a Git tag and a GitHub release for .NET 5.0 Preview 8 but no tag for .NET 5.0 RTM.

Describe the solution you’d like

Please add a Git tag for .NET 5.0 RTM, and perhaps a GitHub release as well.

Describe alternatives you’ve considered

Extract nuspec files from NuGet packages and get the commit ID from <repository type="git" url="https://github.com/dotnet/extensions" commit="293a5600acbca18ecef424745d7a2543f86ee58e" />, then create a tag in a local clone of the repository.

Additional context

293a5600acbca18ecef424745d7a2543f86ee58e is listed as the commit ID in these NuGet packages:

  • Microsoft.Extensions.Caching.SqlServer/5.0.0
  • Microsoft.Extensions.Caching.StackExchangeRedis/5.0.0
  • Microsoft.Extensions.Configuration.NewtonsoftJson/5.0.0
  • Microsoft.Extensions.Hosting.Systemd/5.0.0
  • Microsoft.Extensions.Hosting.WindowsServices/5.0.0
  • Microsoft.Extensions.Http.Polly/5.0.0

I believe no other 5.0.0 packages are published from this repository.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
JunTaoLuocommented, Dec 3, 2020

FYI the 5.0.0 RTM tags have been added manually for now.

0reactions
rbhandacommented, Jan 14, 2021

Hi @KalleOlaviNiemitalo GitHub repo tagging is taking longer than expected. Current ETA is by EOD today (14th Jan 2021)

Read more comments on GitHub >

github_iconTop Results From Across the Web

Visual Studio 2022 Git Push Tags
The truth is that tags are a bit hidden. You should go to team explorer -> Git Repository -> under your branch ->...
Read more >
Use Git tags - Azure Repos
From the Git menu in the menu bar, select Manage Branches. Select a branch to view history, right-click a commit, and select New...
Read more >
minver-cli 4.3.0
A minimalist command line tool for versioning any Git repository using tags.
Read more >
Learn How to Download .NET 5.0 - The Most Versatile and ...
I'm looking for ASP.NET MVC 5.0 RTM source code. I've tried to download this from but it seems to have only the most...
Read more >
How to version and release .Net Application
Open the csproj file and add version tag as shown below to the first property group. > git add .
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found