-
Notifications
You must be signed in to change notification settings - Fork 479
Fix build error for NET35. #120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Two NET35 tests also failed in
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indentation is stuffed up here.
Why did those fail, because the master .NET 3.5 build is green: |
It might be due to difference or possible breaking changes in VS 2015 (Roslyn csc, PEVerify, ...)? I don't have VS 2013 installed on this machine to check. Will try VS 2013 tomorrow. The failures are |
|
@jonorossi I created a default AppVeyor build with https://ci.appveyor.com/project/jeremymeng/core/build/3.3.4.1 My master branch is even with upstream/master: master...jeremymeng:master |
|
Comment moved to #122 (comment) |
.editorconfig
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You've got an mistake here, intent vs indent. Looks like it is also wrong under csproj which I assumed you copy-pasted.
|
Can you squash your commits after fixing the mistake. I'll then merge this. If you want to continue discussing the multidimensional array unit tests failing on your machine and AppVeyor lets open a new issue. |
|
I opened #122 for the test failures. |
|
@jonorossi I pushed the changes as a single commit. Or do you prefer splitting them into two? |
|
Thanks, one commit is fine. |
@jonorossi Looks like co/contra-variance in generics is introduced after Net35.