Thomas Unger
Thomas Unger
This implements #162 and #107. ## Main changes - Redirect `Logger` output to `InMemoryLogger` instances per thread. - Adds two build strategies: sequential and parallel - Adds progress reporters: -...
### Usage Information NUKE 6.0.1 / SDK 6.0.302 / Windows 11 ### Description When providing a rooted AbsolutePath parameter from a profile, it fails with: ``` [ERR] Unhandled exception: Second...
The quickstart / documentation doesn't state that one needs to run some queries on the target database in order to use Nevermore. https://github.com/OctopusDeploy/Nevermore/tree/master/source/Nevermore/UpgradeScripts I figure it works best when using...
Use case: migrate existing table/entity to Nevermore. When adding a JSON column as NULLable, and it contains NULL, no properties are deserialized, not even column-bound properties. ```csharp public class ReportState...
Quickstart states that `The only assumption is that you'll provide an "Id" property which is a string (though it doesn't have to be a string).` Unfortunately, there is not yet...
### What would you like to be added or enhanced? Behavior of the reason codes changed between emqx v4 and v5. For failed authentications, v4 would send `ReasonCode=4` (bad_username_or_password), whereas...