Improved
1.0.0-beta8
Features
- [HttpPlatformHandler] Support waiting for debugger to attach based on environment variable (#2810)
- Add support for producing ecma compliant "exe" (#2754)
- Add support for .NET Generations (#2724)
- [HttpPlatformHandler]: Publish changes to web.config for IIS based hosting (#2682)
- Updating search path in global.json won't invalidate lock in case where a package reference can change to a project reference. (#2671)
- Add target framework to project.lock.json for P2P references (#2622)
- Set the appdomain variable APP_CONTEXT_BASE_DIRECTORY to make System.AppContext work on dnx46x and up (#2603)
- Add portable PDB support to dnu pack/publish (and runtime) (#2542)
- When csproj project reference can not be resolved, it still should be sent as project reference (#2405)
- Add a dnu command to clear the HTTP cache (#2401)
- Implicit DNX min version check (#2197)
- Split NuGetDependencyResolver into LockFileDependencyResolver and NuGetDependencyResolver (#2196)
- project.json targeting net20 and net35 (#1894)
- Localization: Loading of loc resources (#1263)
- Expose project build configuration in scripts section of project.json (#887)
- Allow additional files in the nupkg (#848)
- Clean up rules around what is a valid dependency version in the project.json file (#438)
Bugs Fixed
- Incorrect runtime.json processing (#2891)
- Kestrel never works if project published with dnu publish (#2858)
- DNX RID synthesis is broken (#2811)
- Loading multiple satellite assemblies of same project fails in coreclr (#2802)
- [Regression]: DTH loses references when lock file invalid (#2776)
- need an explicit “link” between dependency diagnostic warning/error and a dependency (#2743)
- Unresolved project path from lock file cause NullRef in ApplicationHostContext (#2729)
- Not picking up linux binary for System.Net.Http.dll (#2703)
- OOM when using MVC solution in VS (#2681)