THRIFT-1489 Add support for WCF bindings (optionally) to C# compiler, allowing web...
authorRoger Meier <roger@apache.org>
Tue, 17 Jan 2012 21:20:56 +0000 (21:20 +0000)
committerRoger Meier <roger@apache.org>
Tue, 17 Jan 2012 21:20:56 +0000 (21:20 +0000)
commitf0e517db99db763e5e7b2ab306990c381320ce62
treed30cba7012ca3c97b8f52b4c97c602cb2c2f2fde
parent36f7a72646c6b2b4501a1b41439713c762055ac8
THRIFT-1489 Add support for WCF bindings (optionally) to C# compiler, allowing web service usage of Thrift generated code
Patch: Kieran Benton

changes by roger:
- use ServiceModel, DataContract only when wcf is enabled
- indent space vs tab
- remove issue on lib/cpp/README_WINDOWS
- add testStringMap on test/csharp/ThriftTest/TestServer.cs
- add build to test/csharp/ThriftTest/maketest.sh

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1232578 13f79535-47bb-0310-9956-ffa450edef68
.gitignore
compiler/cpp/src/generate/t_csharp_generator.cc
lib/cpp/README_WINDOWS
test/csharp/ThriftTest/TestServer.cs [changed mode: 0644->0755]
test/csharp/ThriftTest/maketest.sh