Gunnar Liljas

Results 34 issues of Gunnar Liljas

The upgraded nuspec has not been tested. The sample web project didn't start here, but it's a bit dated.

Inspired by the comment in issue #83, which makes a lot of sense. Currency is not similar to a value type. Also turned Money in a readonly struct, and custom...

I just wanted this issue to be registered, to open it up for fixes and/or discussion. IMO, this could and should be avoided by using better querying strategies in scenarios...

A failing unit test for #296

In both XML(Document) and in the Javascript HTML DOM, CreateTextNode(value) creates a node where the value is encoded as text. `document.body.appendChild(document.createTextNode("Hello World"));` will append `Hello <b>World</b>` to the body. Not...

As mentioned in #175, attributes can't have nullable properties. It doesn't compile. It seems you haven't tested it. That PR used nullable backing fields and GetOrDefault to retrieve them. I...

Being able to set EnableDeliveryReports is quite valuable, since the collector uses ProduceAsync behind the scenes. In high volume scenarios, the difference is huge (and the delivery reports are never...