<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>Funq: a fast DI container you can understand</title><link>http://funq.codeplex.com/project/feeds/rss</link><description>This project provides a high performance DI framework by eliminating all runtime reflection through the use of lambdas and generic functions as factories.      Developed entirely in C&amp;#35; using TDD, it&amp;#39;s a container you can crack open and actually understand to the core.</description><item><title>Created Issue: NuGet package [2162]</title><link>http://funq.codeplex.com/workitem/2162</link><description>Any chance we could see a NuGet package for Funq&amp;#63; I really like to avoid committing assemblies to version control where possible.&lt;br /&gt;</description><author>richard_szalay</author><pubDate>Wed, 12 Dec 2012 20:49:05 GMT</pubDate><guid isPermaLink="false">Created Issue: NuGet package [2162] 20121212084905P</guid></item><item><title>Commented Issue: Corrupt hg repository with fix instructions [2161]</title><link>http://funq.codeplex.com/workitem/2161</link><description>I have no clue if Codeplex mundged this up or if something else is a problem but I wanted to give my fix steps for correcting the repository corruption I seem to be getting 100&amp;#37; of the time.&lt;br /&gt;&lt;br /&gt;First is cloning this properly. Be sure to use the advanced clone option called &amp;#34;Use uncompressed transfer&amp;#34;. The end result is a repo set at revision -1.&lt;br /&gt;&lt;br /&gt;Fix &amp;#35;1 - revision 3&lt;br /&gt;1&amp;#41; Clone a separate instance to revision 2. I called this funq.fixed.&lt;br /&gt;2&amp;#41; Download the Silverlight Toolkit December 2008 from here http&amp;#58;&amp;#47;&amp;#47;silverlight.codeplex.com&amp;#47;releases&amp;#47;view&amp;#47;19172&amp;#35;DownloadId&amp;#61;51431.&lt;br /&gt;3&amp;#41; Add Microsoft.Silverlight.Testing.dll and Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight.dll. to the the directory src&amp;#92;Lib&amp;#92;Silverlight UT. Commit.&lt;br /&gt;4&amp;#41; Now the fun part. Go into the hg directory .hg&amp;#92;store&amp;#92;data&amp;#92;src&amp;#92;_lib&amp;#92;_silverlight _u_t&amp;#92; and look for _microsoft._silverlight._testing.dll.i. Copy this to the main funq repository in the exact same location.&lt;br /&gt;5&amp;#41; Edit .hg&amp;#92;store&amp;#92;fncache and the line data&amp;#47;src&amp;#47;Lib&amp;#47;Silverlight UT&amp;#47;Microsoft.Silverlight.Testing.dll.i &amp;#40;I did mine underneath the existing entry for &amp;#42;Testing.dll.d&amp;#41;&lt;br /&gt;6&amp;#41; Update to revision 53 to prepare for fix &amp;#35;2&lt;br /&gt;&lt;br /&gt;Fix &amp;#35;2 - Revision 54&lt;br /&gt;1&amp;#41; Clone a copy of the fixed main repository up to revision 53 in a separate directory called funq.fixed2.&lt;br /&gt;2&amp;#41; Update Microsoft.Silverlight.Testing.dll from the April 2010 Silverlight Toolkit in src&amp;#92;Lib&amp;#92;Silverlight UT. Commit.&lt;br /&gt;3&amp;#41; Go into the hg directory .hg&amp;#92;store&amp;#92;data&amp;#92;src&amp;#92;_lib&amp;#92;_silverlight _u_t&amp;#92; and this time grab both _microsoft._silverlight._testing.dll.d and _microsoft._silverlight._testing.dll.i &amp;#40;the only difference is the .i and .d on the end&amp;#41; and paste BOTH FILES back to the same location in the main repository&lt;br /&gt;4&amp;#41; Now update to revision 54 and then to the latest revision and you should be set. I had to do this due to some file mismatches.&lt;br /&gt;&lt;br /&gt;This only matters for those of us that wish to fix their local repository. Going forward I should be able to see any updates. If you&amp;#39;d like, I can send you my repository if somehow your local version is corrupt. Unfortunately I don&amp;#39;t think codeplex can be fixed as easily but perhaps with these steps we could help them out&amp;#63;&lt;br /&gt;Comments: Amazing fix &amp;#64;w0rddriven, thanks&amp;#33; As Arthur C. Clarke said&amp;#58; &amp;#34;Any sufficiently advanced technology is indistinguishable from magic.&amp;#34;&amp;#10;This desperately needs fixing in the Codeplex repo. Gets my vote.</description><author>yeurch</author><pubDate>Thu, 15 Mar 2012 12:25:30 GMT</pubDate><guid isPermaLink="false">Commented Issue: Corrupt hg repository with fix instructions [2161] 20120315122530P</guid></item><item><title>Reviewed: Funq 1.0 (дек 23, 2011)</title><link>http://funq.codeplex.com/releases/view/53326#ReviewBy-andrew_khmylov</link><description>Rated 5 Stars &amp;#40;out of 5&amp;#41; - I find Funq very helpful for my WP7 projects.</description><author>andrew_khmylov</author><pubDate>Fri, 23 Dec 2011 21:39:16 GMT</pubDate><guid isPermaLink="false">Reviewed: Funq 1.0 (дек 23, 2011) 20111223093916P</guid></item><item><title>Created Issue: Corrupt hg repository with fix instructions [2161]</title><link>http://funq.codeplex.com/workitem/2161</link><description>I have no clue if Codeplex mundged this up or if something else is a problem but I wanted to give my fix steps for correcting the repository corruption I seem to be getting 100&amp;#37; of the time.&lt;br /&gt;&lt;br /&gt;First is cloning this properly. Be sure to use the advanced clone option called &amp;#34;Use uncompressed transfer&amp;#34;. The end result is a repo set at revision -1.&lt;br /&gt;&lt;br /&gt;Fix &amp;#35;1 - revision 3&lt;br /&gt;1&amp;#41; Clone a separate instance to revision 2. I called this funq.fixed.&lt;br /&gt;2&amp;#41; Download the Silverlight Toolkit December 2008 from here http&amp;#58;&amp;#47;&amp;#47;silverlight.codeplex.com&amp;#47;releases&amp;#47;view&amp;#47;19172&amp;#35;DownloadId&amp;#61;51431.&lt;br /&gt;3&amp;#41; Add Microsoft.Silverlight.Testing.dll and Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight.dll. to the the directory src&amp;#92;Lib&amp;#92;Silverlight UT. Commit.&lt;br /&gt;4&amp;#41; Now the fun part. Go into the hg directory .hg&amp;#92;store&amp;#92;data&amp;#92;src&amp;#92;_lib&amp;#92;_silverlight _u_t&amp;#92; and look for _microsoft._silverlight._testing.dll.i. Copy this to the main funq repository in the exact same location.&lt;br /&gt;5&amp;#41; Edit .hg&amp;#92;store&amp;#92;fncache and the line data&amp;#47;src&amp;#47;Lib&amp;#47;Silverlight UT&amp;#47;Microsoft.Silverlight.Testing.dll.i &amp;#40;I did mine underneath the existing entry for &amp;#42;Testing.dll.d&amp;#41;&lt;br /&gt;6&amp;#41; Update to revision 53 to prepare for fix &amp;#35;2&lt;br /&gt;&lt;br /&gt;Fix &amp;#35;2 - Revision 54&lt;br /&gt;1&amp;#41; Clone a copy of the fixed main repository up to revision 53 in a separate directory called funq.fixed2.&lt;br /&gt;2&amp;#41; Update Microsoft.Silverlight.Testing.dll from the April 2010 Silverlight Toolkit in src&amp;#92;Lib&amp;#92;Silverlight UT. Commit.&lt;br /&gt;3&amp;#41; Go into the hg directory .hg&amp;#92;store&amp;#92;data&amp;#92;src&amp;#92;_lib&amp;#92;_silverlight _u_t&amp;#92; and this time grab both _microsoft._silverlight._testing.dll.d and _microsoft._silverlight._testing.dll.i &amp;#40;the only difference is the .i and .d on the end&amp;#41; and paste BOTH FILES back to the same location in the main repository&lt;br /&gt;4&amp;#41; Now update to revision 54 and then to the latest revision and you should be set. I had to do this due to some file mismatches.&lt;br /&gt;&lt;br /&gt;This only matters for those of us that wish to fix their local repository. Going forward I should be able to see any updates. If you&amp;#39;d like, I can send you my repository if somehow your local version is corrupt. Unfortunately I don&amp;#39;t think codeplex can be fixed as easily but perhaps with these steps we could help them out&amp;#63;&lt;br /&gt;</description><author>w0rddriven</author><pubDate>Mon, 08 Aug 2011 15:53:46 GMT</pubDate><guid isPermaLink="false">Created Issue: Corrupt hg repository with fix instructions [2161] 20110808035346P</guid></item><item><title>New Comment on "Getting Started"</title><link>http://funq.codeplex.com/wikipage?title=Getting Started&amp;ANCHOR#C20469</link><description>Looking forward to Getting Started Guide&amp;#33; Thanks&amp;#33;</description><author>IuriiO</author><pubDate>Tue, 26 Jul 2011 21:51:21 GMT</pubDate><guid isPermaLink="false">New Comment on "Getting Started" 20110726095121P</guid></item><item><title>Source code checked in, #643423d8435e</title><link>http://funq.codeplex.com/SourceControl/changeset/changes/643423d8435e</link><description>Advanced the Funqlet nuget, improved folder organization, etc.</description><author>dcazzulino</author><pubDate>Thu, 14 Apr 2011 13:34:54 GMT</pubDate><guid isPermaLink="false">Source code checked in, #643423d8435e 20110414013454P</guid></item><item><title>Updated Wiki: Home</title><link>http://funq.codeplex.com/wikipage?version=7</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;This project provides a high performance DI framework by eliminating all runtime reflection through the use of lambdas and generic functions as factories.&lt;br /&gt;&lt;br /&gt;Developed entirely in C&amp;#35; using TDD, it&amp;#39;s a container you can crack open and actually understand to the core.&lt;br /&gt;&lt;br /&gt;To follow the entire process of creating Funq applying test-driven development, make sure you watch the &lt;a href="http://www.clariusconsulting.net/blogs/kzu/archive/2009/02/02/116399.aspx" class="externalLink"&gt;Funq Screencast Series&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Read the &lt;a href="http://funq.codeplex.com/wikipage?title=Getting%20Started&amp;referringTitle=Home"&gt;Getting Started&lt;/a&gt; guide.&lt;br /&gt;&lt;br /&gt;The initial version, for the CF, was created for the &lt;a href="http://mobile.codeplex.com" class="externalLink"&gt;Mobile Application Blocks&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>dcazzulino</author><pubDate>Thu, 14 Apr 2011 11:58:49 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20110414115849A</guid></item><item><title>New Post: Problem building from source</title><link>http://funq.codeplex.com/discussions/248339</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Building Funq.sln from changeset a6b122a40ab2 in VS 2010 fails with errors in Funq.Tests. That is, Funq.dll builds fine, but the tests do not.&lt;/p&gt;
&lt;p&gt;Is building inside VS supported? If so, is there something I need to set in the environment to get Funq.tests to build?&lt;/p&gt;
&lt;p&gt;The build errors all relate to Funq.Tests not having visibility into the internal objects of Funq. It appears that the InternalsVisibleTo attributes in src\Core\Funq\Properties\InternalsVisibleTo.cs are not having the desired effect.&lt;/p&gt;
&lt;p&gt;I was able to get Funq.Tests to build by turning off code-signing and removing the PublicKey data from the InternalsVisibleTo attributes. While this approach works in the sense that I can now run the supplied tests, I would prefer to avoid having to modify
 the source in order to build the full solution.&lt;/p&gt;
