-
**Describe the bug**
System.InvalidOperationException: Each parameter in the deserialization constructor on type 'LcmCrdt.Changes.AddSemanticDomainChange' must bind to an object property or field on d…
-
# Bug report
### Bug description:
In C, the null byte indicates the end of a `char[]`. In `INT` and `LONG` opcodes for pickle, everything up to a newline is read from the bytestream and ran through …
-
## Version
What package version of the SDK are you using.
- Nuget package version: 0.1.26.29702
- dll product version: 0.1.26+7406fcd041
**Describe the bug**
When inserting objects of different type…
-
Input string '0355264698' is not a valid number. Path 'Time', line 1, position 151.
Newtonsoft.Json.JsonReaderException: Input string '0355264698' is not a valid number. Path 'Time', line 1, positio…
-
### Library name and version
Azure.ResourceManager.DataFactory 1.6.0
### Describe the bug
When retrieving DataFactoryIntegrationRuntimeResource from ArmClient it fails on deserializing
System.Inva…
-
## Description
Methods like `Node::deser` in `crates/sourisdb/src/utilities/huffman.rs` use unbounded recursion, which could lead to stack overflow when handling malicious inputs that create deeply n…
-
### Library name and version
Azure.ResourceManager.DataFactory 1.6.0
### Describe the bug
When retrieving DataFactoryPipelineResource from ArmClient it fails on deserializing
System.InvalidCastEx…
-
This problem occurs with 0.90.2 and 0.90.3. See the following example:
```kotlin
class Test {
@Serializable
@SerialName("element")
data class Element(
@XmlElement(true)
…
-
I am attempting to setup a polymorphic object that will be contained within another object. Serialization and saving to the database is working as intended, but fetching and deserializing from the ser…
-
both `from_read` and `from_async_read` — I think we can actually do both!
(neither of these would be able to borrow, but that's fine).