Dave Sparks

Results 7 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

The option value placeholders in the help text are always capitalised. e.g. ``` [CommandOption("-d ")] ``` produces the following option text in the help output ``` -d ``` This appears...

good first issue
feature
area-CLI

**Is your feature request related to a problem? Please describe.** Something it's necessary to have more than one long command option. For example, when there's no appropriate short option that's...

feature