Anders Wåglund
Anders Wåglund
*Edit* Store always uses string keys and patch always uses integer keys no matter if `SaveEnumsAsIntegers` is specified or not. ------- Store does not store enums as integers for dictionary...
When patching a dictionary with a value from a property instead of a value in a variable a `InvalidCastException` or `NotSupportedException` is thrown. ```cs // ✅ [RavenTheory(RavenTestCategory.ClientApi | RavenTestCategory.Patching)] [RavenData(DatabaseMode...
used a combination of https://michaelcurrin.github.io/badge-generator/#/package, https://shields.io/badges/dynamic-xml-badge & https://shields.io/badges/static-badge
### Issue link https://issues.hibernatingrhinos.com/issue/RavenDB-22084/Dictionary-inconsistencies-between-store-and-patch-when-specifying-SaveEnumsAsIntegers ### Additional description Enums was serialized diffrently depending of diffrent use cases: - Patching a single enum values always used `.ToString()` instead of respecting `SaveEnumsAsIntegers`. -...
When calling `ConditionalLoadAsync` in the same session that has called `LoadAsync` throws System.InvalidOperationException : `Disposing session with active async task is forbidden, please make sure that all asynchronous session methods...
### 🤔 What's changed? Added `RuleInfo` to `ScenarioContext`. `RuleInfo` will be null if no Rule is parsed. ### ⚡️ What's your motivation? #452 ### 🏷️ What kind of change is...