slovely / TypeScriptDefinitionsGenerator

Generate TypeScript .d.ts files for your server classes, plus optionally create client-side interfaces for WebAPI / SignalR server implementations
MIT License
10 stars 1 forks source link

Allow for anonymous IEnumerables. #15

Closed neilbu closed 6 years ago

neilbu commented 6 years ago

Hi slovely - I've discovered a case where (for some as yet unknown reason) an IEnumerable interface can come through without a full name. This is just a check to see if the name is set before filtering on it.

Cheers neilbu :)