Options

.NET Core and Smart Assembly

I've used Smart Assembly with .NET Framework, however, it does not seem to work as expected for .NET core.
Are there any articles on this?
For example, the .NET Core .exe file cannot be referenced from Smart Assembly so we have referenced the dll equivalent for the exe.
Thank you,
Chris

Answers

  • Options
    After referencing the dll assembly, we have added referenced visual studio project DLLs as 'merged' DLLs in Smart Assembly. However, when executing the exe, it does not run, gives error in Event Viewer that one of the referenced assemblies is missing.
    This works for .NET Framework projects we have.
    We are using SA 8.0.2.4779
Sign In or Register to comment.