You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 18, 2017. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: