Dave Sparks

Results 5 issues of Dave Sparks

The DefaultValuesHandling behaviour is not being applied to dynamic properties. To reproduce, run the following code on version 8.0.0 ```csharp private static void Main(string[] args) { dynamic exportModel = new...

bug

### Team - [X] I've assigned a team label to this issue ### What happened? After upgrading from v4.4.793 to v4.5.8, we are getting a `messageEnvelope is null` error when...

Hi, Is it currently possible to display nested tags in the left-hand navigation. e.g. If the operation Tags are defined as "Mammal|Elephant", "Mammal|Monkey" and "Bird|Parrot" ``` Mammal V Elephant V...

The destroy function was not working at all. It was attempting to remove the data from the jquery collection rather than the instance. This change removes the data from the...

I've found an circular locking issue with the IStanzaEventListener methods in the XmppStream class . Basically the IStanzaEventListener.StanzaReceived which acquires a [MethodImpl(MethodImplOptions.Synchronized)] lock can call IStanzaEventListener.BytesWritten which also needs to...

kind:bug