This repository has been archived by the owner on Dec 18, 2017. It is now read-only.
Releases: aspnet/dnx
Releases · aspnet/dnx
1.0.0-alpha3
Bugs Fixed
- Remove support for target frameworks in configurations section (#495)
- When we run web.cmd from output folder of kpm pack, we get 'The system cannot find the path specified.' (#470)
- We need a separate pack exclusion from compile exclusion for kpm (#469)
- "kpm pack" triggers infinite recursion when output dir is in project dir (#454)
- kpm restore should put SHA file on disk (#439)
- Fix concurrency issues around writing files to global locations in kpm (#437)
- Skip loads for resource assemblies (#419)
- Running musicstore app fails from self host or iisexpress fails on machines that don't have visual studio (#391)
- KRuntime attempts to read native binaries and crashes (#384)
- Fix warnings in the build (#381)
- Always use CoreCLR nuget package (#369)
- Retain paths to embedded resources (#260)
- Leaked nuget packages in
%userprofile%\AppData\Local\Temp\nuget
(#257) - kpm restore fails with null reference in GetDependencies (#255)
- Behavior and expectation mistmatch between KPM and K (#195)
- Concurrent calls to Load will trigger concurrent compilations (#77)
Features
- Add support for "--verbose" option in other kpm operations (#505)
- Add "--verbose|-v" option to "kpm restore" (#492)
- Support kpm build loading compilers from nuget packages (#474)
- kpm restore should print out the dependency graph after restore (#447)
- Flexible packages folder locations for kpm and runtime (#436)
- KPM pack layout changes (#422)
- Support KPM on CoreCLR (#411)
- Changes to KPM (#399)
- Enable excluding files during publish/kpm pack (#329)
- Add support for including outputs from other project types (#325)
- Provide a way to change the alias of a KRE (#320)
- kvm install should give ability to specify an alias (#314)
- kpm pack should also nupkg the project dependencies (#80)
- Figure out debug and release builds (#73)
1.0.0-alpha2
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)