Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Patch Available
Description
Because all service methods get an implicit extra parameter named "cancellationToken", the following IDL generates code that cannot be compiled.
service foo { void bar( 1: i32 cancellationToken) }
Compiler Error CS0100 The parameter name 'cancellationToken' is a duplicate.
Attachments
Issue Links
- links to