1
0
mirror of synced 2025-12-23 21:05:00 -05:00

Merge pull request #2676 from dotnet/leecow-patch

Preview 5 known issues
This commit is contained in:
Lee Coward
2019-05-03 13:27:10 -07:00
committed by GitHub

View File

@@ -15,6 +15,12 @@ This document lists known issues for **.NET Core 3.0 Preview releases** which ma
</ItemGroup>
```
- **Scaffolding hangs indefinitely**
With a 3.0.100-preview5 SDK installed, and Visual Studio 16.0-preview2 or earlier, attempting to scaffold a .NET Core 3.0 project in Visual Studio will cause Visual Studio to hang indefinitely, with no indication of the problem. With a 3.0.100-preview5 SDK installed, and Visual Studio 16.0-preview3, Scaffolding will fail for all 3.0 projects.
Workaround: Uninstall 3.0.100-preview5 and install a lower version.
## ASP.NET Core
### Preview 4