blipson89 / Leprechaun

A template code generation framework for Rainbow
MIT License
42 stars 22 forks source link

Remove hardcoded namespace part in glass mapper generation. #25

Closed whuu closed 5 years ago

whuu commented 5 years ago

Remove hardcoded namespace part, which causes errors when generating glass models for inherited templates. It's better to add ".Models" suffix in <templatePredicate rootNamespace="" in the config file instead.

blipson89 commented 5 years ago

agreed! sorry for the delayed response. Thank you for your contribution @whuu