Dave Tillman
Dave Tillman
After further investigation the following seems like the way forward for net5.0. BinaryFormatter is a serialization tech that has been in .NET Frameworks for years and is widely used. The...
.NET 7 puts this behind an AppContext switch to enable/disable... Looks like it will be disabled by default for .NET 7
@deepakapj : Thanks ... I'm getting ready to look at this... and was wondering if you had any more detail on your environment/setup ... are you using Docker (.e. g....
@bradLucifer Thanks for the contribution... I will have a look at this shortly! Dave
@bradLucifer Thanks for the nudge ... fighting another issue... will have a look shortly!
@bradLucifer : Looking at this... Seems it is very similar to the https://github.com/SteeltoeOSS/Samples/tree/main/Messaging/src/RabbitMQWeb2 sample ... did you notice this sample? Could we just update it (RabbitMQWeb2) with changes that you...
If I remember correctly, there are still a few skipped tests that depend on fixes from Microsoft that might appear in 7.0.
@Isuama : I pushed a Fortune Teller sample solution that has Docker enabled that should help you understand how to set this up. The sample was created using the built-in...
@Isuama, If you need to control what is registered in eureka, then you can set registrationMethod=hostName and then put a value in the hostName setting (DNS or IP address). That...
Can you provide a sample app that illustrates this problem... Thanks