microsoft-identity-web icon indicating copy to clipboard operation
microsoft-identity-web copied to clipboard

Added .Net10 preview

Open mdchennu opened this issue 7 months ago • 3 comments
trafficstars

#Added .Net10 preview to dotnetcore.yml

  • [X] You've read the Contributor Guide and Code of Conduct.
  • [X] You've included unit or integration tests for your change, where applicable.
  • [X] You've included inline docs for your change, where applicable.
  • [X] There's an open issue for the PR that you are making. If you'd like to propose a new feature or change, please open an issue to discuss the change or find an existing issue.

Summary of the changes (Less than 80 chars)

Description

Updated the dotnetcore.yaml file to include a preview version of .Net10

Fixes #3300 (in this specific format)

mdchennu avatar Apr 08 '25 22:04 mdchennu

I've been trying to build the projects as I update the .csproj files.

When I try to build and run the tests, I see the following error that I need Visual Studio version 17.16 or higher: image

I currently have Visual Studio Version 17.14.0 Preview 2.0 installed.

So I tried:

  1. Googling online for 17.16 -> lol couldn't find it
  2. Checking my Visual Studio Installer to see is 17.16 preview is available -> it wasn't
  3. Searching in the developer community (link here: https://developercommunity.visualstudio.com/VisualStudio?q=+Visual+Studio+version+17.16+&fTime=6m)

I couldn't find it anywhere :/. Is there something I'm missing?

mdchennu avatar Apr 15 '25 16:04 mdchennu

Parking this PR until a newer version of Visual Studio preview has been released.

mdchennu avatar Apr 15 '25 20:04 mdchennu

VS 2022 Preview 6 is released. Maybe it has better support for this .NET version.

pmaytak avatar May 08 '25 16:05 pmaytak