Open tamlin-mike opened 5 years ago
I can build with Build.cmd several minutes ago, but build inside VS before that reports errors.
What I did was basically just git clone, Update.cmd, Build.cmd.
VS16.3, which could be important.
restore.cmd && build.cmd
should work. if you do git clean -xdf
followed by restore.cmd && build.cmd /binaryLog
and still see this failure could you share the *.binlog file?
If I switch back to master
I might give it a whirl.
I just found it strange that it could work at all considering the error message "is inaccessible due to its protection level". Perhaps the testing build is somehow granting the tests access to otherwise inaccessible members/types, and I'm just unaware of the functionality? Combined with some other build issues I experinced at the time, that could explain it enough to close this issue.
@tamlin-mike there is some silliness going on with test certificates and what-not thought @tmat is the authority on whether this is expected or not (I would assume no)
cc @dibarbet
HEAD
Build ends prematurely with many errors of the following kind
Ideas? Are you perhaps using a different way to build it than
Build.cmd
?