dotnet-core/release-notes/2.1/2.1.4/2.1.4-commits.md
Vivek Mishra 6651b81767
214 rel - commits list (#1934)
* Update rel note for commits list
2018-09-11 16:15:05 -07:00

1.4 KiB

Commits to .NET Core 2.1.4 and .NET Core SDK 2.1.402

This is a curated list of commits across the .NET Core 2.1.4 development cycle.

CLI

  • [5635f0d] Disabled MSBuildTreatWarningsAsErrors
  • [6242595] Fix warnings-as-errors in Linux packaging
  • [1ec1f61] Don't let crossgen warnings become msbuild warnings-as-errors
  • [d63625c] Fix build warning and treat msbuild warnings as errors

CoreCLR

  • [67a2105] Add Tizen 5.0 RID
  • [594400d] Fix version of System.Runtime.Intrinsics.Experimental (#19260)
  • [760418e] JIT: port extra check to struct of struct of x promotion to relase/2.1

CoreFX

  • [c6950db] add back parsing for simple configuration (#31314) (#31367)
  • [d6f8efc] improve port parsing to be more resilient against trailing characters (#31232) (#31327)
  • [f602b21] Fix HttpWebRequest when using system proxy settings (#31123)