<?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: XAML Support Refresh in ReSharper 7.1</title>
	<atom:link href="http://blogs.jetbrains.com/dotnet/2012/10/resharper-71-xaml-support-refresh/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.jetbrains.com/dotnet/2012/10/resharper-71-xaml-support-refresh/</link>
	<description>ReSharper for productivity, dotTrace for performance, dotCover for test coverage</description>
	<pubDate>Mon, 20 May 2013 03:59:48 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: Joe White</title>
		<link>http://blogs.jetbrains.com/dotnet/2012/10/resharper-71-xaml-support-refresh/#comment-380602</link>
		<dc:creator>Joe White</dc:creator>
		<pubDate>Mon, 12 Nov 2012 15:17:45 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/dotnet/?p=3490#comment-380602</guid>
		<description>@Alexander Shvedov, nope, the ItemsSource support is still busted -- it's still showing warnings on valid code, trying to use the parent DataContext type instead of the element type. Looks like it may only be a problem with ItemContainerStyle. I wrote this up as RSRP-335261.</description>
		<content:encoded><![CDATA[<p>@Alexander Shvedov, nope, the ItemsSource support is still busted &#8212; it&#8217;s still showing warnings on valid code, trying to use the parent DataContext type instead of the element type. Looks like it may only be a problem with ItemContainerStyle. I wrote this up as RSRP-335261.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jean-Marie Pirelli</title>
		<link>http://blogs.jetbrains.com/dotnet/2012/10/resharper-71-xaml-support-refresh/#comment-378741</link>
		<dc:creator>Jean-Marie Pirelli</dc:creator>
		<pubDate>Tue, 06 Nov 2012 16:34:15 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/dotnet/?p=3490#comment-378741</guid>
		<description>RSRP-232569 is now fixed in the EAP. Thanks a lot !</description>
		<content:encoded><![CDATA[<p>RSRP-232569 is now fixed in the EAP. Thanks a lot !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander Shvedov</title>
		<link>http://blogs.jetbrains.com/dotnet/2012/10/resharper-71-xaml-support-refresh/#comment-375057</link>
		<dc:creator>Alexander Shvedov</dc:creator>
		<pubDate>Tue, 23 Oct 2012 12:28:19 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/dotnet/?p=3490#comment-375057</guid>
		<description>@Joe White, thanks for your comment, ItemSource support should work pretty fine like this: http://screencast.com/t/AdJvj62qsN

It may not work properly with custom controls non-derived from ItemsControl (someone of popular WPF control vendors introduces custom ItemsControl type, for example), but you can still help R# specifying DataType property of DataTemplate.

If you have any troubles with binding type calculation with some type of controls or any other issue with XAML - our youtrack is the great place to report it, thanks!</description>
		<content:encoded><![CDATA[<p>@Joe White, thanks for your comment, ItemSource support should work pretty fine like this: <a href="http://screencast.com/t/AdJvj62qsN" rel="nofollow">http://screencast.com/t/AdJvj62qsN</a></p>
<p>It may not work properly with custom controls non-derived from ItemsControl (someone of popular WPF control vendors introduces custom ItemsControl type, for example), but you can still help R# specifying DataType property of DataTemplate.</p>
<p>If you have any troubles with binding type calculation with some type of controls or any other issue with XAML - our youtrack is the great place to report it, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe White</title>
		<link>http://blogs.jetbrains.com/dotnet/2012/10/resharper-71-xaml-support-refresh/#comment-375039</link>
		<dc:creator>Joe White</dc:creator>
		<pubDate>Tue, 23 Oct 2012 11:40:33 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/dotnet/?p=3490#comment-375039</guid>
		<description>Wow! There's an amazing amount of awesomeness here. Nice, nice work, guys.

In the past, I've had trouble with the data context type annotations. I can tell R# that my UserControl's DataContext is of type MyCollectionViewModel, but then if I add an ItemsControl and bind it to my viewmodel's Items property, R# complains about the bindings inside my ItemTemplate -- it still thinks those DataContexts should be of type MyCollectionViewModel, rather than realizing they should be of whatever type is inside the MyCollectionViewModel.Items collection. I haven't taken the time to write this up in YouTrack yet.

Has any work been done in this area? If this is already fixed, great -- if not, I'll try to write up repro steps at some point.</description>
		<content:encoded><![CDATA[<p>Wow! There&#8217;s an amazing amount of awesomeness here. Nice, nice work, guys.</p>
<p>In the past, I&#8217;ve had trouble with the data context type annotations. I can tell R# that my UserControl&#8217;s DataContext is of type MyCollectionViewModel, but then if I add an ItemsControl and bind it to my viewmodel&#8217;s Items property, R# complains about the bindings inside my ItemTemplate &#8212; it still thinks those DataContexts should be of type MyCollectionViewModel, rather than realizing they should be of whatever type is inside the MyCollectionViewModel.Items collection. I haven&#8217;t taken the time to write this up in YouTrack yet.</p>
<p>Has any work been done in this area? If this is already fixed, great &#8212; if not, I&#8217;ll try to write up repro steps at some point.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander Shvedov</title>
		<link>http://blogs.jetbrains.com/dotnet/2012/10/resharper-71-xaml-support-refresh/#comment-374685</link>
		<dc:creator>Alexander Shvedov</dc:creator>
		<pubDate>Mon, 22 Oct 2012 11:31:20 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/dotnet/?p=3490#comment-374685</guid>
		<description>@Jean-Marie Pirelli, thx for your feedback!
Will check RSRP-232569 issue soon, sorry for the inconvenience.</description>
		<content:encoded><![CDATA[<p>@Jean-Marie Pirelli, thx for your feedback!<br />
Will check RSRP-232569 issue soon, sorry for the inconvenience.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jean-Marie Pirelli</title>
		<link>http://blogs.jetbrains.com/dotnet/2012/10/resharper-71-xaml-support-refresh/#comment-374682</link>
		<dc:creator>Jean-Marie Pirelli</dc:creator>
		<pubDate>Mon, 22 Oct 2012 11:25:44 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/dotnet/?p=3490#comment-374682</guid>
		<description>Fantastic news !
Any chance to fix RSRP-232569 for 7.1 ?
It was fixed for 6.1 but was back in 7.0.
Regards,
JMP</description>
		<content:encoded><![CDATA[<p>Fantastic news !<br />
Any chance to fix RSRP-232569 for 7.1 ?<br />
It was fixed for 6.1 but was back in 7.0.<br />
Regards,<br />
JMP</p>
]]></content:encoded>
	</item>
</channel>
</rss>
