There are unit tests as part of the build. I am also running the interop tests (and fixing, so there will need to be a new RC). That will be the full extent of quality control for the .Net release.
I just dumped the svn log to create the release notes, as I was not feeling inclined to do a nicer job of it. If anyone should feel like writing some better release notes, please do. Rupert On 02/08/07, Rajith Attapattu <[EMAIL PROTECTED]> wrote: > > Rupert, > > Is this on the RC ? or is this the trunk? > Btw have u guys tested the RC? > > Regards, > > Rajith > > On 8/2/07, Rupert Smith <[EMAIL PROTECTED]> wrote: > > > > After I set a method receiver and start the connection: > > > > consumer.OnMessage += new MessageReceivedDelegate(OnMessage); > > connection.Start(); > > > > my program continues to its end point. Then it exist and terminates the > > connection. I think previously the .Net would keep running until the > > message delivery thread was terminated. Has the .Net code been changed > so > > that it works differently now? If so, how do I join to the delivery > thread > > to prevent my program from terminating prematurely? Thanks. > > > > Rupert > > >
