Andreas Öhlund
Andreas Öhlund
While there is [a community system.text.json serializer](https://github.com/NServiceBusExtensions/NServiceBus.Json) we should consider supporting it as part of our offering. Since it's now part of .NET we should also consider including it as...
To align with the naming convention in this package Replaces https://github.com/Particular/NServiceBus/issues/5231
Other [similar projects have started to drop it ](https://masstransit-project.com/getting-started/upgrade-v6.html ) and given that [MS support ended 2016](https://support.microsoft.com/en-us/help/17455/lifecycle-faq-net-framework) we can also consider dropping it. What would be the highest new full...
Not specifying the [size of the parameters](https://docs.microsoft.com/en-us/dotnet/api/system.data.sqlclient.sqlparameter.size) forces the execution engine to convert parameters to the max size specified in the column definition. This increases CPU usage on the database...
When apicomparer.particular.net is released we should add the following section in our releasenotes Example for NServiceBus 4.3.3 ### API Changes [Previous](http://apicomparer.particular.net/compare/NServiceBus/4.3.2...4.3.3) [Since last major](http://apicomparer.particular.net/compare/NServiceBus/4.0...4.3.3) [Previous major](http://apicomparer.particular.net/compare/NServiceBus/3...4.3.3)
Seems like slack and a few other tools have issues with that formatting
That way we can pull that section into a `Breaking changes` section in the release notes. Example: https://github.com/Particular/NServiceBus.Host/issues/26
https://github.com/Particular/NServiceBus/commit/9c4ff8cd38dc6dbac8cbe22cd4cdb0ac4d05a557#commitcomment-4714712
I'm getting a 401 no matter what I try to execute against ravenhq. Any ideas? (both 2.0 and 2.5 gives the same error)