windows - Why is UWP 10 development so slow? -
does else there have issues sluggish development experience in vs 2015 writing apps universal windows platform 10? compiling, debugging, switching between windows painfully slow compared working similar, basic wpf application.
i have not been able find mention of experience on google, leads me wonder if there's in setup throwing monkey wrench uwp dev.
has experienced this, or know of ways speed development?
update oct 2016
this answer no longer relevant, of visual studio 2015 update 3
. microsoft have done great job bringing development environment stable state. although have issues xaml designer, coding & building faster , more enjoyable. hope of debilitating issues found in xaml designer resolved in next visual studio 15
.
has experienced this
yes.
everyone on team losing hair because of uwp. i'm convinced microsoft wants me hate c# & xaml.
...or know of ways speed development?
i'm porting app uwp can't end support win8. so, have both projects in same solution. me, speed things up, modified build configurations "debug-uwp" , "release-uwp" exclude win8 application , projects when i'm working windows 10 app. minor relief. building still painful experience.
also
you can disable nuget restoring packages on every build. go options > nuget package manager , uncheck "automatically check missing packages during build in visual studio." minor, every little bit helps.
Comments
Post a Comment