Kendall Bennett
Kendall Bennett
I am changing our code over to use the latest beta as it should be identical to our packages. Assuming no issues, can we get official builds?
Well something is different so we had to roll it back. I will need to compare what is different in my tree and the official trees to see if maybe...
Ok tested against latest code and it all works. Except for Autofac. That appears to have had quite a few changes since 7.x for the 8.x version and I suspect...
Ahh, it was changed somewhat in that you now have to resolve IBusStarter and call start on it to start the bus, if you are not automatically starting it (we...
Yes we are live in production with it now.
I see the official 7.0 is not out yet. I have not updated past 7.0.0-b5. Is there an ETA on the final release?
Hmm, is there a reason you updated the dependencies for Newtonsoft and Json.net in RC4? This causes conflicts for me and sometimes when things get changed like that I end...
Well it still has System.Text.Json 6.0.0 as a dependency, while up to RC2 they all used this: Microsoft.CSharp >= 4.7.0 Newtonsoft.Json >= 11.0.1 system.text.json >= 5.0.0 We are already on...
Yeah, just moving to 6.0 of System.Text.Json in our code is causing tons of binding redirect errors I need to sort out. I can certainly do that if moving up...
I managed to get it updated. I updates System.Text.Json to 6.0.7 and then had to update Microsoft.Bcl.AsyncInterfaces to 6.0.0 also. But that seems to be in. I can test RC5...