dotnet-core/release-notes/5.0/5.0-known-issues.md
Vivek Mishra 22178b997d
5.0 Preview 1 and 3.1.200 releases (#4403)
* .NET Core: daily-builds.md update

* Artifacts for 3.1.200 SDK Release

* 5.0 Preview 1 and 3.1.200 SDK releases artifacts

* Updated rhel version in OS support for 5.0

Co-authored-by: Rahul Bhandari <rbhanda@microsoft.com>
2020-03-16 11:56:52 -07:00

1.2 KiB

.NET 5 Known Issues

This document lists known issues for .NET 5 Preview 1 and beyond releases which may be encountered during usage.

.NET Runtime

Preview 1

  1. Certain regular expressions involving negated character classes may fail to match correctly. This was a regression that occurred during extensive performance improvements made to the regular expression engine in 5.0. There is no general workaround, but modifying the expression may avoid the problem. This will be fixed in Preview 2. The issue dotnet/runtime #33399 explains the bug in detail.

  2. Stepping with the debugger into code in certain assemblies in the .NET Platform may not succeed. This is because the assemblies do not have correct SourceLink information. This will be fixed in Preview 2. It is tracked by dotnet/runtime #33097.

.NET SDK

Preview 1

  1. Runtime-dependent deployments of apps targeting .NET Core 3.1 that are created with .NET Core SDK 5.0.100 Preview 1 will require version 3.1.2 of the .NET Core runtime. This issue is tracked by dotnet/sdk #10812