ExcelDna icon indicating copy to clipboard operation
ExcelDna copied to clipboard

Check NativeAsync in Registration under .NET 6

Open govert opened this issue 1 year ago • 0 comments

See this discussion: https://groups.google.com/g/exceldna/c/lw_GTrGVxTY

When using the Registration extension to create a native async wrapper, the function fails to register from the .NET 6 add-in.

Exception while registering method AsyncParamsFunction - System.NotSupportedException: A non-collectible assembly may not reference a collectible assembly.
   at ...

govert avatar Jul 22 '22 17:07 govert