neuecc / LightNode

Micro RPC/REST Framework built on OWIN
http://neuecc.github.io/LightNode
MIT License
181 stars 32 forks source link

Fix DefaultParameter for bool create True/False(UpperCase) #51

Closed guitarrapc closed 9 years ago

guitarrapc commented 9 years ago

Description

Fix bool default parameter to be true/false.

Detail

When LightNode.Server got a method with bool default parameter, Client.Pcl.T4 creates UpperCase True/False.