AaronRobinsonMSFT / DNNE

Prototype native exports for a .NET Assembly.
MIT License
397 stars 41 forks source link

Convert the Source property on the build task from ITaskItem to string. #51

Closed AaronRobinsonMSFT closed 3 years ago

AaronRobinsonMSFT commented 3 years ago

This fixes an issue when calling ToString() on a TaskItem. Using ToString() returns the escaped item spec - which is not typically usable from a command line tool.

Fixes #50