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

kpm pack cannot include the mono kre #272

Closed
arneruhnau opened this issue May 31, 2014 · 4 comments
Closed

kpm pack cannot include the mono kre #272

arneruhnau opened this issue May 31, 2014 · 4 comments
Assignees
Milestone

Comments

@arneruhnau
Copy link

I set up aspnet.vnext on my linux machine using mono and can successfully k run the hello world examples.

I can kpm pack unless I want to specify the kre-mono runtime to be included:

  • I have to give kpm pack the full path instead of the name or an alias
  • the KRE name's part "mono45" is not mapped to either net45 or k10 when determining the framework version, resulting in an ArgumentNullException down the line
@glennc glennc added the bug label Jun 20, 2014
@glennc glennc added this to the 1.0.0-alpha3 milestone Jun 20, 2014
@chriseldredge
Copy link

Still happening on 1.0.0-alpha4-1304...

kpm --version
1.0.0-alpha4-10304
kpm pack -o $PWD/dist --runtime KRE-mono45-x86.1.0.0-alpha4-10304 src/Klondike/Klondike.kproj
verbose:False out:/Users/chris/codes/netfx/Klondike/dist project:src/Klondike/Klondike.kproj
Unable to locate runtime 'KRE-mono45-x86.1.0.0-alpha4-10304'

chriseldredge added a commit to chriseldredge/Klondike that referenced this issue Aug 21, 2014
@davidfowl
Copy link
Member

The bug wasn't fixed...

@chriseldredge
Copy link

I thought maybe it should be since the issue was placed in the1.0.0-alpha3 milestone so I was just adding an update 😄

@davidfowl
Copy link
Member

When it's closed, that'll be the confirmation that is is 😄

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

5 participants