Eyal Shilony

- Total activity 109
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 35
-
Eyal Shilony commented, -
Eyal Shilony commented, -
-
Eyal Shilony commented, -
Eyal Shilony created a post, 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 -
Eyal Shilony created a post, 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... -
Eyal Shilony commented, -
Eyal Shilony commented, -
Eyal Shilony created a post, 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 ... -
Eyal Shilony created a post, 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...