kwsch / pkNX

Pokémon (Nintendo Switch) ROM Editor & Randomizer
https://projectpokemon.org/home/forums/topic/48647-pknx-nintendo-switch-rom-editor-randomizer/
GNU General Public License v3.0
352 stars 108 forks source link

README inaccurate - seems like a C# 8 compiler is required #51

Closed jugolm closed 4 years ago

jugolm commented 4 years ago

The README file says a compiler that supports C# 7 can build the program, but when trying to build it an "Error CS1617: Invalid option '8.0' for /langversion when trying to compile" appears. Upon inspection it's clear that the project uses C# 8 which means having to download VS19.

Please clarify this in the README, or release an updated compiled binary, as the link provided in here is largely outdated.

Thanks.

kwsch commented 4 years ago

The link provided for accessing the automatically compiled builds has been updated; you can access it via github with the green checkmark next to a given commit, or via the url on the thread.

jugolm commented 4 years ago

Thanks, sorry I bother you again but I still can't download the builds - if I access it through the green checkmark it says "Build not found". If I do it through the projectpokemon link, the screen "Pipelines > Runs" gets stuck forever. Thanks!