Eyal Shilony

- Total activity 109
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 35
-
Created How can I alter xml comments ?
Hello,I want to alter the xml comments how can I do that ? I'm not familiar with the APIs.I've attached the cleanup code module.Attachment(s):XmlCommentsCodeCleanupModule.cs.zip -
Created I'm working on a new plguin for R#6.1 and I get exceptions each time I'm saving the options why ?
Hello,I don't think it has anything to do with the plugin itself, is it ?Here is the exception.The lifetime has already been terminated. Object name: 'Lifetime'.--- EXCEPTION #1/2 [ObjectDisposedEx... -
Created Cleanup Code does not trigger my plugin, why ?
Hello,I'm working on a simple Cleanup Code plugin that basically formats the xml comments, I can see that the plugin is loaded and is showing up on the options just fine but when I try to debug it ... -
Created XML Comments, what's going on ? what it takes for you to fix it ???
Hello,Here is what I got with R#6.1 IT IS malformed!namespace Application.Data{ using System.Diagnostics.Contracts; using Application.Data.Entities; /// <summary> /// Represent... -
Created R#6.1 code-cleanup frustration
Hello,I'm using the latest R#6.1 EAP.This is really annoying, XML comments aren't aligned properly again! this time it's the tags rather than the content.I've attached a file and here is a snippet.... -
Created R#6.1 Identifier Expected
Hello,It's important to say that this problem is recurring since the first version of R#6.0 in different projects.Sometimes I'm getting identifier expected or unresolved symbols for no reason and I... -
Created R#6.1 seems to ignore the defined settings rules
Hello,I have the following defined settings rules but it doesn't seems to work, it might as well be my fault rather than a bug though.Attachment(s):IUserAccountProviderConfigurationContract.cs.zip -
Created Xml comments are still malformed as of build 6.1.20.125
Xml comments are still malformed as of build 6.1.20.125, this issue isn't fixed as noted here http://youtrack.jetbrains.net/issue/RSRP-284320Here is the output. /// <summary> /// Provi... -
Created To-do items does not work correctly
Hello,When I'm changing the patterns I need to restart Visual Studio for them to take effect. -
Created xUnit support ?
Hello,I know that xUnit already have a plugin at CodePlex and I'm using it myself but I wonder whether you will add your own in the next release of R#6 ?