<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: INotifyPropertyChanged Support in ReSharper 7</title>
	<atom:link href="http://blogs.jetbrains.com/dotnet/2012/07/inotifypropertychanged-support-in-resharper-7/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.jetbrains.com/dotnet/2012/07/inotifypropertychanged-support-in-resharper-7/</link>
	<description>ReSharper for productivity, dotTrace for performance, dotCover for test coverage</description>
	<pubDate>Wed, 22 May 2013 14:33:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: elmanaw</title>
		<link>http://blogs.jetbrains.com/dotnet/2012/07/inotifypropertychanged-support-in-resharper-7/#comment-448178</link>
		<dc:creator>elmanaw</dc:creator>
		<pubDate>Wed, 08 May 2013 13:44:56 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/dotnet/?p=2790#comment-448178</guid>
		<description>I'm using Resharper 7 and MVVM Light. When I use class ViewModelBase in which its super class is ObservableObject which implements INotifyPropertyChanged, so therefore in my view model its inherited the implementation and events.So I should be able to alt+insert to insert properties that implement INotifyPropertyChanged, currently I dont seem to be able to and I'm having to do this manually. What am I doing wrong?
Thanks</description>
		<content:encoded><![CDATA[<p>I&#8217;m using Resharper 7 and MVVM Light. When I use class ViewModelBase in which its super class is ObservableObject which implements INotifyPropertyChanged, so therefore in my view model its inherited the implementation and events.So I should be able to alt+insert to insert properties that implement INotifyPropertyChanged, currently I dont seem to be able to and I&#8217;m having to do this manually. What am I doing wrong?<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lukas</title>
		<link>http://blogs.jetbrains.com/dotnet/2012/07/inotifypropertychanged-support-in-resharper-7/#comment-368670</link>
		<dc:creator>Lukas</dc:creator>
		<pubDate>Mon, 24 Sep 2012 08:00:35 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/dotnet/?p=2790#comment-368670</guid>
		<description>Nevermind. It was there, but instead of a combobox it was a check button XD</description>
		<content:encoded><![CDATA[<p>Nevermind. It was there, but instead of a combobox it was a check button XD</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lukas</title>
		<link>http://blogs.jetbrains.com/dotnet/2012/07/inotifypropertychanged-support-in-resharper-7/#comment-368669</link>
		<dc:creator>Lukas</dc:creator>
		<pubDate>Mon, 24 Sep 2012 07:53:24 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/dotnet/?p=2790#comment-368669</guid>
		<description>I already annotated my caller method with the [NotifyPropertyChangedInvocator] attribute, but i still can't make this work...

What am i doing wrong?

Where's my method:

[NotifyPropertyChangedInvocator]
        protected virtual void OnPropertyChanged(string propertyName)
        {
            PropertyChangedEventHandler handler = this.PropertyChanged;
            if(handler != null)
                handler(this, new PropertyChangedEventArgs(propertyName));
        }</description>
		<content:encoded><![CDATA[<p>I already annotated my caller method with the [NotifyPropertyChangedInvocator] attribute, but i still can&#8217;t make this work&#8230;</p>
<p>What am i doing wrong?</p>
<p>Where&#8217;s my method:</p>
<p>[NotifyPropertyChangedInvocator]<br />
        protected virtual void OnPropertyChanged(string propertyName)<br />
        {<br />
            PropertyChangedEventHandler handler = this.PropertyChanged;<br />
            if(handler != null)<br />
                handler(this, new PropertyChangedEventArgs(propertyName));<br />
        }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcus</title>
		<link>http://blogs.jetbrains.com/dotnet/2012/07/inotifypropertychanged-support-in-resharper-7/#comment-368120</link>
		<dc:creator>Marcus</dc:creator>
		<pubDate>Mon, 17 Sep 2012 10:39:39 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/dotnet/?p=2790#comment-368120</guid>
		<description>Nice feature, but you should really just point everyone to use NotifyPropertyWeaver.  Free, simple, and results in significantly cleaner code.  Once you've tried it you'll never go back!</description>
		<content:encoded><![CDATA[<p>Nice feature, but you should really just point everyone to use NotifyPropertyWeaver.  Free, simple, and results in significantly cleaner code.  Once you&#8217;ve tried it you&#8217;ll never go back!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alexfdezsauco</title>
		<link>http://blogs.jetbrains.com/dotnet/2012/07/inotifypropertychanged-support-in-resharper-7/#comment-367480</link>
		<dc:creator>alexfdezsauco</dc:creator>
		<pubDate>Tue, 04 Sep 2012 18:50:28 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/dotnet/?p=2790#comment-367480</guid>
		<description>For Catel developers we also provide a R# plugin http://catelresharper.codeplex.com/</description>
		<content:encoded><![CDATA[<p>For Catel developers we also provide a R# plugin <a href="http://catelresharper.codeplex.com/" rel="nofollow">http://catelresharper.codeplex.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: controlflow</title>
		<link>http://blogs.jetbrains.com/dotnet/2012/07/inotifypropertychanged-support-in-resharper-7/#comment-366767</link>
		<dc:creator>controlflow</dc:creator>
		<pubDate>Sun, 19 Aug 2012 23:19:08 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/dotnet/?p=2790#comment-366767</guid>
		<description>@SledgeNZ, [CallerMemberName] support is already implemented and will be publicly available in next minor release. Thx for your feedback!</description>
		<content:encoded><![CDATA[<p>@SledgeNZ, [CallerMemberName] support is already implemented and will be publicly available in next minor release. Thx for your feedback!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: controlflow</title>
		<link>http://blogs.jetbrains.com/dotnet/2012/07/inotifypropertychanged-support-in-resharper-7/#comment-366766</link>
		<dc:creator>controlflow</dc:creator>
		<pubDate>Sun, 19 Aug 2012 23:17:01 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/dotnet/?p=2790#comment-366766</guid>
		<description>@snort, this feature not only VS2012 feature, it works even in VS2005. Looks like you missing R# code annotation on event-firing method.</description>
		<content:encoded><![CDATA[<p>@snort, this feature not only VS2012 feature, it works even in VS2005. Looks like you missing R# code annotation on event-firing method.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: snort</title>
		<link>http://blogs.jetbrains.com/dotnet/2012/07/inotifypropertychanged-support-in-resharper-7/#comment-366568</link>
		<dc:creator>snort</dc:creator>
		<pubDate>Wed, 15 Aug 2012 22:44:19 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/dotnet/?p=2790#comment-366568</guid>
		<description>I'm not seeing any of this support in VS2010 + Resharper 7. Is this a VS2012 only feature?</description>
		<content:encoded><![CDATA[<p>I&#8217;m not seeing any of this support in VS2010 + Resharper 7. Is this a VS2012 only feature?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitri Nesteruk</title>
		<link>http://blogs.jetbrains.com/dotnet/2012/07/inotifypropertychanged-support-in-resharper-7/#comment-366176</link>
		<dc:creator>Dmitri Nesteruk</dc:creator>
		<pubDate>Wed, 08 Aug 2012 09:20:32 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/dotnet/?p=2790#comment-366176</guid>
		<description>@Jason: you need to annotate the event-firing method with the &lt;code&gt;[NotifyPropertyChangedInvocator]&lt;/code&gt; attribute. You can get this attribute by pasting code annotations into your project&#160;&#8211; see &lt;strong&gt;ReSharper&#124;Options&#124;Code Annotations&lt;/strong&gt;.</description>
		<content:encoded><![CDATA[<p>@Jason: you need to annotate the event-firing method with the <code>[NotifyPropertyChangedInvocator]</code> attribute. You can get this attribute by pasting code annotations into your project&nbsp;&ndash; see <strong>ReSharper|Options|Code Annotations</strong>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://blogs.jetbrains.com/dotnet/2012/07/inotifypropertychanged-support-in-resharper-7/#comment-366161</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Tue, 07 Aug 2012 22:35:08 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/dotnet/?p=2790#comment-366161</guid>
		<description>How do you enable this feature?  I don't get that option on my resharper 7!</description>
		<content:encoded><![CDATA[<p>How do you enable this feature?  I don&#8217;t get that option on my resharper 7!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
