stoiveyp / Alexa.NET.Annotations

Library to help make writing your first Alexa skill smaller and easier
MIT License
0 stars 0 forks source link

Update logic to allow for full types #15

Open stoiveyp opened 2 years ago

stoiveyp commented 2 years ago

Currently only the isolated type names are checked when performing argument mapping and conversion.

This is assuming usings are being added by the user - limiting code generation. Ideally this should check type usage to include full namespace referencing, partial referencing and no referencing.

Note: Check to see if this is simplified by Semantic model?