&lt;/div&gt;</description><author>lencharest</author><pubDate>Thu, 03 Mar 2011 18:18:43 GMT</pubDate><guid isPermaLink="false">New Post: Problem building from source 20110303061843P</guid></item><item><title>New Post: Project is dead?</title><link>http://funq.codeplex.com/Thread/View.aspx?ThreadId=242923</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;I am wondering will this project continue developed?&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:11.6667px"&gt;which application it was made for?Is it survive in production(I talk about web production)?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:12px"&gt;What can you say about similar project&amp;nbsp;&lt;a href="http://munq.codeplex.com/"&gt;http://munq.codeplex.com/&lt;/a&gt;?Is it faster or better?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:12px"&gt;&lt;br&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;</description><author>F0rc0sigan</author><pubDate>Sun, 23 Jan 2011 13:51:18 GMT</pubDate><guid isPermaLink="false">New Post: Project is dead? 20110123015118P</guid></item><item><title>Reviewed: Funq 1.0 (Jan 20, 2011)</title><link>http://funq.codeplex.com/releases/view/53326#ReviewBy-mjennings80</link><description>Rated 5 Stars &amp;#40;out of 5&amp;#41; - Thank you&amp;#33;</description><author>mjennings80</author><pubDate>Fri, 21 Jan 2011 02:08:09 GMT</pubDate><guid isPermaLink="false">Reviewed: Funq 1.0 (Jan 20, 2011) 20110121020809A</guid></item><item><title>New Post: Rebind possible</title><link>http://funq.codeplex.com/Thread/View.aspx?ThreadId=240450</link><description>&lt;div style="line-height: normal;"&gt;:)
&lt;div&gt;&lt;br&gt;
&lt;/div&gt;
&lt;div&gt;thanks!~&lt;br clear="all"&gt;
&lt;br&gt;
/kzu&lt;br&gt;
&lt;br&gt;
--&lt;br&gt;
Daniel Cazzulino | Developer Lead | MS MVP | Clarius Consulting | &amp;#43;1 425.329.3471&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;div&gt;On Tue, Jan 4, 2011 at 16:59, LOBOMINATOR &lt;span dir="ltr"&gt;&amp;lt;&lt;a href="mailto:notifications@codeplex.com"&gt;notifications@codeplex.com&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote style="margin:0 0 0 .8ex; border-left:1px #ccc solid; padding-left:1ex"&gt;
&lt;div&gt;
&lt;p&gt;From: LOBOMINATOR&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;As usual you are the man!&lt;br&gt;
&lt;br&gt;
Am 04.01.2011 um 20:50 schrieb &amp;quot;dcazzulino&amp;quot;&amp;lt;&lt;a href="mailto:notifications@codeplex.com" target="_blank"&gt;notifications@codeplex.com&lt;/a&gt;&amp;gt;:&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;blockquote type="cite"&gt;
&lt;div&gt;
&lt;p&gt;From: dcazzulino&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;absolutely. The latest registration wins. So you can just overwrite the previous registration.&lt;br clear="all"&gt;
&lt;br&gt;
/kzu&lt;br&gt;
&lt;br&gt;
--&lt;br&gt;
Daniel Cazzulino | Developer Lead | MS MVP | Clarius Consulting | &amp;#43;1 425.329.3471&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;div&gt;On Tue, Jan 4, 2011 at 16:06, LOBOMINATOR &lt;span dir="ltr"&gt;&amp;lt;&lt;a href="mailto:notifications@codeplex.com" target="_blank"&gt;&lt;/a&gt;&lt;a href="mailto:notifications@codeplex.com" target="_blank"&gt;notifications@codeplex.com&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote style="margin:0 0 0 .8ex; border-left:1px #ccc solid; padding-left:1ex"&gt;
&lt;div&gt;
&lt;p&gt;From: LOBOMINATOR&lt;/p&gt;
&lt;div&gt;
&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;For acceptance tests it would be very cool to just rebind certain types to a mock for example. This would mean I would use the standard defined resolution tree defined in the container but for certain dependencies I would like to rebind a certain registration.
 Is this possible?&lt;/p&gt;
