Excel-DNA / Excel-DNA/ExcelDna
Async function issue with last description
- Dominant language
- C#
- Stars
- 1.5k
- Forks
- 292
- Avg merge
- 20d 12h
- Merged PRs (30d)
- 1
Description
Changing a function to be async causes the 'last' description to be missing it's last character.
By 'last', I mean...
- Function description if no parameters
- Final argument description, otherwise
When not using async, I've always found that it ensures a '.' is added at the end but seemingly not with the async behaviour here.
Example for function with no parameters demonstrated here:



Contributor guide
Assessment
This issue has not been assessed yet.