Excel-DNA / Excel-DNA/Registration
Add support for new .NET 6 types
Open
enhancement
- Dominant language
- C#
- Stars
- 37
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
From this discussion: https://groups.google.com/g/exceldna/c/JtWnyEyJeM0
• Support for ValueTask return on ExcelFunction. (Need to convert ValueTask to Task using the "AsTask()" method)
• Include DateOnly (native struct on .net 6.0) in the marshalling. (There would be no need to convert a DateOnly to other types)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.