dotnet-core/release-notes/1.1/1.1.0-preview1.md
2016-10-24 09:32:29 -07:00

1.5 KiB
Raw Blame History

Release Notes

.NET Core 1.1.0 Preview 1 released 10/24/2016

There are a few issues to be aware of, which are described in the .NET Core 1.1.0 Preview 1 Known Issues document.

Linux Distros Added

Support has been added tofor the distros highlighted below.

  • Red Hat Enterprise Linux 7.2
  • CentOS 7.1+
  • Debian 8.2+
  • Fedora 23, 24
  • Linux Mint 17.1, 18
  • OpenSUSE 13.2, 42.1
  • Oracle Linux 7.1
  • Ubuntu 14.04 & 16.04
  • Mac OS X 10.11, 10,12
  • Windows 7+ / Server 2012 R2+
  • Windows Nano Server TP5

WCF

XmlSerializer, DataContractSerializer, and DataContractJsonSerializer can now serialize or deserialize objects at runtime without using IL emit or code generation. Prior to this release, in Universal Windows Platform (UWP) applications, these serializers can only be generated at compile time by .NET Native toolchain. This new feature, therefore, is especially useful for UWP applications in scenarios where pre-generated serializers at compile time is hard to achieve when runtime information is required for seraization. For example, constructor XmlSerializer.ctor(Type,XmlRootAttribute) is now supported on UWP.

ASP.NET Core

Commits for 1.1 Preview 1

Contributors

The list of contributors can be found in the 1.1.0 Preview 1 Contributor List