Draco-lang / Compiler

The compiler repository for the Draco programming language.
Apache License 2.0
86 stars 8 forks source link

Upgrade to .NET 8. #355

Closed Kuinox closed 7 months ago

Kuinox commented 10 months ago

Fixes #350.
There is 2 commit for now.
The first one just bumps the version in all the files.
The second commit is the specific changes needed for the upgrade.
Some notes:

Kuinox commented 8 months ago

The conflict can be complitly ignored, it's a file generated when running npm install, we just need to squash & merge then npm i and squash again before pushing.

Kuinox commented 8 months ago

I should add timeouts on the debugger tests, looks like hangs are common.