Excel-DNA / Excel-DNA/ExcelDna
Check NativeAsync in Registration under .NET 6
Open
- Dominant language
- C#
- Stars
- 1.5k
- Forks
- 292
- Avg merge
- 20d 12h
- Merged PRs (30d)
- 1
Description
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 ...
```
Contributor guide
Assessment
This issue has not been assessed yet.