<div dir="ltr">Hello all,<div><br></div><div>I was involved with the obsoleting of all .NET 1.1 pre-generic collection code (bug25552).  This was a pre-requisite for supporting the WinRT version of the .NET framework as the non-generic collections had disappeared.</div>
<div><br></div><div>I have implemented most of the changes necessary for the RabbitMQ .NET client to run in a Windows 8.x store app.  I have also been using my changes in production for a year now now.  I just re-based the changes forward to the most recent stable version and would like to contribute them to the mainline code. </div>
<div><br></div><div>There are a couple issues that still need to be worked through:<br></div><div><ul><li>Can the CI build be on a Windows 8/Server 2012 machine? Or is the build going to have to be ran separately just for this DLL?</li>
<li>How is the NuGet package going to be updated?</li><li>I haven't tested SSL.</li><li>The unit tests are currently partially ported to MSTest, but this is primarily because of reading WinRT configuration data doesn't work on the desktop, I think I should drop that entirely (Protocols.FromConfiguration(string)).</li>
</ul><div>You can preview the changes here:</div></div><div><a href="https://bitbucket.org/nathanbrown/rabbitmq-dotnet-client/branch/WinStore?head=dfab23238460732fd5afb9fd473f91babe55dbb5">https://bitbucket.org/nathanbrown/rabbitmq-dotnet-client/branch/WinStore</a><br>
</div><div><br></div><div>If someone open an issue and give me the bug number, I can move my changes to a branch with that name.</div><div><br></div><div>Please let me know if you have any questions or feedback.</div><div>
<br></div><div>Thanks,</div><div>Nathan Brown<br></div></div>