interisti / vs-material-icons-generator

This plugin will help you to set material design icons to your Xamarin projects In Visual Studio.
https://visualstudiogallery.msdn.microsoft.com/3741d776-755b-4002-a6be-e86fa605a315
Other
48 stars 8 forks source link

Adding to Android freezes VS for a minute or so. #10

Closed Inrego closed 6 years ago

Inrego commented 7 years ago

Installed product versions

Description

When adding an icon to my Android project, VS freezes for about a full minute before I gain control again.

Steps to recreate

  1. Create Xamarin Android project
  2. Right click project to add icon
  3. Find an icon, and add to project
  4. Wait and see

Current behavior

It's adding about 5 files to the project, and I wouldn't guess it should take so long? Adding to iOS is almost instantaneous, and that's 3 files.

AmrAlSayed0 commented 7 years ago

This a "issue" with visual studio itself because whenever the Resources folder is modified, visual studio automatically updates Resources.Designer.cs file. Depending on how many icons you already have added, it can take some time.

I am confused as to why is it hanging when it is a new project created.

ckaiman commented 6 years ago

Same issue: Same versions as above.

I have a lot of icons, and VS has been hanging for over 15 minutes. I will have to kill the process soon.