Sharpii .NET Core
Port von Sharpii auf .NET Core. Sharpii kann mit verschiedenen, Wii-spezifischen Formaten, wie WADs, umgehen und konvertieren. Unterstützt auch macOS und Linux!
Ein Flag zur Änderung der NUS-URL wurde hinzugefügt. Auch wurde die libWiiSharp-Bibliothek wieder auf das .NET Framework 2.0 umgestellt, da der TPL-Code nicht funktionierte. Das bedeutet leider auch, dass dieser nicht mehr auf nicht-Windows-Plattformen funktioniert.
Changelog
* Add -URL option to NUS.cs * Updated embedded libWiiSharp to 2.0.2 ** libWiiSharp has been reverted to .Net Framework 2.0 ** No functional difference in Sharpii; TPL code now works again *** TPL code still does not run on Non-Windows platforms due to System.Drawing.Common's lack of support * WadInstaller source code has been removed. It is available online in many places if needed. * Reduced compiler warnings to 0 at time of writing ** SecondRun unused variable has been removed resulting in one less compiler warning. ** A Value for SelfContained has been set in the project file resulting in one less compiler warning. * CodeQL was reworked to get compilation setup correctly