Reporter | Oleg Gerovich (oleg.gerovich) |
---|---|
Created | Jan 31, 2012 2:02:05 AM |
Updated | Jan 31, 2012 2:02:05 AM |
Priority | Normal |
Type | Bug |
Fix versions | No Fix versions |
State | Submitted |
Assignee | Alexey Kuptsov (alexey.kuptsov) |
Subsystem | Quick Fixes |
Affected versions | 6.1 |
Fixed in build | No Fixed in build |
We are using .NET FIX implementation 1.0 from http://www.quickfixn.org.
If a C# project includes references to quickfix_net.dll and the following class is created, "implement members" does not actually insert any code.
I clicked "implement members" fix, selected all methods in the popup and clicked Finish. No expected code was inserted into the class.
If a C# project includes references to quickfix_net.dll and the following class is created, "implement members" does not actually insert any code.
using QuickFix; namespace Test { internal class MyTest : Application // from QuickFix.Application interface { } }
I clicked "implement members" fix, selected all methods in the popup and clicked Finish. No expected code was inserted into the class.