This repository has been archived by the owner on Dec 18, 2017. It is now read-only.
1.0.0-beta1
Pre-release
Pre-release
danroth27
released this
12 Nov 15:33
·
1475 commits
to release
since this release
Features
- DTH will provide the search paths for projects based on global.json (#753)
- DTH should provide the path to FrameworkList.xml as part of the frameworks list (#752)
- Specifying a directory in the file patterns in project.json should auto glob (#670)
- Add version info to ILibraryInformation (#666)
- Parsing arrays in scripts section (#659)
- changes to kpm pack to not include files that are not needed during runtime (#652)
- Redo test host implementation to run unit test discovery and running in DTH (#582)
- DTH should be modified to give all the references for all the frameworks (#554)
- Need a way to get Loadable assemblies from an ILibraryInformation (#339)
- Clearly indicate where dependencies are resolved from in build output (#305)
- Flesh out project.json properties more (#235)
- Add support for meta programming (#39)
- Add support for different kinds of references (#37)
Bugs Fixed
- We should not enumerate files excluded in packExclude (#807)
- Fix issue when the project.json has 1.0.0-* as a version (#804)
- DTH: Adding back a removed framework doesn't send new data for that framework. (#794)
- [Downlevel] Roslyn fails on IIS Express (#791)
- [Downlevel] ZLibException on web listener (#790)
- 'k --version' command continues executing after result (#784)
- kpm pack on Music Store throws exception (#778)
- Fix exclude defaults in the runtime (#754)
- use camelCase everywhere (#733)
- Check if the PDB writer is available before emitting the pdb (#732)
- Design Time Host should pass ShortName for framework (required for NuGet feature) (#731)
- Shared files referenced by multiple projects break KPM Pack (#704)
- Add new message to design time host should to bust the cache (#698)
- Support preprocessing (ICompilationModule) C# in the design time host (#697)
- EF.SqlServer again regressed on mono (#690)
- kpm restore tries to resolve framework assemblies (#687)
- Kpm pack throws exception when --runtime is specified (#684)
- KPM Pack should generate a web.config (#677)
- Running an app with desktop CLR on a machine without VS throws exception (#669)
- Handle inconsitently cased packages in the cache (#664)
- Make finding the project root more deterministic (#663)
- Building Mvc with Razor project as a source fails (#657)
- kpm pack - wrong path re-writing project.json's webroot property (#646)
- [Mac] kpm pack cannot find runtime with --runtime parameter (#644)
- Add frameworkAssemblies node to project.json to add gac/reference assemblies (#640)
- Build dependencies should be configurable not fall back to NuGet when missing. (#619)
- Using KPM offline should succeed if all dependencies are already available (#591)
- kpm pack should ignore .git folder (#588)
- NuGetDependencyResolver should take precedence over all except ProjectResolver (#549)
- "kpm pack --no-source" should nupkg the main project (#378)
- When there are no framework defined in project.json, design time host should return a default config (#299)
- kpm pack cannot include the mono kre (#272)