Conversation
@DamianSuess And also which msbuild do you use? |
|
You should also update the GitHub Actions manifest in this PR if possible, https://github.com/dotdevelop/dotdevelop/blob/main/.github/workflows/monodevelop.yml |
@MakiWolf, good call, that's gonna be my next move. Getting this to build on Windows is definitely going to take a while to get moving. I really appreciate the help, folks :) Thanks, @lextm, for the reminder. As soon as I get something to build, that will be updated |
|
This line links to the windows nuget packages dotdevelop/main/Directory.Build.props Line 10 in ce0af42 Maybe here we should make a replace which builds the nuget packages from vs editor api from source directly like we do on Linux. |
The
Building.mdfile was initially made for Ubuntu 20.04, however, I should have expanded it for Windows as well.Feature includes:
Build Failures
Currently, out-the-gate on Win10 when branched off of
main:The most reoccurring error that flashes is the following, as well as A LOT of other "downgrade" issues.
Looking into the other open PRs and any undocumented dependencies.
Linked Issues