dnSpyEx / dnSpy

Unofficial revival of the well known .NET debugger and assembly editor, dnSpy
GNU General Public License v3.0
7.01k stars 459 forks source link

.NET9 support #382

Open greenozon opened 6 days ago

greenozon commented 6 days ago

Description

Hi! any plans to add support for .NET9 that was just released? thanks

ElektroKill commented 6 days ago

Hi, debugging and decompiling .NET 9 assemblies should work already. Please let me know if you find any feature that does not work with .NET 9 assemblies!

Regarding the runtime dnSpy is compiled against, .NET 9 will be used soon.

greenozon commented 6 days ago

confirming, 6.5.1 could debug newly built app in VS2022 (17.12.1) with tag as

[assembly: TargetFramework(".NETCoreApp,Version=v9.0", FrameworkDisplayName = ".NET 9.0")]

so lets keep it open until .net9 bits of the tool will appear