Quantcast
Channel: YouTrackReSharper (RSRP) - Bug and Issue Tracker
Viewing all articles
Browse latest Browse all 106942

RSRP-286859: Conditional usings break code after code cleanup

$
0
0
Reporter KCiechan (KCiechan) KCiechan (KCiechan)
Created Dec 15, 2011 1:22:14 PM
Updated Jan 2, 2012 3:38:30 PM
Priority Normal
Type Bug
Fix versions Mirabile Futurum
State Open
Assignee Evgeny Pasynkov (pasynkov)
Subsystem Code Cleanup
Affected versions No Affected versions
Fixed in build No Fixed in build
Before:
using System.Web.Mvc;
  1. if DEBUG
using B2B.Web.Models;
  1. endif


After
using System.Web.Mvc;
using B2B.Web.Models;
  1. if DEBUG

  2. endif

Viewing all articles
Browse latest Browse all 106942

Trending Articles