From 21a66420bf84f344d234e34cc84ff889af0c0d7d Mon Sep 17 00:00:00 2001 From: Balamurugan Chirtsabesan Date: Tue, 16 May 2017 15:33:57 -0700 Subject: [PATCH] Update known-issues-vs2017-preview.md Added additional known issue --- known-issues-vs2017-preview.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/known-issues-vs2017-preview.md b/known-issues-vs2017-preview.md index 61abad9..86de6a5 100644 --- a/known-issues-vs2017-preview.md +++ b/known-issues-vs2017-preview.md @@ -14,6 +14,16 @@ When you create or open an existing .NET Core or ASP.NET Core project using Visu * #### Workaround: Simply wait for package restore to complete and the warnings will go away +### Missing NuGet node and package icons + +* #### Issue: +Users with High DPI monitors may observe missing NuGet icons + +![image](https://cloud.githubusercontent.com/assets/8246794/26131110/daa49c9c-3a4c-11e7-956d-499a2bc22c38.png) + +* #### Workaround: +You can work around this by removing invalid references to the corresponding High DPI XAML icons in an image manifest. More details about this bug and workaround are at: [https://github.com/dotnet/project-system/issues/2151](https://github.com/dotnet/project-system/issues/2151) + ## ASP.NET Core 2.0 and Web Tools Known Issues ### Certificate error when trying to apply EF migrations or using code generation