Registration icon indicating copy to clipboard operation
Registration copied to clipboard

Add support for new .NET 6 types

Open govert opened this issue 1 year ago • 1 comments

From this discussion: https://groups.google.com/g/exceldna/c/JtWnyEyJeM0

• Support for ValueTask<T> 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)

govert avatar Sep 28 '22 06:09 govert