scottdurow / SparkleXrm

An open-source library for building Dynamics CRM XRM solutions using Script#, jQuery & Knockoutjs.
MIT License
265 stars 197 forks source link

Earlybound generation fails when base language is not 1033. #442

Open erkoolio opened 3 years ago

erkoolio commented 3 years ago

We have 1035 as a base language and early bound generation fails due to null reference error. We also have the need to keep diacritics in play with optionsets and optionset values.

I have tinkered with this and used other peoples PR:s to come up with a way to A) keep diacritics in play. This functionality will not break spkl even if your base language is 1033 B) Conform to Microsofts naming convention (its PascalCase)

If I make PR, does it have a change to be merged with master in the next version?