mastodontech.de ist einer von vielen unabhängigen Mastodon-Servern, mit dem du dich im Fediverse beteiligen kannst.
Offen für alle (über 16) und bereitgestellt von Markus'Blog

Serverstatistik:

1,5 Tsd.
aktive Profile

#net8

0 Beiträge0 Beteiligte0 Beiträge heute

OK - how do I get #jetbrainsrider to play nicely with the latest #net8 sdk?

My current client has decided to update some of the projects in the solution to net8 and commit to main 😲 - meaning that the devs are now having to run VS2022 Preview.

Now that's OK for them, but what about the Rider users? Well, we know it's possible as the Lead Dev runs Rider and he flipped the net8 switch and is at a loss as to why I can't build the updated app. I'm even running a newer version than him - help! 🙏

So I made a thing...

It's a VS Code extension based on Kirill Osenkov's @KirillOsenkov MS Build structured log viewer.

marketplace.visualstudio.com/i

The desktop version runs on CoreCLR, the insiders.vscode.dev version runs using the new .NET 8 WASI workload on top of VS Code's WASI extension host (code.visualstudio.com/blogs/20)

#vscode#dotnet#dotnet8