kjm00king / sharpkit

Automatically exported from code.google.com/p/sharpkit
0 stars 0 forks source link

Add a JsTypeAttribute property for member casing changes for SignalR code sharing #238

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

According to https://github.com/SignalR/SignalR/wiki/SignalR-JS-Client-Hubs : 
name of hubs are camel cased and method names also.

So if I want to link class between server (hub) project and client 
(javascript), I can't due to member casing.

So I would like to add a new property to JsTypeAttribute named "CamelCasing", 
to have type and method names with camel casing, allowing to share (link) code 
between projects.

Thanks.

Original issue reported on code.google.com by maitred...@gmail.com on 17 Oct 2012 at 2:21

GoogleCodeExporter commented 8 years ago
We've wanted to add this feature for a long time... Thanks for the reminder :-)

Original comment by DanelK...@gmail.com on 17 Oct 2012 at 5:07