Mogens Heller Grabe
Mogens Heller Grabe
Check out @bbgone 's [fork](https://github.com/BBGONE/REBUS-Fork) and compare CPU usage and message throughput before/after.
Fix it so that disposing the RocksDb instance twice does not throw `AccessViolationException` and crash the process. Fixes #76
When formatting stuff to text, the thread's current culture is used e.g. to format decimals, which in Denmark could look like this: 0,18343 In English-speaking countries, it would look like...
When a command is invoked without all of the required arguments, only the help text for the required arguments is shown (IIRC) All possible arguments should be shown, only with...
When a cli app has only one command, it should be possible to make it default like this: - just implement `ICommand` - `Go.Run();` which allows for - no need...
Similar to how `[Example("whatever")]` can be used to show example values, an `[AllowedValue("someValue")]` attribute should be used to specify which values are allowed. Could be simple like the one above...
I configured the notifier to send notifications to a channel called `#teamcity`, and the "Send test notification" button works as it should. However, when I configure Slack Notifier under "Notification...
**Version Information** Relates to Hyperion 0.12.2 **Describe the bug** When roundtripping an object derived from a collection type, it seems like the object itself does not get its fields included....
Similar to how you can upsertHelper.CreateSchema(); it would be neat if there was a upsertHelper.ValidateSchema(validateDataType: true, validateTable: true); which would then validate that the current layout of the row class...
Because [column sizes are tricky when they are `NVARCHAR`s and they are used in an index](http://dba.stackexchange.com/questions/122000/why-sql-server-has-900-byte-index-size-limit), it should be possible to configure the sizes. It could look like this: Configure.With(...)...