You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When calculating SDK feature bands for workloads, we ignore the prerelease specifier if it's -dev or -ci. We should probably update this to also ignore -rtm versions.
This is compounded by the fact that we don't parse -rtm versions correctly. Since we normally expect a preview band of something like -preview.7 or -rc.1, when it comes to an SDK version such as 8.0.100-rtm.23526.1, we end up with a feature band of 8.0.100-rtm.23526, which is wrong.