aboutsummaryrefslogtreecommitdiff
path: root/src/ProtoGen/ServiceInterfaceGenerator.cs
Commit message (Collapse)AuthorAgeFilesLines
* Add generated_code_attributes option, defaulted to false to generate the ↵csharptest2012-10-141-12/+4
| | | | CompilerGeneratedAttribute and GeneratedCodeAttribute attributes
* - Upgraded NUnitcsharptest2011-10-041-12/+5
| | | | | | - Added StatLight and Silverlight unit testing - Added copies of all projects for Silverlight - Integrated Silverlight unit tests in build
* Reformatted to include bracescsharptest2011-07-141-7/+18
|
* Fixed A few last methods taking CodedInputStreamcsharptest2011-06-171-1/+1
|
* Fixed two errors caused by incorrect merge of the rpc interface generatorcsharptest2011-05-311-4/+4
|
* Completed adding attributes to all generated typescsharptest2011-05-201-0/+11
|
* reformatted all code to .NET standard formattingcsharptest2011-05-201-197/+239
|
* - Added CSharpServiceType NONE to skip service generation.csharptest2011-05-191-0/+16
| | | | | | - Defaulted service_generator_type to NONE - Added /protos/extest/unittest_generic_services.proto to test services - Migrated unit tests to use the new generic services for testing
* Implementation of service interface generatorcsharptest2011-05-031-0/+235