pardeike / Harmony

A library for patching, replacing and decorating .NET and Mono methods during runtime
https://www.patreon.com/pardeike
MIT License
5.15k stars 485 forks source link

Tests: Better mono setup on Windows #578

Closed Aragas closed 6 months ago

Aragas commented 6 months ago

Not sure if we wanna merge. So the mono download link I'm using (preview) in the script is not entirely correct - we need to use the non preview, but it returns a 2019 build. Preview seem to return the latest stable for now. The choco kind guarantees the correct latest version, but it takes about 30 seconds more when installing mono.

Aragas commented 6 months ago

Can be merged