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

1.0.0-alpha2

Pre-release
Pre-release
Compare
Choose a tag to compare
@davidfowl davidfowl released this 08 Jul 05:21
· 1971 commits to dev since this release

Bugs Fixed

  • Args not flowing to the Program class constructor for a custom loader (#336)
  • Output of kpm pack is missing some packages (#331)
  • kvm on *nix doesn't work with paths (#303)
  • --out parameter in kpm pack command is not working (#281)
  • Referencing a package with multiple assemblies should reference all of the assemblies (#266)
  • unable to locate a package from nuget.org (#256)
  • Rename K.cmd to k.cmd for consistency (#254)
  • Duplicate keys added when populating reference assemblies on mono (#252)
  • NullReferenceException in WalkContext on Trace line (#249)
  • Locating reference assemblies fails on 32 bit machines (#221)
  • KPM and KVM will not work when behind a proxy (#215)
  • Figure out what the default author should be in NUPKGs we generate (#208)
  • App fails to start if the name in project.json is different than the folder name (#198)
  • Because "kpm pack" creates a copy of the sources in a subdirectory, subsequent compilations fail (#183)
  • KLR should not throw unhandled exception, but a more meaningful message (#169)
  • Command names in project.json are case sensistive (#158)
  • kvm command line help for upgrade (#156)
  • Null ref in RemotePackageWalker (#145)
  • Improve error handling when things fail on the command line (#119)
  • Fix how reference assemblies are located on mono (#117)

Features

  • Running k should show k [command] [options] instead of k options
  • Move Microsoft.Framework.Project to Microsoft.Framework.PackageManager (#274)
  • Add --version flag to klr, k, kpm (#273)
  • Poor error messages in unresolved dependencies error (#206)
  • In project.json source, ignore, preprocess etc should be arrays (#133)
  • Expose IApplicationShutdown interface from ApplicationHost (#104)
  • Support xml docs (#81)
  • Update IAssemblyLoaderEngine to have Load(Stream) instead of Load(byte[]) (#65)