-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Hope that the future can in Nuget package management page through the UI update Microsoft.Windows.SDK.NET.Ref package #43335
Comments
This belongs to the sdk/cswinrt repo rather than runtime repo. These type of reference is The current logic is very unfriendly with UI. It's not setting metadata on any |
CsWinRT Answering |
It's an unofficial reply about the limitation to specify minimal required .NET SDK. Components shipped with SDK are special. It may not be worth to build UI for special circumstances, at least it's expected to be special to specify their versions. |
Thanks for creating this issue! We believe this issue is related to NuGet tooling, which is maintained by the NuGet team. Thus, we closed this one and encourage you to raise this issue in the NuGet repository instead. Don’t forget to check out NuGet’s contributing guide before submitting an issue! If you believe this issue was closed out of error, please comment to let us know. Happy Coding! |
However, I don't think this issue should be closed, and the VS team, the CsWinRT team, and the .NET team should be contacted to deal with this tricky problem and work together to improve the developer experience |
This is not quite actionable. It's an expected corner case with specialized workaround. Building more support for this corner case will add very little value, with even more effort than regular case. |
Description
Hope that the future can in Nuget package management page through the UI update Microsoft.Windows.SDK.NET.Ref package
希望未来能在 Nuget 包管理页面中通过 UI 更新 Microsoft.Windows.SDK.NET.Ref 包
After updating to CsWinRT 2.1.X, we found that the Microsoft.Windows.SDK.NET.Ref framework package will also be updated with the version of CsWinRT, however if we want to know the latest version of Microsoft.Windows.SDK.NET.Ref, we need to manually search and modify the 10.0.26100.45 property value, which is no longer very convenient. I hope that the .NET Team,CsWinRT team can communicate with the Visual Studio team, and you can add a separate display of the content of the framework package on the Nuget package management page, and you can follow the ordinary Nuget package to update it on the Nuget package management page
在更新到 CsWinRT 2.1.X 后,我们发现Microsoft.Windows.SDK.NET.Ref 框架包也会随着 CsWinRT 的版本进行更新,然而如果我们想了解 Microsoft.Windows.SDK.NET.Ref 的最新版本,需要手动搜索并修改 csproj 下的 10.0.26100.45 属性值,这已操作不太方便。希望 .NET 团队、 CsWinRT 团队能和 Visual Studio 团队能沟通一下,可以在 Nuget 包的管理页面添加一个单独显示框架包的内容,可以跟随普通的 Nuget 包在 Nuget 包管理页面进行更新
Reproduction Steps
See Description
Expected behavior
Can add a separate display of the content of the framework package on the Nuget package management page, and you can follow the ordinary Nuget package to update it on the Nuget package management page
可以在 Nuget 包的管理页面添加一个单独显示框架包的内容,可以跟随普通的 Nuget 包在 Nuget 包管理页面进行更新
Actual behavior
Manually search for the Microsoft.Windows.SDK.NET.Ref package and manually modify the 10.0.26100.45 property in csproj
手动搜索 Microsoft.Windows.SDK.NET.Ref 包,并在 csproj 中手动修改 10.0.26100.45 属性
Regression?
None
Known Workarounds
None
Configuration
.NET 9 Preview 7
Windows 11 26100
X64
None
Other information
None
The text was updated successfully, but these errors were encountered: