Excel-DNA / Excel-DNA/Registration

Support for type conversions in params array expansion

Open
#5 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
37
Forks
19
PR merge metrics
No merged PRs in 30d

Description

From this forum post: https://groups.google.com/d/topic/exceldna/l-grehDBLng/discussion.
Currently we only support params arrays of primitive types - the expansion does not integrate with other type conversions. In preference to the suggested implementation in the forum post, I'd rather ensure that an array conversion MyType[] to object[] can be done before the params expansion. The params expansion needs to leave the types as 'object' in order for the 'missing' values to be recognized.

It needs a bit of thought still...

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.