Moving back to .NET

Jonathan M Davis via Digitalmars-d digitalmars-d at puremagic.com
Wed Oct 14 04:19:17 PDT 2015


On Wednesday, 14 October 2015 at 09:16:14 UTC, Kagamin wrote:
> Asynchronous loading was implemented in vs2013 (or 2012). 
> vs2010 loads projects synchronously and freezes until it's all 
> done.

That's curious. I'm using VS 2013, but the solution and most of 
the projects are 2010. Maybe it retains the old behavior for 
older solutions/projects, and that's why it's freezing.

Regardless, it does seem kind of pathetic for it to take VS a 
couple of minutes to load some text files into memory and get 
things set up (whether it's synchronous or not). I'd be very 
surprised if it could not be improved, though the async load that 
I don't seem to be getting would certainly help.

- Jonathan M Davis


More information about the Digitalmars-d mailing list