&lt;p&gt;Daniel&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;Read the &lt;a href="http://funq.codeplex.com/Thread/View.aspx?ThreadId=240450&amp;ANCHOR#Post543859" target="_blank"&gt;
full discussion online&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To add a post to this discussion, reply to this email (&lt;a href="mailto:funq@discussions.codeplex.com?subject=[funq:240450]" target="_blank"&gt;&lt;/a&gt;&lt;a href="mailto:funq@discussions.codeplex.com" target="_blank"&gt;funq@discussions.codeplex.com&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;To start a new discussion for this project, email &lt;a href="mailto:funq@discussions.codeplex.com" target="_blank"&gt;
&lt;/a&gt;&lt;a href="mailto:funq@discussions.codeplex.com" target="_blank"&gt;funq@discussions.codeplex.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You are receiving this email because you subscribed to this discussion on CodePlex. You can
&lt;a href="https://funq.codeplex.com/subscriptions/thread/project/edit" target="_blank"&gt;
unsubscribe or change your settings&lt;/a&gt; on &lt;a href="http://codePlex.com" target="_blank"&gt;
codePlex.com&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Please note: Images and attachments will be removed from emails. Any posts to this discussion will also be available online at
&lt;a href="http://codeplex.com" target="_blank"&gt;&lt;/a&gt;&lt;a href="http://codeplex.com" target="_blank"&gt;codeplex.com&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/blockquote&gt;
&lt;/div&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/blockquote&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;p&gt;Read the &lt;a href="http://funq.codeplex.com/Thread/View.aspx?ThreadId=240450&amp;ANCHOR#Post543883" target="_blank"&gt;
full discussion online&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To add a post to this discussion, reply to this email (&lt;a href="mailto:funq@discussions.codeplex.com?subject=[funq:240450]" target="_blank"&gt;funq@discussions.codeplex.com&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;To start a new discussion for this project, email &lt;a href="mailto:funq@discussions.codeplex.com" target="_blank"&gt;
funq@discussions.codeplex.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You are receiving this email because you subscribed to this discussion on CodePlex. You can
&lt;a href="https://funq.codeplex.com/subscriptions/thread/project/edit" target="_blank"&gt;
unsubscribe or change your settings&lt;/a&gt; on codePlex.com.&lt;/p&gt;
&lt;p&gt;Please note: Images and attachments will be removed from emails. Any posts to this discussion will also be available online at
&lt;a href="http://codeplex.com" target="_blank"&gt;codeplex.com&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/blockquote&gt;
&lt;/div&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;/div&gt;</description><author>dcazzulino</author><pubDate>Tue, 04 Jan 2011 20:02:27 GMT</pubDate><guid isPermaLink="false">New Post: Rebind possible 20110104080227P</guid></item><item><title>New Post: Rebind possible</title><link>http://funq.codeplex.com/Thread/View.aspx?ThreadId=240450</link><description>&lt;div style="line-height: normal;"&gt;
&lt;div&gt;As usual you are the man!&lt;br&gt;
&lt;br&gt;
Am 04.01.2011 um 20:50 schrieb &amp;quot;dcazzulino&amp;quot;&amp;lt;&lt;a href="mailto:notifications@codeplex.com"&gt;notifications@codeplex.com&lt;/a&gt;&amp;gt;:&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;blockquote type="cite"&gt;
&lt;div&gt;
&lt;p&gt;From: dcazzulino&lt;/p&gt;
&lt;div id="x_x_ThreadNotificationPostBody"&gt;absolutely. The latest registration wins. So you can just overwrite the previous registration.&lt;br clear="all"&gt;
&lt;br&gt;
/kzu&lt;br&gt;
&lt;br&gt;
--&lt;br&gt;
Daniel Cazzulino | Developer Lead | MS MVP | Clarius Consulting | &amp;#43;1 425.329.3471&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;div&gt;On Tue, Jan 4, 2011 at 16:06, LOBOMINATOR &lt;span dir="ltr"&gt;&amp;lt;&lt;a href="mailto:notifications@codeplex.com"&gt;&lt;/a&gt;&lt;a href="mailto:notifications@codeplex.com"&gt;notifications@codeplex.com&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote style="margin:0 0 0 .8ex; border-left:1px #ccc solid; padding-left:1ex"&gt;
&lt;div&gt;
&lt;p&gt;From: LOBOMINATOR&lt;/p&gt;
&lt;div&gt;
&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;For acceptance tests it would be very cool to just rebind certain types to a mock for example. This would mean I would use the standard defined resolution tree defined in the container but for certain dependencies I would like to rebind a certain registration.
 Is this possible?&lt;/p&gt;
&lt;p&gt;Daniel&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;Read the &lt;a href="http://funq.codeplex.com/Thread/View.aspx?ThreadId=240450&amp;ANCHOR#Post543859" target="_blank"&gt;
full discussion online&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To add a post to this discussion, reply to this email (&lt;a href="mailto:funq@discussions.codeplex.com?subject=[funq:240450]" target="_blank"&gt;&lt;/a&gt;&lt;a href="mailto:funq@discussions.codeplex.com"&gt;funq@discussions.codeplex.com&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;To start a new discussion for this project, email &lt;a href="mailto:funq@discussions.codeplex.com" target="_blank"&gt;
&lt;/a&gt;&lt;a href="mailto:funq@discussions.codeplex.com"&gt;funq@discussions.codeplex.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You are receiving this email because you subscribed to this discussion on CodePlex. You can
&lt;a href="https://funq.codeplex.com/subscriptions/thread/project/edit" target="_blank"&gt;
unsubscribe or change your settings&lt;/a&gt; on &lt;a href="http://codePlex.com"&gt;codePlex.com&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Please note: Images and attachments will be removed from emails. Any posts to this discussion will also be available online at
&lt;a href="http://codeplex.com" target="_blank"&gt;&lt;/a&gt;&lt;a href="http://codeplex.com"&gt;codeplex.com&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/blockquote&gt;
&lt;/div&gt;
&lt;br&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/blockquote&gt;
&lt;/div&gt;</description><author>LOBOMINATOR</author><pubDate>Tue, 04 Jan 2011 19:58:57 GMT</pubDate><guid isPermaLink="false">New Post: Rebind possible 20110104075857P</guid></item><item><title>New Post: Rebind possible</title><link>http://funq.codeplex.com/Thread/View.aspx?ThreadId=240450</link><description>&lt;div style="line-height: normal;"&gt;absolutely. The latest registration wins. So you can just overwrite the previous registration.&lt;br clear="all"&gt;
&lt;br&gt;
/kzu&lt;br&gt;
&lt;br&gt;
--&lt;br&gt;
Daniel Cazzulino | Developer Lead | MS MVP | Clarius Consulting | &amp;#43;1 425.329.3471&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;div&gt;On Tue, Jan 4, 2011 at 16:06, LOBOMINATOR &lt;span dir="ltr"&gt;&amp;lt;&lt;a href="mailto:notifications@codeplex.com"&gt;notifications@codeplex.com&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote style="margin:0 0 0 .8ex; border-left:1px #ccc solid; padding-left:1ex"&gt;
&lt;div&gt;
&lt;p&gt;From: LOBOMINATOR&lt;/p&gt;
&lt;div&gt;
&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;For acceptance tests it would be very cool to just rebind certain types to a mock for example. This would mean I would use the standard defined resolution tree defined in the container but for certain dependencies I would like to rebind a certain registration.
 Is this possible?&lt;/p&gt;
&lt;p&gt;Daniel&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;p&gt;Read the &lt;a href="http://funq.codeplex.com/Thread/View.aspx?ThreadId=240450&amp;ANCHOR#Post543859" target="_blank"&gt;
full discussion online&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To add a post to this discussion, reply to this email (&lt;a href="mailto:funq@discussions.codeplex.com?subject=[funq:240450]" target="_blank"&gt;funq@discussions.codeplex.com&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;To start a new discussion for this project, email &lt;a href="mailto:funq@discussions.codeplex.com" target="_blank"&gt;
funq@discussions.codeplex.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You are receiving this email because you subscribed to this discussion on CodePlex. You can
&lt;a href="https://funq.codeplex.com/subscriptions/thread/project/edit" target="_blank"&gt;
unsubscribe or change your settings&lt;/a&gt; on codePlex.com.&lt;/p&gt;
&lt;p&gt;Please note: Images and attachments will be removed from emails. Any posts to this discussion will also be available online at
&lt;a href="http://codeplex.com" target="_blank"&gt;codeplex.com&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/blockquote&gt;
&lt;/div&gt;
&lt;br&gt;
&lt;/div&gt;</description><author>dcazzulino</author><pubDate>Tue, 04 Jan 2011 19:50:47 GMT</pubDate><guid isPermaLink="false">New Post: Rebind possible 20110104075047P</guid></item><item><title>New Post: Rebind possible</title><link>http://funq.codeplex.com/Thread/View.aspx?ThreadId=240450</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;For acceptance tests it would be very cool to just rebind certain types to a mock for example. This would mean I would use the standard defined resolution tree defined in the container but for certain dependencies I would like to rebind a certain registration.
 Is this possible?&lt;/p&gt;
&lt;p&gt;Daniel&lt;/p&gt;
&lt;/div&gt;</description><author>LOBOMINATOR</author><pubDate>Tue, 04 Jan 2011 19:06:28 GMT</pubDate><guid isPermaLink="false">New Post: Rebind possible 20110104070628P</guid></item><item><title>New Post: Status of the project</title><link>http://funq.codeplex.com/Thread/View.aspx?ThreadId=237460</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Sorry, in the samples I only found the &amp;quot;Performance&amp;quot; sample... which sample are you referring to?&lt;/p&gt;
&lt;/div&gt;</description><author>simonech</author><pubDate>Wed, 08 Dec 2010 16:03:08 GMT</pubDate><guid isPermaLink="false">New Post: Status of the project 20101208040308P</guid></item><item><title>New Post: Status of the project</title><link>http://funq.codeplex.com/Thread/View.aspx?ThreadId=237460</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;OK, I'll have a look at the sample code.&lt;/p&gt;
&lt;p&gt;I was exactly planning to use it with WP7, to avoid all the reflection that might slow the WP7 app a bit too much&lt;/p&gt;
&lt;p&gt;Thx&lt;/p&gt;
&lt;p&gt;Simone&lt;/p&gt;
&lt;/div&gt;</description><author>simonech</author><pubDate>Wed, 08 Dec 2010 14:31:34 GMT</pubDate><guid isPermaLink="false">New Post: Status of the project 20101208023134P</guid></item><item><title>New Post: Status of the project</title><link>http://funq.codeplex.com/Thread/View.aspx?ThreadId=237460</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;There is a sample in the source code that shows funqlets. They basically configure a container for you.&lt;/p&gt;
&lt;p&gt;This is production quality. It's the IoC used by the p&amp;amp;p guidance on building WP7 apps, for example.&lt;/p&gt;
&lt;p&gt;There is a new feature coming which will do the automatic registrations based on MEF Import/Export attributes, at *built-time*, so that it continues to be blazingly fast at runtime for mobile use (or desktop/server).&lt;/p&gt;
&lt;/div&gt;</description><author>dcazzulino</author><pubDate>Tue, 07 Dec 2010 16:38:55 GMT</pubDate><guid isPermaLink="false">New Post: Status of the project 20101207043855P</guid></item><item><title>New Post: Status of the project</title><link>http://funq.codeplex.com/Thread/View.aspx?ThreadId=237460</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;I'm wondering which is the status of the project.&lt;/p&gt;
&lt;p&gt;I saw there was a 1.0 release in October, but I have seen very little going on in this discussion group.&lt;/p&gt;
&lt;p&gt;Also I don't understand if this is just a PoC or a really production-grade IoC container: I can't find any documentation on how to used it beside the basic features:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;div style="color:black; background-color:white"&gt;
&lt;pre&gt;Container container = &lt;span style="color:blue"&gt;new&lt;/span&gt; Container();
container.Register&amp;lt;IClimbingTools&amp;gt;(c =&amp;gt; &lt;span style="color:blue"&gt;new&lt;/span&gt; QuickDraws());
container.Register(c =&amp;gt; &lt;span style="color:blue"&gt;new&lt;/span&gt; Climber(c.Resolve&amp;lt;IClimbingTools&amp;gt;()));
&lt;span style="color:blue"&gt;var&lt;/span&gt; climber = container.Resolve&amp;lt;Climber&amp;gt;();
&lt;/pre&gt;
&lt;/div&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Is there something else I am missing? Most IoC container have features to select dependencies based on conditions: in Funq do we have to define all these conditions ourselves in the factory parameter of the Register method?&lt;/p&gt;
&lt;p&gt;In the intellisense I found a IFunqlet interface, but I didn't find any method that accept is a parameter: my&amp;nbsp;understanding&amp;nbsp;is that the Funqlet should&amp;nbsp;contain&amp;nbsp;the &amp;quot;configuration&amp;quot; of a specific module of your app (like a Module in Ninject),
 but how do I provide it to the container?&lt;/p&gt;
&lt;p&gt;Thank you&lt;/p&gt;
&lt;p&gt;Simone&lt;/p&gt;
&lt;/div&gt;</description><author>simonech</author><pubDate>Tue, 07 Dec 2010 16:31:58 GMT</pubDate><guid isPermaLink="false">New Post: Status of the project 20101207043158P</guid></item><item><title>New Post: Problem with repository?</title><link>http://funq.codeplex.com/Thread/View.aspx?ThreadId=236977</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I'm trying to clone the repository but there seems to be some problem with it:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;pre&gt;C:\Users\Daniel\Programming&amp;gt;hg clone https://hg01.codeplex.com/funq&lt;/pre&gt;
&lt;pre&gt;destination directory: funq&lt;/pre&gt;
&lt;pre&gt;requesting all changes&lt;/pre&gt;
&lt;pre&gt;adding changesets&lt;/pre&gt;
&lt;pre&gt;adding manifests&lt;/pre&gt;
&lt;pre&gt;adding file changes&lt;/pre&gt;
&lt;pre&gt;transaction abort!&lt;/pre&gt;
&lt;pre&gt;rollback completed&lt;/pre&gt;
&lt;pre&gt;abort: premature EOF reading chunk (got 175602 bytes, expected 236444)&lt;/pre&gt;
&lt;pre&gt;&lt;br&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;br&gt;&lt;/pre&gt;
&lt;p&gt;&lt;/p&gt;
&lt;/div&gt;</description><author>daniel_lidstrom</author><pubDate>Fri, 03 Dec 2010 08:10:08 GMT</pubDate><guid isPermaLink="false">New Post: Problem with repository? 20101203081008A</guid></item><item><title>Source code checked in, #a6b122a40ab2</title><link>http://funq.codeplex.com/SourceControl/changeset/changes/a6b122a40ab2</link><description>Updated build script for msbuild funqlet support.</description><author>dcazzulino</author><pubDate>Tue, 12 Oct 2010 14:38:53 GMT</pubDate><guid isPermaLink="false">Source code checked in, #a6b122a40ab2 20101012023853P</guid></item></channel></rss>