Johan Lindqvist

Results 3 issues of Johan Lindqvist

**Describe the issue** ```csharp public class SomeDto { public IEnumerable OtherClass { get; set; } } public class OtherClass { public string X { get; set; } public double Y...

**Input:** ```csharp public void Method( [Attribute( Something.Other, SomethingElse.Other, Something = Value, SomeString = "String", SomeNumber = 1 )] IReadOnlyList somethingObjects, SomethingObject somethingObject) ``` **Output:** ```csharp public void Method( [Attribute( Something.Other,...

status:needs discussion

It's nice to see that XML-files are now formatted. This is a borderline opinion request but since it works this way in C# code I would expect the same for...