nulastudio / NetBeauty2

Move a .NET Framework/.NET Core app runtime components and dependencies into a sub-directory and make it beauty.
MIT License
419 stars 21 forks source link

BeautySharedRuntimeMode True throws a exception #58

Closed Diddlik closed 1 week ago

Diddlik commented 11 months ago

If I use NetBeauty with BeautySharedRuntimeMode it works fine, If I switch BeautySharedRuntimeMode to true it throws on application start an exception.

It is an WPF Application. It includes 6 subprojects.

"Could not load file or assembly 'Microsoft.Extensions.DependencyInjection.Abstractions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'. The system cannot find the file specified.":"Microsoft.Extensions.DependencyInjection.Abstractions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60"} | System.IO.FileNotFoundException

liesauer commented 10 months ago

can you share a minimal reproductable demo?