Skip to content
This repository has been archived by the owner on Dec 18, 2017. It is now read-only.

ApplicationHost2 won't build with beta4-11271 on Linux and OS X. #1410

Closed
lefb766 opened this issue Mar 15, 2015 · 6 comments
Closed

ApplicationHost2 won't build with beta4-11271 on Linux and OS X. #1410

lefb766 opened this issue Mar 15, 2015 · 6 comments
Assignees
Milestone

Comments

@lefb766
Copy link
Contributor

lefb766 commented Mar 15, 2015

kpm build under src/Microsoft.Framework.ApplicationHost2 gives me bunch of compile errors. Each of the errors is labelled with one of two common messages shown below.

  • error CS0234: The type or namespace 'Internal' does not exist in the namespace 'Microsoft.Framework' (are you missing an assembly reference?)
  • error CS0246: The type or namespace 'NotNull' could not be found (are you missing a using directive or an assembly reference?)

I do not forget to clone submodules, and that kpm restore seems successful.

I found that it goes ok with beta4-11245, so there might be some regression since that version, or we have just encountered a bug of mono.

@lefb766
Copy link
Contributor Author

lefb766 commented Mar 15, 2015

It goes ok with beta4-11257 and fails with beta4-11268.

@davidfowl
Copy link
Member

I'm seeing the same.

@davidfowl
Copy link
Member

Found the issue.

@davidfowl
Copy link
Member

@ChengTian can you make sure this bug gets fixed with #1299?

@ChengTian
Copy link
Contributor

I checked in #1299 , however, that PR doesn't fix this issue. Need further investigation in this issue.

@davidfowl
Copy link
Member

Did you modify the shared file logic in the nuget resolver?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants