<?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: Per Project Settings or How to have different naming styles for my test project</title>
	<atom:link href="http://blogs.jetbrains.com/dotnet/2012/01/per-project-settings-or-how-to-have-different-naming-styles-for-my-test-project/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.jetbrains.com/dotnet/2012/01/per-project-settings-or-how-to-have-different-naming-styles-for-my-test-project/</link>
	<description>ReSharper for productivity, dotTrace for performance, dotCover for test coverage</description>
	<pubDate>Wed, 16 May 2012 20:57:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: Tim Herby</title>
		<link>http://blogs.jetbrains.com/dotnet/2012/01/per-project-settings-or-how-to-have-different-naming-styles-for-my-test-project/#comment-340057</link>
		<dc:creator>Tim Herby</dc:creator>
		<pubDate>Fri, 20 Jan 2012 19:18:34 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/dotnet/2012/01/per-project-settings-or-how-to-have-different-naming-styles-for-my-test-project/#comment-340057</guid>
		<description>@Hadi, an alternative I just thought of: Can a .sln.DotSettings file just reference a team settings file by relative path?  This would solve the problem by avoiding each developer having to add a top-layer UNC path team settings file, while still allowing shared settings accross solutions.</description>
		<content:encoded><![CDATA[<p>@Hadi, an alternative I just thought of: Can a .sln.DotSettings file just reference a team settings file by relative path?  This would solve the problem by avoiding each developer having to add a top-layer UNC path team settings file, while still allowing shared settings accross solutions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hadi Hariri</title>
		<link>http://blogs.jetbrains.com/dotnet/2012/01/per-project-settings-or-how-to-have-different-naming-styles-for-my-test-project/#comment-340050</link>
		<dc:creator>Hadi Hariri</dc:creator>
		<pubDate>Fri, 20 Jan 2012 16:20:04 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/dotnet/2012/01/per-project-settings-or-how-to-have-different-naming-styles-for-my-test-project/#comment-340050</guid>
		<description>@Joe, Tony, Serg,

Log it please, give me the ID and I'll see if we can try and get it scheduled.</description>
		<content:encoded><![CDATA[<p>@Joe, Tony, Serg,</p>
<p>Log it please, give me the ID and I&#8217;ll see if we can try and get it scheduled.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe White</title>
		<link>http://blogs.jetbrains.com/dotnet/2012/01/per-project-settings-or-how-to-have-different-naming-styles-for-my-test-project/#comment-340048</link>
		<dc:creator>Joe White</dc:creator>
		<pubDate>Fri, 20 Jan 2012 14:08:59 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/dotnet/2012/01/per-project-settings-or-how-to-have-different-naming-styles-for-my-test-project/#comment-340048</guid>
		<description>@TonyHunt, +1 for the suggestion of SomeTitleCase_MoreTitleCase_MoreTitleCase. We use that in our tests -- "ThisMethod_InTheseCircumstances_ShouldDoThis". Currently we just tell ReSharper not to check method names at all, but that's not a great workaround.

Have you written a YouTrack ticket for adding a TitleCase_WithUnderscores option? If so, post a link here and I'd be happy to vote for it. If you haven't written a ticket, perhaps I should. (Heck, for all I know, maybe I already have...)</description>
		<content:encoded><![CDATA[<p>@TonyHunt, +1 for the suggestion of SomeTitleCase_MoreTitleCase_MoreTitleCase. We use that in our tests &#8212; &#8220;ThisMethod_InTheseCircumstances_ShouldDoThis&#8221;. Currently we just tell ReSharper not to check method names at all, but that&#8217;s not a great workaround.</p>
<p>Have you written a YouTrack ticket for adding a TitleCase_WithUnderscores option? If so, post a link here and I&#8217;d be happy to vote for it. If you haven&#8217;t written a ticket, perhaps I should. (Heck, for all I know, maybe I already have&#8230;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hadi Hariri</title>
		<link>http://blogs.jetbrains.com/dotnet/2012/01/per-project-settings-or-how-to-have-different-naming-styles-for-my-test-project/#comment-340033</link>
		<dc:creator>Hadi Hariri</dc:creator>
		<pubDate>Fri, 20 Jan 2012 08:56:53 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/dotnet/2012/01/per-project-settings-or-how-to-have-different-naming-styles-for-my-test-project/#comment-340033</guid>
		<description>@Tim,

Out of the box this functionality as far as I'm aware is not currently supported. I will check though and get back to you if it is.</description>
		<content:encoded><![CDATA[<p>@Tim,</p>
<p>Out of the box this functionality as far as I&#8217;m aware is not currently supported. I will check though and get back to you if it is.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Serg</title>
		<link>http://blogs.jetbrains.com/dotnet/2012/01/per-project-settings-or-how-to-have-different-naming-styles-for-my-test-project/#comment-340029</link>
		<dc:creator>Serg</dc:creator>
		<pubDate>Fri, 20 Jan 2012 07:02:50 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/dotnet/2012/01/per-project-settings-or-how-to-have-different-naming-styles-for-my-test-project/#comment-340029</guid>
		<description>Is it possible to set such rule as Tony suggested: SomeTitleCase_MoreTitleCase or SomeTitleCase_MoreTitleCase_MoreTitleCase?</description>
		<content:encoded><![CDATA[<p>Is it possible to set such rule as Tony suggested: SomeTitleCase_MoreTitleCase or SomeTitleCase_MoreTitleCase_MoreTitleCase?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Herby</title>
		<link>http://blogs.jetbrains.com/dotnet/2012/01/per-project-settings-or-how-to-have-different-naming-styles-for-my-test-project/#comment-340014</link>
		<dc:creator>Tim Herby</dc:creator>
		<pubDate>Thu, 19 Jan 2012 21:07:22 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/dotnet/2012/01/per-project-settings-or-how-to-have-different-naming-styles-for-my-test-project/#comment-340014</guid>
		<description>@Hadi,
Thanks.  Actually I mis-spoke.  I’m actually looking for multi-solution settings. It sounds like solution-level is automatic as you described, but what about this hierarchy:
 
/Root
 /Root/Solution1/Solution1.sln
 /Root/Solution2/Solution2.sln
 
If I want to apply settings to both, I’d like be able to place a *.DotSettings file in either /Root or even the directory above it, and have it apply to both solutions. Is this possible? Can it be hooked automatically like this is for csproj files?

Thanks!</description>
		<content:encoded><![CDATA[<p>@Hadi,<br />
Thanks.  Actually I mis-spoke.  I’m actually looking for multi-solution settings. It sounds like solution-level is automatic as you described, but what about this hierarchy:</p>
<p>/Root<br />
 /Root/Solution1/Solution1.sln<br />
 /Root/Solution2/Solution2.sln</p>
<p>If I want to apply settings to both, I’d like be able to place a *.DotSettings file in either /Root or even the directory above it, and have it apply to both solutions. Is this possible? Can it be hooked automatically like this is for csproj files?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony Hunt</title>
		<link>http://blogs.jetbrains.com/dotnet/2012/01/per-project-settings-or-how-to-have-different-naming-styles-for-my-test-project/#comment-339999</link>
		<dc:creator>Tony Hunt</dc:creator>
		<pubDate>Thu, 19 Jan 2012 15:12:42 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/dotnet/2012/01/per-project-settings-or-how-to-have-different-naming-styles-for-my-test-project/#comment-339999</guid>
		<description>@Hadi, apologies for addressing you by your last name.</description>
		<content:encoded><![CDATA[<p>@Hadi, apologies for addressing you by your last name.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hadi Hariri</title>
		<link>http://blogs.jetbrains.com/dotnet/2012/01/per-project-settings-or-how-to-have-different-naming-styles-for-my-test-project/#comment-339998</link>
		<dc:creator>Hadi Hariri</dc:creator>
		<pubDate>Thu, 19 Jan 2012 15:11:45 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/dotnet/2012/01/per-project-settings-or-how-to-have-different-naming-styles-for-my-test-project/#comment-339998</guid>
		<description>@Tony

Yep. That works too!</description>
		<content:encoded><![CDATA[<p>@Tony</p>
<p>Yep. That works too!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony Hunt</title>
		<link>http://blogs.jetbrains.com/dotnet/2012/01/per-project-settings-or-how-to-have-different-naming-styles-for-my-test-project/#comment-339997</link>
		<dc:creator>Tony Hunt</dc:creator>
		<pubDate>Thu, 19 Jan 2012 14:56:39 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/dotnet/2012/01/per-project-settings-or-how-to-have-different-naming-styles-for-my-test-project/#comment-339997</guid>
		<description>That's a useful feature Hariri, thanks for that.

I've just come across an alternative method that targets tests:

http://atombrenner.blogspot.com/2010/07/how-to-change-resharper-naming-style.html

I just wish there was a naming style of SomeTitleCase_MoreTitleCase or even  SomeTitleCase_MoreTitleCase_MoreTitleCase.</description>
		<content:encoded><![CDATA[<p>That&#8217;s a useful feature Hariri, thanks for that.</p>
<p>I&#8217;ve just come across an alternative method that targets tests:</p>
<p><a href="http://atombrenner.blogspot.com/2010/07/how-to-change-resharper-naming-style.html" rel="nofollow">http://atombrenner.blogspot.com/2010/07/how-to-change-resharper-naming-style.html</a></p>
<p>I just wish there was a naming style of SomeTitleCase_MoreTitleCase or even  SomeTitleCase_MoreTitleCase_MoreTitleCase.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hadi Hariri</title>
		<link>http://blogs.jetbrains.com/dotnet/2012/01/per-project-settings-or-how-to-have-different-naming-styles-for-my-test-project/#comment-339976</link>
		<dc:creator>Hadi Hariri</dc:creator>
		<pubDate>Thu, 19 Jan 2012 07:34:06 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/dotnet/2012/01/per-project-settings-or-how-to-have-different-naming-styles-for-my-test-project/#comment-339976</guid>
		<description>@Tim, 

That's how it works by default now. When you save settings for solution, it saves them as a .sln.DotSettings file. That part is supported in the UI.</description>
		<content:encoded><![CDATA[<p>@Tim, </p>
<p>That&#8217;s how it works by default now. When you save settings for solution, it saves them as a .sln.DotSettings file. That part is supported in the UI.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

