Skip to content

Instantly share code, notes, and snippets.

@allengeorge
Created March 14, 2018 22:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save allengeorge/4dcd99ed9851513714669e277a505950 to your computer and use it in GitHub Desktop.
Save allengeorge/4dcd99ed9851513714669e277a505950 to your computer and use it in GitHub Desktop.
Thrift errors
Thrift -> /thrift/src/lib/netcore/Thrift/bin/Debug/netstandard2.0/Thrift.dll
tutorial/tutorial.Constants.cs(22,23): error CS0101: The namespace 'tutorial' already contains a definition for 'tutorialConstants' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Operation.cs(14,15): error CS0101: The namespace 'tutorial' already contains a definition for 'Operation' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedStruct.cs(68,19): error CS0102: The type 'SharedStruct' already contains a definition for 'Isset' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedService.cs(32,22): error CS0102: The type 'SharedService' already contains a definition for 'IAsync' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedService.cs(40,18): error CS0102: The type 'SharedService' already contains a definition for 'Client' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedService.cs(79,18): error CS0102: The type 'SharedService' already contains a definition for 'AsyncProcessor' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(36,22): error CS0102: The type 'Calculator' already contains a definition for 'IAsync' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(69,18): error CS0102: The type 'Calculator' already contains a definition for 'Client' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(177,18): error CS0102: The type 'Calculator' already contains a definition for 'AsyncProcessor' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedStruct.cs(30,4): error CS0579: Duplicate 'DataContract' attribute [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/InvalidOperation.cs(226,4): error CS0579: Duplicate 'DataContract' attribute [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedService.cs(31,6): error CS0579: Duplicate 'ServiceContract' attribute [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(35,6): error CS0579: Duplicate 'ServiceContract' attribute [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/InvalidOperation.cs(70,19): error CS0102: The type 'InvalidOperation' already contains a definition for 'Isset' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/InvalidOperation.cs(229,17): error CS0102: The type 'InvalidOperationFault' already contains a definition for '_whatOp' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/InvalidOperation.cs(230,20): error CS0102: The type 'InvalidOperationFault' already contains a definition for '_why' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/InvalidOperation.cs(233,16): error CS0102: The type 'InvalidOperationFault' already contains a definition for 'WhatOp' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/InvalidOperation.cs(246,19): error CS0102: The type 'InvalidOperationFault' already contains a definition for 'Why' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedService.cs(35,26): error CS0111: Type 'SharedService.IAsync' already defines a member called 'getStructAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(45,12): error CS0111: Type 'Calculator.IAsync' already defines a member called 'pingAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(48,17): error CS0111: Type 'Calculator.IAsync' already defines a member called 'addAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(52,17): error CS0111: Type 'Calculator.IAsync' already defines a member called 'calculateAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(60,12): error CS0111: Type 'Calculator.IAsync' already defines a member called 'zipAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(71,14): error CS0111: Type 'Calculator.Client' already defines a member called '.ctor' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(75,14): error CS0111: Type 'Calculator.Client' already defines a member called '.ctor' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(77,25): error CS0111: Type 'Calculator.Client' already defines a member called 'pingAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(101,30): error CS0111: Type 'Calculator.Client' already defines a member called 'addAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(131,30): error CS0111: Type 'Calculator.Client' already defines a member called 'calculateAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(165,25): error CS0111: Type 'Calculator.Client' already defines a member called 'zipAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedService.cs(42,14): error CS0111: Type 'SharedService.Client' already defines a member called '.ctor' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedService.cs(46,14): error CS0111: Type 'SharedService.Client' already defines a member called '.ctor' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedService.cs(48,39): error CS0111: Type 'SharedService.Client' already defines a member called 'getStructAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedStruct.cs(33,17): error CS0102: The type 'SharedStruct' already contains a definition for '_key' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedStruct.cs(34,20): error CS0102: The type 'SharedStruct' already contains a definition for '_value' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedStruct.cs(37,16): error CS0102: The type 'SharedStruct' already contains a definition for 'Key' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedStruct.cs(51,19): error CS0102: The type 'SharedStruct' already contains a definition for 'Value' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedStruct.cs(66,18): error CS0102: The type 'SharedStruct' already contains a definition for '__isset' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedStruct.cs(78,17): error CS0111: Type 'SharedStruct' already defines a member called 'ShouldSerializeKey' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedStruct.cs(83,17): error CS0111: Type 'SharedStruct' already defines a member called 'ShouldSerializeValue' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedStruct.cs(90,12): error CS0111: Type 'SharedStruct' already defines a member called '.ctor' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedStruct.cs(94,23): error CS0111: Type 'SharedStruct' already defines a member called 'ReadAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedStruct.cs(147,23): error CS0111: Type 'SharedStruct' already defines a member called 'WriteAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedStruct.cs(200,28): error CS0111: Type 'SharedStruct' already defines a member called 'ToString' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/InvalidOperation.cs(35,17): error CS0102: The type 'InvalidOperation' already contains a definition for '_whatOp' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/InvalidOperation.cs(36,20): error CS0102: The type 'InvalidOperation' already contains a definition for '_why' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/InvalidOperation.cs(39,16): error CS0102: The type 'InvalidOperation' already contains a definition for 'WhatOp' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/InvalidOperation.cs(53,19): error CS0102: The type 'InvalidOperation' already contains a definition for 'Why' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/InvalidOperation.cs(68,18): error CS0102: The type 'InvalidOperation' already contains a definition for '__isset' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/InvalidOperation.cs(80,17): error CS0111: Type 'InvalidOperation' already defines a member called 'ShouldSerializeWhatOp' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/InvalidOperation.cs(85,17): error CS0111: Type 'InvalidOperation' already defines a member called 'ShouldSerializeWhy' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/InvalidOperation.cs(92,12): error CS0111: Type 'InvalidOperation' already defines a member called '.ctor' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/InvalidOperation.cs(96,23): error CS0111: Type 'InvalidOperation' already defines a member called 'ReadAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/InvalidOperation.cs(149,23): error CS0111: Type 'InvalidOperation' already defines a member called 'WriteAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/InvalidOperation.cs(202,28): error CS0111: Type 'InvalidOperation' already defines a member called 'ToString' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/InvalidOperation.cs(69,6): error CS0579: Duplicate 'DataContract' attribute [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Work.cs(111,19): error CS0102: The type 'Work' already contains a definition for 'Isset' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Work.cs(39,4): error CS0579: Duplicate 'DataContract' attribute [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedService.cs(83,14): error CS0111: Type 'SharedService.AsyncProcessor' already defines a member called '.ctor' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedService.cs(94,31): error CS0111: Type 'SharedService.AsyncProcessor' already defines a member called 'ProcessAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedService.cs(99,31): error CS0111: Type 'SharedService.AsyncProcessor' already defines a member called 'ProcessAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedService.cs(131,25): error CS0111: Type 'SharedService.AsyncProcessor' already defines a member called 'getStruct_ProcessAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(181,14): error CS0111: Type 'Calculator.AsyncProcessor' already defines a member called '.ctor' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(193,35): error CS0111: Type 'Calculator.AsyncProcessor' already defines a member called 'ProcessAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(198,35): error CS0111: Type 'Calculator.AsyncProcessor' already defines a member called 'ProcessAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(230,25): error CS0111: Type 'Calculator.AsyncProcessor' already defines a member called 'ping_ProcessAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(258,25): error CS0111: Type 'Calculator.AsyncProcessor' already defines a member called 'add_ProcessAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(286,25): error CS0111: Type 'Calculator.AsyncProcessor' already defines a member called 'calculate_ProcessAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(321,25): error CS0111: Type 'Calculator.AsyncProcessor' already defines a member called 'zip_ProcessAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedStruct.cs(67,6): error CS0579: Duplicate 'DataContract' attribute [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(344,6): error CS0579: Duplicate 'DataContract' attribute [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(348,14): error CS0111: Type 'Calculator.pingArgs' already defines a member called '.ctor' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(352,25): error CS0111: Type 'Calculator.pingArgs' already defines a member called 'ReadAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(385,25): error CS0111: Type 'Calculator.pingArgs' already defines a member called 'WriteAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(416,30): error CS0111: Type 'Calculator.pingArgs' already defines a member called 'ToString' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(425,6): error CS0579: Duplicate 'DataContract' attribute [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(429,14): error CS0111: Type 'Calculator.pingResult' already defines a member called '.ctor' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(433,25): error CS0111: Type 'Calculator.pingResult' already defines a member called 'ReadAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(466,25): error CS0111: Type 'Calculator.pingResult' already defines a member called 'WriteAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(497,30): error CS0111: Type 'Calculator.pingResult' already defines a member called 'ToString' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(544,21): error CS0102: The type 'Calculator.addArgs' already contains a definition for 'Isset' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Work.cs(42,17): error CS0102: The type 'Work' already contains a definition for '_num1' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Work.cs(43,17): error CS0102: The type 'Work' already contains a definition for '_num2' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Work.cs(44,23): error CS0102: The type 'Work' already contains a definition for '_op' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Work.cs(45,20): error CS0102: The type 'Work' already contains a definition for '_comment' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Work.cs(48,16): error CS0102: The type 'Work' already contains a definition for 'Num1' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Work.cs(62,16): error CS0102: The type 'Work' already contains a definition for 'Num2' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Work.cs(80,22): error CS0102: The type 'Work' already contains a definition for 'Op' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Work.cs(94,19): error CS0102: The type 'Work' already contains a definition for 'Comment' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Work.cs(109,18): error CS0102: The type 'Work' already contains a definition for '__isset' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Work.cs(125,17): error CS0111: Type 'Work' already defines a member called 'ShouldSerializeNum1' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Work.cs(130,17): error CS0111: Type 'Work' already defines a member called 'ShouldSerializeNum2' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Work.cs(135,17): error CS0111: Type 'Work' already defines a member called 'ShouldSerializeOp' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Work.cs(140,17): error CS0111: Type 'Work' already defines a member called 'ShouldSerializeComment' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Work.cs(147,12): error CS0111: Type 'Work' already defines a member called '.ctor' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Work.cs(153,23): error CS0111: Type 'Work' already defines a member called 'ReadAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Work.cs(226,23): error CS0111: Type 'Work' already defines a member called 'WriteAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Work.cs(301,28): error CS0111: Type 'Work' already defines a member called 'ToString' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(506,6): error CS0579: Duplicate 'DataContract' attribute [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(509,19): error CS0102: The type 'Calculator.addArgs' already contains a definition for '_num1' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(510,19): error CS0102: The type 'Calculator.addArgs' already contains a definition for '_num2' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(513,18): error CS0102: The type 'Calculator.addArgs' already contains a definition for 'Num1' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(527,18): error CS0102: The type 'Calculator.addArgs' already contains a definition for 'Num2' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(542,20): error CS0102: The type 'Calculator.addArgs' already contains a definition for '__isset' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(554,19): error CS0111: Type 'Calculator.addArgs' already defines a member called 'ShouldSerializeNum1' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(559,19): error CS0111: Type 'Calculator.addArgs' already defines a member called 'ShouldSerializeNum2' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(566,14): error CS0111: Type 'Calculator.addArgs' already defines a member called '.ctor' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(570,25): error CS0111: Type 'Calculator.addArgs' already defines a member called 'ReadAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(623,25): error CS0111: Type 'Calculator.addArgs' already defines a member called 'WriteAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(676,30): error CS0111: Type 'Calculator.addArgs' already defines a member called 'ToString' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Work.cs(110,6): error CS0579: Duplicate 'DataContract' attribute [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(543,8): error CS0579: Duplicate 'DataContract' attribute [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(723,21): error CS0102: The type 'Calculator.addResult' already contains a definition for 'Isset' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/tutorial.Constants.cs(30,12): error CS0111: Type 'tutorialConstants' already defines a member called '.cctor' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(700,6): error CS0579: Duplicate 'DataContract' attribute [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(703,19): error CS0102: The type 'Calculator.addResult' already contains a definition for '_success' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(706,18): error CS0102: The type 'Calculator.addResult' already contains a definition for 'Success' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(721,20): error CS0102: The type 'Calculator.addResult' already contains a definition for '__isset' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(731,19): error CS0111: Type 'Calculator.addResult' already defines a member called 'ShouldSerializeSuccess' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(738,14): error CS0111: Type 'Calculator.addResult' already defines a member called '.ctor' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(742,25): error CS0111: Type 'Calculator.addResult' already defines a member called 'ReadAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(785,25): error CS0111: Type 'Calculator.addResult' already defines a member called 'WriteAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(828,30): error CS0111: Type 'Calculator.addResult' already defines a member called 'ToString' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(722,8): error CS0579: Duplicate 'DataContract' attribute [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(883,21): error CS0102: The type 'Calculator.calculateArgs' already contains a definition for 'Isset' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedService.cs(185,21): error CS0102: The type 'SharedService.getStructArgs' already contains a definition for 'Isset' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(845,6): error CS0579: Duplicate 'DataContract' attribute [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedService.cs(162,6): error CS0579: Duplicate 'DataContract' attribute [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedService.cs(165,19): error CS0102: The type 'SharedService.getStructArgs' already contains a definition for '_key' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedService.cs(168,18): error CS0102: The type 'SharedService.getStructArgs' already contains a definition for 'Key' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedService.cs(183,20): error CS0102: The type 'SharedService.getStructArgs' already contains a definition for '__isset' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedService.cs(193,19): error CS0111: Type 'SharedService.getStructArgs' already defines a member called 'ShouldSerializeKey' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedService.cs(200,14): error CS0111: Type 'SharedService.getStructArgs' already defines a member called '.ctor' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedService.cs(204,25): error CS0111: Type 'SharedService.getStructArgs' already defines a member called 'ReadAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedService.cs(247,25): error CS0111: Type 'SharedService.getStructArgs' already defines a member called 'WriteAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedService.cs(289,30): error CS0111: Type 'SharedService.getStructArgs' already defines a member called 'ToString' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(848,19): error CS0102: The type 'Calculator.calculateArgs' already contains a definition for '_logid' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(849,20): error CS0102: The type 'Calculator.calculateArgs' already contains a definition for '_w' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(852,18): error CS0102: The type 'Calculator.calculateArgs' already contains a definition for 'Logid' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(866,19): error CS0102: The type 'Calculator.calculateArgs' already contains a definition for 'W' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(881,20): error CS0102: The type 'Calculator.calculateArgs' already contains a definition for '__isset' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(893,19): error CS0111: Type 'Calculator.calculateArgs' already defines a member called 'ShouldSerializeLogid' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(898,19): error CS0111: Type 'Calculator.calculateArgs' already defines a member called 'ShouldSerializeW' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(905,14): error CS0111: Type 'Calculator.calculateArgs' already defines a member called '.ctor' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(909,25): error CS0111: Type 'Calculator.calculateArgs' already defines a member called 'ReadAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(963,25): error CS0111: Type 'Calculator.calculateArgs' already defines a member called 'WriteAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(1016,30): error CS0111: Type 'Calculator.calculateArgs' already defines a member called 'ToString' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedService.cs(184,8): error CS0579: Duplicate 'DataContract' attribute [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(882,8): error CS0579: Duplicate 'DataContract' attribute [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedService.cs(329,21): error CS0102: The type 'SharedService.getStructResult' already contains a definition for 'Isset' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedService.cs(306,6): error CS0579: Duplicate 'DataContract' attribute [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(1078,21): error CS0102: The type 'Calculator.calculateResult' already contains a definition for 'Isset' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(1040,6): error CS0579: Duplicate 'DataContract' attribute [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedService.cs(309,28): error CS0102: The type 'SharedService.getStructResult' already contains a definition for '_success' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedService.cs(312,27): error CS0102: The type 'SharedService.getStructResult' already contains a definition for 'Success' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedService.cs(327,20): error CS0102: The type 'SharedService.getStructResult' already contains a definition for '__isset' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedService.cs(337,19): error CS0111: Type 'SharedService.getStructResult' already defines a member called 'ShouldSerializeSuccess' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedService.cs(344,14): error CS0111: Type 'SharedService.getStructResult' already defines a member called '.ctor' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedService.cs(348,25): error CS0111: Type 'SharedService.getStructResult' already defines a member called 'ReadAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedService.cs(392,25): error CS0111: Type 'SharedService.getStructResult' already defines a member called 'WriteAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedService.cs(438,30): error CS0111: Type 'SharedService.getStructResult' already defines a member called 'ToString' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(1043,19): error CS0102: The type 'Calculator.calculateResult' already contains a definition for '_success' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(1044,32): error CS0102: The type 'Calculator.calculateResult' already contains a definition for '_ouch' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(1047,18): error CS0102: The type 'Calculator.calculateResult' already contains a definition for 'Success' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(1061,31): error CS0102: The type 'Calculator.calculateResult' already contains a definition for 'Ouch' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(1076,20): error CS0102: The type 'Calculator.calculateResult' already contains a definition for '__isset' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(1088,19): error CS0111: Type 'Calculator.calculateResult' already defines a member called 'ShouldSerializeSuccess' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(1093,19): error CS0111: Type 'Calculator.calculateResult' already defines a member called 'ShouldSerializeOuch' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(1100,14): error CS0111: Type 'Calculator.calculateResult' already defines a member called '.ctor' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(1104,25): error CS0111: Type 'Calculator.calculateResult' already defines a member called 'ReadAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(1158,25): error CS0111: Type 'Calculator.calculateResult' already defines a member called 'WriteAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(1215,30): error CS0111: Type 'Calculator.calculateResult' already defines a member called 'ToString' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedService.cs(328,8): error CS0579: Duplicate 'DataContract' attribute [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(1077,8): error CS0579: Duplicate 'DataContract' attribute [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(1239,6): error CS0579: Duplicate 'DataContract' attribute [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(1243,14): error CS0111: Type 'Calculator.zipArgs' already defines a member called '.ctor' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(1247,25): error CS0111: Type 'Calculator.zipArgs' already defines a member called 'ReadAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(1280,25): error CS0111: Type 'Calculator.zipArgs' already defines a member called 'WriteAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(1311,30): error CS0111: Type 'Calculator.zipArgs' already defines a member called 'ToString' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
Build FAILED.
tutorial/tutorial.Constants.cs(22,23): error CS0101: The namespace 'tutorial' already contains a definition for 'tutorialConstants' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Operation.cs(14,15): error CS0101: The namespace 'tutorial' already contains a definition for 'Operation' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedStruct.cs(68,19): error CS0102: The type 'SharedStruct' already contains a definition for 'Isset' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedService.cs(32,22): error CS0102: The type 'SharedService' already contains a definition for 'IAsync' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedService.cs(40,18): error CS0102: The type 'SharedService' already contains a definition for 'Client' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedService.cs(79,18): error CS0102: The type 'SharedService' already contains a definition for 'AsyncProcessor' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(36,22): error CS0102: The type 'Calculator' already contains a definition for 'IAsync' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(69,18): error CS0102: The type 'Calculator' already contains a definition for 'Client' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(177,18): error CS0102: The type 'Calculator' already contains a definition for 'AsyncProcessor' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedStruct.cs(30,4): error CS0579: Duplicate 'DataContract' attribute [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/InvalidOperation.cs(226,4): error CS0579: Duplicate 'DataContract' attribute [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedService.cs(31,6): error CS0579: Duplicate 'ServiceContract' attribute [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(35,6): error CS0579: Duplicate 'ServiceContract' attribute [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/InvalidOperation.cs(70,19): error CS0102: The type 'InvalidOperation' already contains a definition for 'Isset' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/InvalidOperation.cs(229,17): error CS0102: The type 'InvalidOperationFault' already contains a definition for '_whatOp' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/InvalidOperation.cs(230,20): error CS0102: The type 'InvalidOperationFault' already contains a definition for '_why' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/InvalidOperation.cs(233,16): error CS0102: The type 'InvalidOperationFault' already contains a definition for 'WhatOp' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/InvalidOperation.cs(246,19): error CS0102: The type 'InvalidOperationFault' already contains a definition for 'Why' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedService.cs(35,26): error CS0111: Type 'SharedService.IAsync' already defines a member called 'getStructAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(45,12): error CS0111: Type 'Calculator.IAsync' already defines a member called 'pingAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(48,17): error CS0111: Type 'Calculator.IAsync' already defines a member called 'addAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(52,17): error CS0111: Type 'Calculator.IAsync' already defines a member called 'calculateAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(60,12): error CS0111: Type 'Calculator.IAsync' already defines a member called 'zipAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(71,14): error CS0111: Type 'Calculator.Client' already defines a member called '.ctor' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(75,14): error CS0111: Type 'Calculator.Client' already defines a member called '.ctor' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(77,25): error CS0111: Type 'Calculator.Client' already defines a member called 'pingAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(101,30): error CS0111: Type 'Calculator.Client' already defines a member called 'addAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(131,30): error CS0111: Type 'Calculator.Client' already defines a member called 'calculateAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(165,25): error CS0111: Type 'Calculator.Client' already defines a member called 'zipAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedService.cs(42,14): error CS0111: Type 'SharedService.Client' already defines a member called '.ctor' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedService.cs(46,14): error CS0111: Type 'SharedService.Client' already defines a member called '.ctor' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedService.cs(48,39): error CS0111: Type 'SharedService.Client' already defines a member called 'getStructAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedStruct.cs(33,17): error CS0102: The type 'SharedStruct' already contains a definition for '_key' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedStruct.cs(34,20): error CS0102: The type 'SharedStruct' already contains a definition for '_value' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedStruct.cs(37,16): error CS0102: The type 'SharedStruct' already contains a definition for 'Key' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedStruct.cs(51,19): error CS0102: The type 'SharedStruct' already contains a definition for 'Value' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedStruct.cs(66,18): error CS0102: The type 'SharedStruct' already contains a definition for '__isset' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedStruct.cs(78,17): error CS0111: Type 'SharedStruct' already defines a member called 'ShouldSerializeKey' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedStruct.cs(83,17): error CS0111: Type 'SharedStruct' already defines a member called 'ShouldSerializeValue' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedStruct.cs(90,12): error CS0111: Type 'SharedStruct' already defines a member called '.ctor' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedStruct.cs(94,23): error CS0111: Type 'SharedStruct' already defines a member called 'ReadAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedStruct.cs(147,23): error CS0111: Type 'SharedStruct' already defines a member called 'WriteAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedStruct.cs(200,28): error CS0111: Type 'SharedStruct' already defines a member called 'ToString' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/InvalidOperation.cs(35,17): error CS0102: The type 'InvalidOperation' already contains a definition for '_whatOp' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/InvalidOperation.cs(36,20): error CS0102: The type 'InvalidOperation' already contains a definition for '_why' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/InvalidOperation.cs(39,16): error CS0102: The type 'InvalidOperation' already contains a definition for 'WhatOp' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/InvalidOperation.cs(53,19): error CS0102: The type 'InvalidOperation' already contains a definition for 'Why' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/InvalidOperation.cs(68,18): error CS0102: The type 'InvalidOperation' already contains a definition for '__isset' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/InvalidOperation.cs(80,17): error CS0111: Type 'InvalidOperation' already defines a member called 'ShouldSerializeWhatOp' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/InvalidOperation.cs(85,17): error CS0111: Type 'InvalidOperation' already defines a member called 'ShouldSerializeWhy' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/InvalidOperation.cs(92,12): error CS0111: Type 'InvalidOperation' already defines a member called '.ctor' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/InvalidOperation.cs(96,23): error CS0111: Type 'InvalidOperation' already defines a member called 'ReadAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/InvalidOperation.cs(149,23): error CS0111: Type 'InvalidOperation' already defines a member called 'WriteAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/InvalidOperation.cs(202,28): error CS0111: Type 'InvalidOperation' already defines a member called 'ToString' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/InvalidOperation.cs(69,6): error CS0579: Duplicate 'DataContract' attribute [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Work.cs(111,19): error CS0102: The type 'Work' already contains a definition for 'Isset' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Work.cs(39,4): error CS0579: Duplicate 'DataContract' attribute [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedService.cs(83,14): error CS0111: Type 'SharedService.AsyncProcessor' already defines a member called '.ctor' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedService.cs(94,31): error CS0111: Type 'SharedService.AsyncProcessor' already defines a member called 'ProcessAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedService.cs(99,31): error CS0111: Type 'SharedService.AsyncProcessor' already defines a member called 'ProcessAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedService.cs(131,25): error CS0111: Type 'SharedService.AsyncProcessor' already defines a member called 'getStruct_ProcessAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(181,14): error CS0111: Type 'Calculator.AsyncProcessor' already defines a member called '.ctor' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(193,35): error CS0111: Type 'Calculator.AsyncProcessor' already defines a member called 'ProcessAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(198,35): error CS0111: Type 'Calculator.AsyncProcessor' already defines a member called 'ProcessAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(230,25): error CS0111: Type 'Calculator.AsyncProcessor' already defines a member called 'ping_ProcessAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(258,25): error CS0111: Type 'Calculator.AsyncProcessor' already defines a member called 'add_ProcessAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(286,25): error CS0111: Type 'Calculator.AsyncProcessor' already defines a member called 'calculate_ProcessAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(321,25): error CS0111: Type 'Calculator.AsyncProcessor' already defines a member called 'zip_ProcessAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedStruct.cs(67,6): error CS0579: Duplicate 'DataContract' attribute [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(344,6): error CS0579: Duplicate 'DataContract' attribute [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(348,14): error CS0111: Type 'Calculator.pingArgs' already defines a member called '.ctor' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(352,25): error CS0111: Type 'Calculator.pingArgs' already defines a member called 'ReadAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(385,25): error CS0111: Type 'Calculator.pingArgs' already defines a member called 'WriteAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(416,30): error CS0111: Type 'Calculator.pingArgs' already defines a member called 'ToString' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(425,6): error CS0579: Duplicate 'DataContract' attribute [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(429,14): error CS0111: Type 'Calculator.pingResult' already defines a member called '.ctor' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(433,25): error CS0111: Type 'Calculator.pingResult' already defines a member called 'ReadAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(466,25): error CS0111: Type 'Calculator.pingResult' already defines a member called 'WriteAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(497,30): error CS0111: Type 'Calculator.pingResult' already defines a member called 'ToString' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(544,21): error CS0102: The type 'Calculator.addArgs' already contains a definition for 'Isset' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Work.cs(42,17): error CS0102: The type 'Work' already contains a definition for '_num1' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Work.cs(43,17): error CS0102: The type 'Work' already contains a definition for '_num2' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Work.cs(44,23): error CS0102: The type 'Work' already contains a definition for '_op' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Work.cs(45,20): error CS0102: The type 'Work' already contains a definition for '_comment' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Work.cs(48,16): error CS0102: The type 'Work' already contains a definition for 'Num1' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Work.cs(62,16): error CS0102: The type 'Work' already contains a definition for 'Num2' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Work.cs(80,22): error CS0102: The type 'Work' already contains a definition for 'Op' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Work.cs(94,19): error CS0102: The type 'Work' already contains a definition for 'Comment' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Work.cs(109,18): error CS0102: The type 'Work' already contains a definition for '__isset' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Work.cs(125,17): error CS0111: Type 'Work' already defines a member called 'ShouldSerializeNum1' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Work.cs(130,17): error CS0111: Type 'Work' already defines a member called 'ShouldSerializeNum2' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Work.cs(135,17): error CS0111: Type 'Work' already defines a member called 'ShouldSerializeOp' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Work.cs(140,17): error CS0111: Type 'Work' already defines a member called 'ShouldSerializeComment' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Work.cs(147,12): error CS0111: Type 'Work' already defines a member called '.ctor' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Work.cs(153,23): error CS0111: Type 'Work' already defines a member called 'ReadAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Work.cs(226,23): error CS0111: Type 'Work' already defines a member called 'WriteAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Work.cs(301,28): error CS0111: Type 'Work' already defines a member called 'ToString' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(506,6): error CS0579: Duplicate 'DataContract' attribute [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(509,19): error CS0102: The type 'Calculator.addArgs' already contains a definition for '_num1' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(510,19): error CS0102: The type 'Calculator.addArgs' already contains a definition for '_num2' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(513,18): error CS0102: The type 'Calculator.addArgs' already contains a definition for 'Num1' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(527,18): error CS0102: The type 'Calculator.addArgs' already contains a definition for 'Num2' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(542,20): error CS0102: The type 'Calculator.addArgs' already contains a definition for '__isset' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(554,19): error CS0111: Type 'Calculator.addArgs' already defines a member called 'ShouldSerializeNum1' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(559,19): error CS0111: Type 'Calculator.addArgs' already defines a member called 'ShouldSerializeNum2' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(566,14): error CS0111: Type 'Calculator.addArgs' already defines a member called '.ctor' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(570,25): error CS0111: Type 'Calculator.addArgs' already defines a member called 'ReadAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(623,25): error CS0111: Type 'Calculator.addArgs' already defines a member called 'WriteAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(676,30): error CS0111: Type 'Calculator.addArgs' already defines a member called 'ToString' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Work.cs(110,6): error CS0579: Duplicate 'DataContract' attribute [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(543,8): error CS0579: Duplicate 'DataContract' attribute [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(723,21): error CS0102: The type 'Calculator.addResult' already contains a definition for 'Isset' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/tutorial.Constants.cs(30,12): error CS0111: Type 'tutorialConstants' already defines a member called '.cctor' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(700,6): error CS0579: Duplicate 'DataContract' attribute [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(703,19): error CS0102: The type 'Calculator.addResult' already contains a definition for '_success' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(706,18): error CS0102: The type 'Calculator.addResult' already contains a definition for 'Success' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(721,20): error CS0102: The type 'Calculator.addResult' already contains a definition for '__isset' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(731,19): error CS0111: Type 'Calculator.addResult' already defines a member called 'ShouldSerializeSuccess' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(738,14): error CS0111: Type 'Calculator.addResult' already defines a member called '.ctor' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(742,25): error CS0111: Type 'Calculator.addResult' already defines a member called 'ReadAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(785,25): error CS0111: Type 'Calculator.addResult' already defines a member called 'WriteAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(828,30): error CS0111: Type 'Calculator.addResult' already defines a member called 'ToString' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(722,8): error CS0579: Duplicate 'DataContract' attribute [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(883,21): error CS0102: The type 'Calculator.calculateArgs' already contains a definition for 'Isset' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedService.cs(185,21): error CS0102: The type 'SharedService.getStructArgs' already contains a definition for 'Isset' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(845,6): error CS0579: Duplicate 'DataContract' attribute [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedService.cs(162,6): error CS0579: Duplicate 'DataContract' attribute [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedService.cs(165,19): error CS0102: The type 'SharedService.getStructArgs' already contains a definition for '_key' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedService.cs(168,18): error CS0102: The type 'SharedService.getStructArgs' already contains a definition for 'Key' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedService.cs(183,20): error CS0102: The type 'SharedService.getStructArgs' already contains a definition for '__isset' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedService.cs(193,19): error CS0111: Type 'SharedService.getStructArgs' already defines a member called 'ShouldSerializeKey' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedService.cs(200,14): error CS0111: Type 'SharedService.getStructArgs' already defines a member called '.ctor' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedService.cs(204,25): error CS0111: Type 'SharedService.getStructArgs' already defines a member called 'ReadAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedService.cs(247,25): error CS0111: Type 'SharedService.getStructArgs' already defines a member called 'WriteAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedService.cs(289,30): error CS0111: Type 'SharedService.getStructArgs' already defines a member called 'ToString' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(848,19): error CS0102: The type 'Calculator.calculateArgs' already contains a definition for '_logid' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(849,20): error CS0102: The type 'Calculator.calculateArgs' already contains a definition for '_w' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(852,18): error CS0102: The type 'Calculator.calculateArgs' already contains a definition for 'Logid' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(866,19): error CS0102: The type 'Calculator.calculateArgs' already contains a definition for 'W' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(881,20): error CS0102: The type 'Calculator.calculateArgs' already contains a definition for '__isset' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(893,19): error CS0111: Type 'Calculator.calculateArgs' already defines a member called 'ShouldSerializeLogid' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(898,19): error CS0111: Type 'Calculator.calculateArgs' already defines a member called 'ShouldSerializeW' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(905,14): error CS0111: Type 'Calculator.calculateArgs' already defines a member called '.ctor' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(909,25): error CS0111: Type 'Calculator.calculateArgs' already defines a member called 'ReadAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(963,25): error CS0111: Type 'Calculator.calculateArgs' already defines a member called 'WriteAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(1016,30): error CS0111: Type 'Calculator.calculateArgs' already defines a member called 'ToString' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedService.cs(184,8): error CS0579: Duplicate 'DataContract' attribute [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(882,8): error CS0579: Duplicate 'DataContract' attribute [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedService.cs(329,21): error CS0102: The type 'SharedService.getStructResult' already contains a definition for 'Isset' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedService.cs(306,6): error CS0579: Duplicate 'DataContract' attribute [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(1078,21): error CS0102: The type 'Calculator.calculateResult' already contains a definition for 'Isset' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(1040,6): error CS0579: Duplicate 'DataContract' attribute [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedService.cs(309,28): error CS0102: The type 'SharedService.getStructResult' already contains a definition for '_success' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedService.cs(312,27): error CS0102: The type 'SharedService.getStructResult' already contains a definition for 'Success' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedService.cs(327,20): error CS0102: The type 'SharedService.getStructResult' already contains a definition for '__isset' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedService.cs(337,19): error CS0111: Type 'SharedService.getStructResult' already defines a member called 'ShouldSerializeSuccess' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedService.cs(344,14): error CS0111: Type 'SharedService.getStructResult' already defines a member called '.ctor' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedService.cs(348,25): error CS0111: Type 'SharedService.getStructResult' already defines a member called 'ReadAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedService.cs(392,25): error CS0111: Type 'SharedService.getStructResult' already defines a member called 'WriteAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedService.cs(438,30): error CS0111: Type 'SharedService.getStructResult' already defines a member called 'ToString' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(1043,19): error CS0102: The type 'Calculator.calculateResult' already contains a definition for '_success' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(1044,32): error CS0102: The type 'Calculator.calculateResult' already contains a definition for '_ouch' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(1047,18): error CS0102: The type 'Calculator.calculateResult' already contains a definition for 'Success' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(1061,31): error CS0102: The type 'Calculator.calculateResult' already contains a definition for 'Ouch' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(1076,20): error CS0102: The type 'Calculator.calculateResult' already contains a definition for '__isset' [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(1088,19): error CS0111: Type 'Calculator.calculateResult' already defines a member called 'ShouldSerializeSuccess' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(1093,19): error CS0111: Type 'Calculator.calculateResult' already defines a member called 'ShouldSerializeOuch' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(1100,14): error CS0111: Type 'Calculator.calculateResult' already defines a member called '.ctor' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(1104,25): error CS0111: Type 'Calculator.calculateResult' already defines a member called 'ReadAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(1158,25): error CS0111: Type 'Calculator.calculateResult' already defines a member called 'WriteAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(1215,30): error CS0111: Type 'Calculator.calculateResult' already defines a member called 'ToString' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
shared/SharedService.cs(328,8): error CS0579: Duplicate 'DataContract' attribute [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(1077,8): error CS0579: Duplicate 'DataContract' attribute [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(1239,6): error CS0579: Duplicate 'DataContract' attribute [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(1243,14): error CS0111: Type 'Calculator.zipArgs' already defines a member called '.ctor' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(1247,25): error CS0111: Type 'Calculator.zipArgs' already defines a member called 'ReadAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(1280,25): error CS0111: Type 'Calculator.zipArgs' already defines a member called 'WriteAsync' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
tutorial/Calculator.cs(1311,30): error CS0111: Type 'Calculator.zipArgs' already defines a member called 'ToString' with the same parameter types [/thrift/src/tutorial/netcore/Interfaces/Interfaces.csproj]
0 Warning(s)
178 Error(s)
Time Elapsed 00:00:09.49
Makefile:814: recipe for target 'all-local' failed
make[4]: *** [all-local] Error 1
make[4]: Leaving directory '/thrift/src/tutorial/netcore'
Makefile:541: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory '/thrift/src/tutorial/netcore'
Makefile:570: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/thrift/src/tutorial'
Makefile:662: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/thrift/src'
Makefile:576: recipe for target 'all' failed
make: *** [all] Error 2
root@e5bfb517daa7:/thrift/src#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment