Project
ReSharper
Priority
Normal
Type
Bug
Fix versions
2.5.1, 3.0
State
Fixed
Assignee
Andrey Simanovsky
Subsystem
No subsystem
Affected versions
No Affected versions
Fixed in build
No Fixed in build
  • Created by   Vladimir Reshetnikov
    5 years ago (17 Nov 2006 18:12)
  • Updated by   Vladimir Reshetnikov
    5 years ago (18 Dec 2006 20:23)
  • Jira: RSRP-32103
    (history, comments)
 
RSRP-32103 'Merge partial declarations' removes attributes
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
using System;

class MyAttribute : Attribute
{}

partial class Stuff<[My]T> // Merge partial declarations
{
}
partial class Stuff<[My]T>
{
}


Result:

using System;

class MyAttribute : Attribute
{}

internal class Stuff<T> where T : 
{}


Attribute [My] has gone away.
Also, wrong 'where' clause added.

Issue was closed
Comments (0)
 
History
 
Linked Issues (?)
 
TeamCity Changes (0)
 
Issue has no comments