ANONYMOUS

Avatar
  • Total activity 14065
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 3274
  • ANONYMOUS created a post,

    Detecting methods only used in tests

    While the finding unused methods is quite easy with R#, we came across a problem where we have methods that are only called from tests, but have no use for the productive code anymore. This happens...
  • ANONYMOUS created a post,

    Test

    (testing if posting to this group works)—Serge BalticJetBrains, Inc — http://www.jetbrains.com“Develop with pleasure!”
  • ANONYMOUS created a post,

    StyleCop with inspectcode

    I'm using Resharper with the Stylecop Plugin.How can I get the Stylecop-Errors when I run inspectcode. Do I need to usethe Extension -Parameter. If so how do I configure it.Thanks---Original messag...
  • ANONYMOUS created a post,

    Bug in "Move XAML resource" dialog

    In the attachment, found in first R# 8.0.1 EAP, that's all :)---Original message URL: http://devnet.jetbrains.net/message/5497538#5497538
  • ANONYMOUS created a post,

    Resharper EAP 8 & DotTrace Performance Support

    How can i get my DotTrace Performance work with R# 8 EAP? If a new Version of DotTrace ist needed when will a eap be available?---Original message URL: http://devnet.jetbrains.net/message/5490569#5...
  • ANONYMOUS created a post,

    R#8 : does IDeclarationsCache & CacheManager still exist

    Can you give me pointer to what has replaced IDeclarationsCache and CacheManager() off IPsiServices in resharper 8 please ?                        IDeclarationsCache declarationsCache = solution.Ge...
  • ANONYMOUS created a post,

    support cod

    support  cod---Original message URL: http://devnet.jetbrains.net/message/5485937#5485937
  • ANONYMOUS created a post,

    EAP 8 SDK

    Can you give me pointer to what has replaced IDeclarationsCache and CacheManager() off IPsiServices in resharper 8 please ?            IDeclarationsCache declarationsCache = solution.GetPsiServices...
  • ANONYMOUS created a post,

    Support for StyleCop rule SA1101 (add "this.")?

    Hi,I am currently evaluating R# and noticed that even though the rule to always add "this." for access to items being a member of the class (SA1101) seems rather simple, support in R# does apparent...
  • ANONYMOUS created a post,

    Braces layout for shorthand array initialiser

    Code Editing > C# > Formatting Style > Braces Layout > Array and Object InitializerI am using the option "At next line indented 2 (GNU Style)".This works for the following Array Initialiser:private...