added ServicesTypePrefix property in RuntimeTypeModel.CompilerOptions (#1184)#1193
Conversation
…#1184) this lets you override the "<Service>" prefix for the generated serializer services class
|
I think I'm fine with this, but I wonder if we should do something simpler and just change the default to |
|
I'm fine with either change, but I didn't know if the |
|
It has no significance other than being known to be non-conflicting, by being "unpronounceable"; but something like the above should be fine in all reasonable scenarios, without complicating the public API |
|
I reverted my change and just use the prefix you suggested. Just tell me if I should squash the commits into a single commit |
…ets (#1184) this time without whitespace changes
|
I'm sorry about the whitespace noise |
|
Should be on myget shortly. Thanks for the input! |
this lets you override the
<Service>prefix for the generated serializer services classfixes: #1184