abpframework / abp

Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
https://abp.io
GNU Lesser General Public License v3.0
12.69k stars 3.39k forks source link

Consider building SLN files when building the entire repository #6098

Open ismcagdas opened 3 years ago

ismcagdas commented 3 years ago

Currently building csproj files takes too much time to build.

Follows https://github.com/abpframework/abp/pull/6096

NecatiMeral commented 3 years ago

+1

We've used abp to test something on our build server. Using the sln files just took about half of the required time.