Improved
1.0.0-beta5
Features
- Enable PluginHandler to return no-op messages when IPlugin can't handle message. (#1906)
- Add PluginHandler support for IPlugin Protocols (#1905)
- Need a breadcrumb for runtime that includes architecture (#1889)
- Add a CLI flag to have dnu perform a restore but suppress the execution of any scripts defined in project.json (#1874)
- dnu should always write out its version number as the first line of text (#1864)
- Improve error messages with the new JSON parser (#1863)
- [PackageManager] Support nuget 'release notes' in project.json (#1853)
- "dnu restore" should use overload of SendAsync that does not buffer the response (#1849)
- dnu restore log should indicate when postrestore and prepare scripts start getting excecuted (#1764)
- Pkg rename: Microsoft.Framework.Runtime.Interfaces -> Microsoft.Framework.Runtime.Abstractions (#1742)
- Restore should take multiple project.json paths as command line parameter (#1732)
- Get rid of EmitReferenceAssembly on IMetadataProjectReference (#1658)
- Changes to ICompileModule (#1655)
- wrap command should create global.json if it doesn't exist (#1654)
- [Test] Unzip the dnx runtime in a persist location during functional test to improve test performance (#1651)
- Add functional test for dnu list. (#1644)
- dnu list does not differentiate unresolved dependencies (#1531)
- Add a detailed mode to kpm list --assembly (#1513)
- Add resourcesBuiltIn, contentBuiltIn properties in project.json (#1508)
- Move design time compilation to another assembly (#1503)
- Offer more information in dnx --version (#1447)
- Add functional tests for "dnu wrap " (#1415)
- Specify the sha algorithm used in lock file (#1327)
- Dnu list: list for project references along with the full closure of assemblies. (#1279)
- Create a custom HostExecutionContextManager for .NET 4.5.1 host that flows current culture across threads (#1211)
- Create 'runtimes' folder in "dnu publish" output (#1155)
- Low hanging fruit performance improvements from profiling session (#1147)
- Ability to strong-name assemblies (#963)
- Throw exception if running DNX doesn't have a matching target framework in project.json (#780)
Bugs Fixed
- project.lock.json locked by some process error after restore (#2097)
- Fx prefix should be stripped when LibraryRange is created (#2078)
- DTH sends wrong diagnostics results (#2026)
- Wrapped 4.5 project with NuGet package reference cannot be published (#2016)
- DNX fails to restore some nuget packages (#1950)
- dnu restore says JSON.NET could not be found (#1934)
- We don't need breadcrumbs without version (#1891)
- Servicing index is in the wrong folder (#1887)
- Log from dnu publish should be clearer with the --quiet flag (#1865)