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 and the ASP.NET Core platforms. Provides the fundamental infrastructure, production-ready startup templates, application modules, UI themes, tooling, guides and documentation.
https://abp.io
GNU Lesser General Public License v3.0
12.27k stars 3.32k forks source link

Bundle command should work with different versions #19602

Open yekalkan opened 1 week ago

yekalkan commented 1 week ago

We will separate framework and cli versions soon. So, version matching in bundle command will be a problem.

@maliming You can ask me and @enisn for more information.

enisn commented 1 week ago

Here is the case:

ABP CLI version is 8.1.1 and when you try to run abp bundle for project with ABP version 8.0.2 it fails to load DLLs since because it tries to load all project assemblies into CLI's own process at runtime,

maliming commented 1 week ago

It works for me.

image