Cédric Luthi
Cédric Luthi
See https://stackoverflow.com/questions/730250/is-there-a-difference-between-throw-and-throw-ex/730255#730255
This is useful to store exception details when abandoning a message and still keeping the convenience of registering a message or session handler with `AutoComplete = true`. Replaces #646
Using a NSSet loses the ordering given by the feed source. I understand that this is a breaking API change and that you may not want to merge it but...
See guidance on [Cross-platform targeting](https://docs.microsoft.com/en-us/dotnet/standard/library-guidance/cross-platform-targeting#net-standard)
Westwind.Utilities dropped support for Microsoft.Data.Sqlite in https://github.com/RickStrahl/Westwind.Utilities/commit/f2bf12aa559aa580df64629c3812c4327986d0ad This change is reflected here in Westwind.Globalization, documentation, tests and sample code.
The [current NuGet package](https://www.nuget.org/packages/Mongo2Go/3.1.3) (version 3.1.3) weights 115 MB. Commit a932934998c298f0ea1386cc7b9cfbf7fdcc6f10 added support for Linux/arm64. Creating a new NuGet package with MongoDB 5.1.1 and the database tools 100.5.1 now weights...
With lowercase `yes` the java runtime gives this error: > Error: Could not find or load main class yes
Also set the CA2007 severity as warning which will end up as an error since `TreatWarningsAsErrors` is enabled. (But disable them in the test project where they are not required.)...