Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[WIP] Modernizing the .csproj files #307

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

mattleibow
Copy link
Contributor

No description provided.

Copy link
Member

@joelmartinez joelmartinez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mattleibow looks like the test failure is actually this:

mono ../bin/Release/mdoc.exe update -o Test/en.actual Test/DocTest-VB-Eii.dll -lang vb.net -lang fsharp -lang javascript -lang c++/cli -lang c++/cx -lang c++/winrt -import Test/ClassEnumeratorSlashDoc.xml
Cannot open assembly '../bin/Release/mdoc.exe': No such file or directory.

Looks like the csproj is not outputting the project to the expected location (bin/Release/mdoc.exe ... in the root of the repo). This is where the integration tests expect the build artifact to be.

Once you update that, all the tests should pass :)

Base automatically changed from master to main March 4, 2021 14:47
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants