OliverFlint / XrmTypesGen

A Typescript Type Declaration Generator for Dynamics 365
MIT License
14 stars 5 forks source link

option name & npm warning #22

Closed rexkenley closed 2 years ago

rexkenley commented 2 years ago
  1. The /tenent switch should be /tenant
  2. Getting a warning during install image

*I found this article and wanted to get your thoughts on the claim

The first thing to be aware of is that @types/xrm and XrmDefinitelyTyped are incompatible with each other. You cannot have the DefinitelyTyped type definitions in the same compilation context as the XrmDefinitelyTyped definitions.

https://dyncrmexp.com/2020/06/28/modern-web-resource-workspace-in-dynamics-365-part-2-declaration-files/comment-page-1/

OliverFlint commented 2 years ago

Well, the fact that @types/xrm and XrmDefinitelyTyped are not compatible is one of my main drivers for this project! It was my first issue with XrmDefinitelyTyped, when I have a project that already uses @types/xrm, migrating to XrmDefinitelyTyped wasn't as straightforward as it could have been, so, I created this project so I could have the coolness of XrmDefinitelyTyped and not have the pain of having to migrate the code and tests to the new typings.

OliverFlint commented 1 year ago

a thing