<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>NMock3 Issue Tracker Rss Feed</title><link>http://nmock3.codeplex.com/WorkItem/List.aspx</link><description>NMock3 Issue Tracker Rss Description</description><item><title>Reopened Issue: MockStyle.Transparent not working as expected [10152]</title><link>http://nmock3.codeplex.com/workitem/10152</link><description>When a Mock is created with mockStyle &amp;#61; MockStyle.Transparent, the underlying implementation is executed even when an Expect or Stub statement is used to override certain functions or properties.  The return value of the function or property is correctly set according by the WillReturn&amp;#40;&amp;#41; statement, so it appears that the underlying implementation is executed, and its return value discarded.  Exceptions are not disregarded this way.  In my case, they are being thrown to NUnit and resulting in failing tests.&lt;br /&gt;</description><author>pwolfe</author><pubDate>Fri, 14 Jun 2013 07:22:58 GMT</pubDate><guid isPermaLink="false">Reopened Issue: MockStyle.Transparent not working as expected [10152] 20130614072258A</guid></item><item><title>Closed Issue: MockStyle.Transparent not working as expected [10152]</title><link>http://nmock3.codeplex.com/workitem/10152</link><description>When a Mock is created with mockStyle &amp;#61; MockStyle.Transparent, the underlying implementation is executed even when an Expect or Stub statement is used to override certain functions or properties.  The return value of the function or property is correctly set according by the WillReturn&amp;#40;&amp;#41; statement, so it appears that the underlying implementation is executed, and its return value discarded.  Exceptions are not disregarded this way.  In my case, they are being thrown to NUnit and resulting in failing tests.&lt;br /&gt;</description><author>pwolfe</author><pubDate>Thu, 16 May 2013 10:41:24 GMT</pubDate><guid isPermaLink="false">Closed Issue: MockStyle.Transparent not working as expected [10152] 20130516104124A</guid></item><item><title>Created Issue: MockStyle.Transparent not working as expected [10152]</title><link>http://nmock3.codeplex.com/workitem/10152</link><description>When a Mock is created with mockStyle &amp;#61; MockStyle.Transparent, the underlying implementation is executed even when an Expect or Stub statement is used to override certain functions or properties.  The return value of the function or property is correctly set according by the WillReturn&amp;#40;&amp;#41; statement, so it appears that the underlying implementation is executed, and its return value discarded.  Exceptions are not disregarded this way.  In my case, they are being thrown to NUnit and resulting in failing tests.&lt;br /&gt;</description><author>brianFaires</author><pubDate>Tue, 08 May 2012 23:30:51 GMT</pubDate><guid isPermaLink="false">Created Issue: MockStyle.Transparent not working as expected [10152] 20120508113051P</guid></item><item><title>Closed Issue: Exception when using NMock3 - Beta 6, .NET 3.5 [6671]</title><link>http://nmock3.codeplex.com/workitem/6671</link><description>Hi,&lt;br /&gt;&lt;br /&gt;when I use the binary for .Net 3.5 I get the exception &lt;br /&gt;&amp;#34;Type &amp;#39;foo&amp;#39; from assembly &amp;#39;DynamicProxyGenAssembly2, Version&amp;#61;0.0.0.0, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;null&amp;#39; is attempting to implement an inaccessible interface&amp;#34;&lt;br /&gt;The mocked interface is public an defined in the same assembly like the mock-call.&lt;br /&gt;&lt;br /&gt;Compiled for .Net 4 with a reference to the .Net 4-mock-binary my little test works fine.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Dirk&lt;br /&gt;Comments: &lt;p&gt;Closing because of no response since 9&amp;#47;16&amp;#47;10.  Suggest to try with current version.&lt;/p&gt;</description><author>pwolfe</author><pubDate>Wed, 27 Jul 2011 20:28:11 GMT</pubDate><guid isPermaLink="false">Closed Issue: Exception when using NMock3 - Beta 6, .NET 3.5 [6671] 20110727082811P</guid></item><item><title>Closed Issue: (Duplicate Please delete) Expects.Exactly(int) doesn't work as expected [8189]</title><link>http://nmock3.codeplex.com/workitem/8189</link><description>I believe there is an issue with the Expects.Exactly&amp;#40;int&amp;#41; functionality.  The code appears to check that the actual number of calls does not exceed the number of expected calls.  Consider the following scenarios&lt;br /&gt;&lt;br /&gt;Scenario 1&amp;#58;&lt;br /&gt; Expect Exactly &amp;#61; 4&lt;br /&gt; Actual &amp;#61; 4 passes as expected&lt;br /&gt;&lt;br /&gt;Scenario 2&amp;#58;&lt;br /&gt; Expect Exactly &amp;#61; 4&lt;br /&gt; Actual &amp;#61; 5 fails as expected&lt;br /&gt;&lt;br /&gt;scenario 3&amp;#58;&lt;br /&gt; Expect Exactly  &amp;#61; 4&lt;br /&gt; Actual &amp;#61; 3  passes when it should faile&lt;br /&gt;Comments: &lt;p&gt;duplicate&lt;/p&gt;</description><author>pwolfe</author><pubDate>Wed, 27 Jul 2011 20:17:02 GMT</pubDate><guid isPermaLink="false">Closed Issue: (Duplicate Please delete) Expects.Exactly(int) doesn't work as expected [8189] 20110727081702P</guid></item><item><title>Commented Issue: Expects.Exactly(int) doesn't work as expected [8190]</title><link>http://nmock3.codeplex.com/workitem/8190</link><description>I believe there is an issue with the Expects.Exactly&amp;#40;int&amp;#41; functionality.  The code appears to check that the actual number of calls does not exceed the number of expected calls.  Consider the following scenarios&lt;br /&gt;&lt;br /&gt;Scenario 1&amp;#58;&lt;br /&gt; Expect Exactly &amp;#61; 4&lt;br /&gt; Actual &amp;#61; 4 passes as expected&lt;br /&gt;&lt;br /&gt;Scenario 2&amp;#58;&lt;br /&gt; Expect Exactly &amp;#61; 4&lt;br /&gt; Actual &amp;#61; 5 fails as expected&lt;br /&gt;&lt;br /&gt;scenario 3&amp;#58;&lt;br /&gt; Expect Exactly  &amp;#61; 4&lt;br /&gt; Actual &amp;#61; 3  passes when it should faile&lt;br /&gt;Comments: ** Comment from web user: pwolfe ** &lt;p&gt;I do not see this behavior.  Can you please post a unit test that demostrates it&amp;#63;  There are specific unit tests in the code base that are testing this functionality and they are passing.  Thanks.&lt;/p&gt;</description><author>pwolfe</author><pubDate>Wed, 27 Jul 2011 20:16:30 GMT</pubDate><guid isPermaLink="false">Commented Issue: Expects.Exactly(int) doesn't work as expected [8190] 20110727081630P</guid></item><item><title>Created Issue: Expects.Exactly(int) doesn't work as expected [8190]</title><link>http://nmock3.codeplex.com/workitem/8190</link><description>I believe there is an issue with the Expects.Exactly&amp;#40;int&amp;#41; functionality.  The code appears to check that the actual number of calls does not exceed the number of expected calls.  Consider the following scenarios&lt;br /&gt;&lt;br /&gt;Scenario 1&amp;#58;&lt;br /&gt; Expect Exactly &amp;#61; 4&lt;br /&gt; Actual &amp;#61; 4 passes as expected&lt;br /&gt;&lt;br /&gt;Scenario 2&amp;#58;&lt;br /&gt; Expect Exactly &amp;#61; 4&lt;br /&gt; Actual &amp;#61; 5 fails as expected&lt;br /&gt;&lt;br /&gt;scenario 3&amp;#58;&lt;br /&gt; Expect Exactly  &amp;#61; 4&lt;br /&gt; Actual &amp;#61; 3  passes when it should faile&lt;br /&gt;</description><author>sgmeyer</author><pubDate>Wed, 02 Mar 2011 18:23:25 GMT</pubDate><guid isPermaLink="false">Created Issue: Expects.Exactly(int) doesn't work as expected [8190] 20110302062325P</guid></item><item><title>Created Issue: Expects.Exactly(int) doesn't work as expected [8189]</title><link>http://nmock3.codeplex.com/workitem/8189</link><description>I believe there is an issue with the Expects.Exactly&amp;#40;int&amp;#41; functionality.  The code appears to check that the actual number of calls does not exceed the number of expected calls.  Consider the following scenarios&lt;br /&gt;&lt;br /&gt;Scenario 1&amp;#58;&lt;br /&gt; Expect Exactly &amp;#61; 4&lt;br /&gt; Actual &amp;#61; 4 passes as expected&lt;br /&gt;&lt;br /&gt;Scenario 2&amp;#58;&lt;br /&gt; Expect Exactly &amp;#61; 4&lt;br /&gt; Actual &amp;#61; 5 fails as expected&lt;br /&gt;&lt;br /&gt;scenario 3&amp;#58;&lt;br /&gt; Expect Exactly  &amp;#61; 4&lt;br /&gt; Actual &amp;#61; 3  passes when it should faile&lt;br /&gt;</description><author>sgmeyer</author><pubDate>Wed, 02 Mar 2011 18:23:20 GMT</pubDate><guid isPermaLink="false">Created Issue: Expects.Exactly(int) doesn't work as expected [8189] 20110302062320P</guid></item><item><title>Commented Issue: Exception when using NMock3 - Beta 6, .NET 3.5 [6671]</title><link>http://nmock3.codeplex.com/workitem/6671</link><description>Hi,&lt;br /&gt;&lt;br /&gt;when I use the binary for .Net 3.5 I get the exception &lt;br /&gt;&amp;#34;Type &amp;#39;foo&amp;#39; from assembly &amp;#39;DynamicProxyGenAssembly2, Version&amp;#61;0.0.0.0, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;null&amp;#39; is attempting to implement an inaccessible interface&amp;#34;&lt;br /&gt;The mocked interface is public an defined in the same assembly like the mock-call.&lt;br /&gt;&lt;br /&gt;Compiled for .Net 4 with a reference to the .Net 4-mock-binary my little test works fine.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Dirk&lt;br /&gt;Comments: ** Comment from web user: pwolfe ** &lt;p&gt;Your setup seems right.  Can you provide a code sample&amp;#63;  &lt;/p&gt;</description><author>pwolfe</author><pubDate>Thu, 16 Sep 2010 18:19:05 GMT</pubDate><guid isPermaLink="false">Commented Issue: Exception when using NMock3 - Beta 6, .NET 3.5 [6671] 20100916061905P</guid></item><item><title>Created Issue: Exception when using NMock3 - Beta 6, .NET 3.5 [6671]</title><link>http://nmock3.codeplex.com/workitem/6671</link><description>Hi,&lt;br /&gt;&lt;br /&gt;when I use the binary for .Net 3.5 I get the exception &lt;br /&gt;&amp;#34;Type &amp;#39;foo&amp;#39; from assembly &amp;#39;DynamicProxyGenAssembly2, Version&amp;#61;0.0.0.0, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;null&amp;#39; is attempting to implement an inaccessible interface&amp;#34;&lt;br /&gt;The mocked interface is public an defined in the same assembly like the mock-call.&lt;br /&gt;&lt;br /&gt;Compiled for .Net 4 with a reference to the .Net 4-mock-binary my little test works fine.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Dirk&lt;br /&gt;</description><author>Bitbierchen</author><pubDate>Thu, 08 Jul 2010 07:36:30 GMT</pubDate><guid isPermaLink="false">Created Issue: Exception when using NMock3 - Beta 6, .NET 3.5 [6671] 20100708073630A</guid></item><item><title>Closed Issue: Build event for NMock2 has invalid path [5203]</title><link>http://nmock3.codeplex.com/WorkItem/View.aspx?WorkItemId=5203</link><description>The path to the Castle.DynamicProxy2.dll is invalid.  This causes a reference to the dll necessary when using NMock3.&lt;br /&gt;Comments: Resolved with changeset 40296.</description><author>pwolfe</author><pubDate>Wed, 13 Jan 2010 06:46:20 GMT</pubDate><guid isPermaLink="false">Closed Issue: Build event for NMock2 has invalid path [5203] 20100113064620A</guid></item><item><title>Closed Issue: Build number should be a manual update [5202]</title><link>http://nmock3.codeplex.com/WorkItem/View.aspx?WorkItemId=5202</link><description>The build number shouldn&amp;#39;t be a .&amp;#42; but a manually incremented number.&lt;br /&gt;Comments: Resolved with changeset 40296.</description><author>pwolfe</author><pubDate>Wed, 13 Jan 2010 06:46:20 GMT</pubDate><guid isPermaLink="false">Closed Issue: Build number should be a manual update [5202] 20100113064620A</guid></item><item><title>Closed Issue: Handling non-void return types from MethodWith [5201]</title><link>http://nmock3.codeplex.com/WorkItem/View.aspx?WorkItemId=5201</link><description>MethodWith can only handle void return types and classes that have default constructors because of a MessageGrabber limitation.&lt;br /&gt;Comments: Resolved with changeset 40296.</description><author>pwolfe</author><pubDate>Wed, 13 Jan 2010 06:46:19 GMT</pubDate><guid isPermaLink="false">Closed Issue: Handling non-void return types from MethodWith [5201] 20100113064619A</guid></item><item><title>Created Issue: Build event for NMock2 has invalid path [5203]</title><link>http://nmock3.codeplex.com/WorkItem/View.aspx?WorkItemId=5203</link><description>The path to the Castle.DynamicProxy2.dll is invalid.  This causes a reference to the dll necessary when using NMock3.&lt;br /&gt;</description><author>pwolfe</author><pubDate>Wed, 13 Jan 2010 06:45:07 GMT</pubDate><guid isPermaLink="false">Created Issue: Build event for NMock2 has invalid path [5203] 20100113064507A</guid></item><item><title>Created Issue: Build number should be a manual update [5202]</title><link>http://nmock3.codeplex.com/WorkItem/View.aspx?WorkItemId=5202</link><description>The build number shouldn&amp;#39;t be a .&amp;#42; but a manually incremented number.&lt;br /&gt;</description><author>pwolfe</author><pubDate>Wed, 13 Jan 2010 06:43:56 GMT</pubDate><guid isPermaLink="false">Created Issue: Build number should be a manual update [5202] 20100113064356A</guid></item><item><title>Created Issue: Handling non-void return types from MethodWith [5201]</title><link>http://nmock3.codeplex.com/WorkItem/View.aspx?WorkItemId=5201</link><description>MethodWith can only handle void return types and classes that have default constructors because of a MessageGrabber limitation.&lt;br /&gt;</description><author>pwolfe</author><pubDate>Wed, 13 Jan 2010 06:42:28 GMT</pubDate><guid isPermaLink="false">Created Issue: Handling non-void return types from MethodWith [5201] 20100113064228A</guid></item></channel></rss>