microsoft / DevHomeAzureExtension

Dev Home Azure Extension
MIT License
68 stars 15 forks source link

Modify code to replace RID workaround for .NET 8 migration #81

Open chenss3 opened 6 months ago

chenss3 commented 6 months ago

Suggested new feature or improvement

With the newest .NET 8 migration, there is a RID workaround needed for reverting back to pre-.NET 8 method of Host using the RID graph to determine assets.

With the recent change in the RuntimeIdentifier graph in addition with RIDs becoming OS version generic, the aforementioned assets that are targeting win10- will not get picked up properly.

Scenario

In the future, we are looking to amend this code so this workaround is not needed.

Additional details

Related to PR #80