OrchardCMS / Orchard

Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
https://orchardcore.net
BSD 3-Clause "New" or "Revised" License
2.38k stars 1.12k forks source link

Compilation fails in VS the first build after getting a new drop #5108

Open orchardbot opened 9 years ago

orchardbot commented 9 years ago

@bleroy created: https://orchard.codeplex.com/workitem/21279

Attached is an example of the failing part of the build output.

Build succeeds the second time the solution is built.

orchardbot commented 9 years ago

@Piedone commented:

I've seen this or something similar for ever. Not sure why, maybe the dependencies between the project causes the issue because there is no build issue really.

sebastienros commented 9 years ago

This is a bug in Visual Studio. If you build Orchard.ContentTypes then it fixes it. I assume there is a bug in the parallel build which is the default since last year. Some builds don't wait for this module to be done even though it requires it.

sebastienros commented 9 years ago

TODO: investigate with VS team