Reporter | Alex Berezoutsky (fergard) |
---|---|
Created | Feb 27, 2012 6:30:00 PM |
Updated | Apr 7, 2012 1:27:35 AM |
Priority | Critical |
Type | Bug |
Fix versions | 7.0 |
State | Submitted |
Assignee | Sergey Shkredov (serjic.shkredov) |
Subsystem | No subsystem |
Affected versions | 6.1.1 |
Fixed in build | No Fixed in build |
Move declarations to namespace is failing with the message user cancelled.
the file:
- The file was in a new dll project that was created for some common classes.
- Moved file to new project.
- Compiled new project.
- Recompiled all.
- Tried to let resharper magically move the namespace to match the new file namespace.(Server.Common)
- Received User cancelled dialog.
the file:
namespace Server.Concrete { public enum EntityType { Company, Group }; }