You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
• 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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: