NServiceBus.Persistence.Sql
NServiceBus.Persistence.Sql copied to clipboard
NServiceBus.Persistence.Sql.CommandLine on .net 7
At the moment you can't run the command line sql-persistence
on a .net 7 only machine.
We have to add .net6 to our build pipelines only for the sql-persistence tool to run. Not a big issue, but it's a bit of overhead that's slowing down the pipeline.
Hi @jenspettersson
Thanks for reporting this. We have a task to review all of our CLI tools for .NET 7 compatibility. We'll make sure this is on the list and will update this issue when it's done.
Just saw your PR for this. I'll see if we can get that reviewed so we can deploy this right away.