Replies: 1 comment
-
Looks like @govert has already answered question #2:
Very cool. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I happened to be reading through the Excel-DNA source code to learn more about XLL addins and hosting .NET inside Excel. I noticed a fascinating comment:
It looks like this was first introduced with a commit named "Add .NET 5+ host project". At this point my mind was blown 🤯. My understanding was that multiple CLR versions can't coexist in the same process and .NET Core add-ins are effectively impractical as a result... but maybe you found a way around that?
So, a few questions:
I'm mostly just curious at this point, I have no expectations of being able to use this anytime soon. It sounds like you're doing something really cool that I previously thought was impossible, and I'd love to learn more about it.
P.S. Thanks for publishing the Excel-DNA code. It's a great learning resource (I found it much easier to follow than Microsoft's ancient XLL templates).
Beta Was this translation helpful? Give feedback.
All reactions