Christian Pfanner

Results 5 issues of Christian Pfanner

When migrating work items from one collection to a different one, but on the same server, migration fails with `Authentication failed because the connection could not be reused.` - I...

When using JSON projection for nested elements the Code is quite lenghty: ```C# return t => { Field1 = t.JsonData.RootElement.GetProperty("outer").GetProperty("nested1").GetProperty("nested2").GetString() } ``` This would read much nicer as ```C# return...

This is required for work with rabbitmq. Should fix #119 - regarding the last comments.

Seems like http://www.fyireporting.com/ is owned by a SEO company now - therefore none of the links pointing there is of any use any more... This affects some links in the...

Bug
Easy Hacks

For some reports needing complex calculations we are using (static) classes and pass parameters to them by a method. This is done by using the method as value in a...