TASEmulators / BizHawk

BizHawk is a multi-system emulator written in C#. BizHawk provides nice features for casual gamers such as full screen, and joypad support in addition to full rerecording and debugging tools for all system cores.
http://tasvideos.org/BizHawk.html
Other
2.2k stars 385 forks source link

Migrate solution files to `.slnx` #4097

Open YoshiRulz opened 4 weeks ago

YoshiRulz commented 4 weeks ago

This is a new format only recently merged into the CLI and not supported by stable VS2022.

vadosnaprimer commented 4 weeks ago

Why?

YoshiRulz commented 4 weeks ago

If you've ever made changes to a solution file you'll know the old format sucks. The new format is similar to the (current) project file format: minimalist XML.

Morilli commented 4 weeks ago

I haven't seen it, but I trust it's better than what we currently have. I know Rider supports it already, but it's probably good to wait a good amount of time until we migrate because it seems like it could unnecessarily break support on otherwise supported configurations.