-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
K pack produces error: System.NullReferenceException #6
Comments
@lodejard any idea what's going on here? |
There is a bug in To work around this for now you can copy and paste the kruntime package from %USERPROFILE%.k\packages to the packages folder for the app. |
This should be resolved with the new KPM pack |
natemcmaster
pushed a commit
that referenced
this issue
Nov 30, 2018
- Added tool to generate a set of known culture names from the OS/Fx - CultureInfoCache is now limited to only caching/returning cultures from the known list - #6
ryanbrandenburg
added a commit
that referenced
this issue
Jul 8, 2019
merge Co-authored-by: Brennan <brecon@microsoft.com> Co-authored-by: dotnet bot <dotnet-bot@microsoft.com> Co-authored-by: Nate McMaster <natemcmaster@users.noreply.github.com> Co-authored-by: dotnet-maestro <@dotnet-maestro> Co-authored-by: Matt Mitchell <mmitche@microsoft.com> Co-authored-by: Pranav K <prkrishn@hotmail.com> Co-authored-by: John Luo <johluo@microsoft.com> Co-authored-by: null <shawn@saluce.com> Co-authored-by: Mikael Mengistu <mikaelm12@users.noreply.github.com> Co-authored-by: Ryan Brandenburg <rybrande@microsoft.com> Co-authored-by: David Fowler <davidfowl@gmail.com> Co-authored-by: null <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Jacques Eloff <joeloff@users.noreply.github.com> Co-authored-by: Arthur Vickers <ajcvickers@hotmail.com> Co-authored-by: Steve Sanderson <SteveSandersonMS@users.noreply.github.com> Co-authored-by: Justin Kotalik <jukotali@microsoft.com> Co-authored-by: Cory Nelson <phrosty@gmail.com> Co-authored-by: null <dotnet-maestro-bot@microsoft.com> Co-authored-by: Stephen Halter <halter73@gmail.com> Co-authored-by: Andrew Stanton-Nurse <andrew@stanton-nurse.com> Co-authored-by: null <distinctiveangle@outlook.com> Co-authored-by: Kahbazi <A.Kahbazi@gmail.com> Co-authored-by: Javier Calvarro Nelson <jacalvar@microsoft.com> Co-authored-by: Daniel Roth <daroth@microsoft.com> Co-authored-by: Chris Ross <Tratcher@Outlook.com> Co-authored-by: Ben Adams <thundercat@illyriad.co.uk> Co-authored-by: Artak <34246760+mkArtakMSFT@users.noreply.github.com>
ghost
locked as resolved and limited conversation to collaborators
Dec 4, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I completed all the steps as described inside the readme of this project and now discovering other stuff such as Command Line usage. I ran
K pack
and I can see that it outputs into the bin/output directory but I'm getting the following exception at the end of the command:Here is the console output I got by running
K pack > log.txt
:The text was updated successfully, but these errors were encountered: