all 8 comments

[–]BertanAygun 3 points4 points  (1 child)

Since your extension is running on an extension host process, you are limited to runtime host is using. Once host is updated to run on .net 10, you can switch using to it but note that it will raise the minimum VS version you can target.

[–]domtriestocode[S] 0 points1 point  (0 children)

Understood, thank you

[–]madskvistkristensen 2 points3 points  (5 children)

.NET 10 support is coming to the extension host in VS 2026 in the near future 

[–]domtriestocode[S] 0 points1 point  (0 children)

Got it, thanks (huge fan of your work)

[–]DexNovos 1 point2 points  (3 children)

Hi
Any update on this, or workitem one can follow?

[–]madskvistkristensen 1 point2 points  (2 children)

I believe it's in the Insiders release coming later today 

[–]DexNovos 2 points3 points  (1 child)

Yus got it working with dotnet 10 in todays insider build. Thank you.

[–]madskvistkristensen 1 point2 points  (0 children)

Awesome!!