Simon Cropp

Results 146 issues of Simon Cropp
trafficstars

have you considered using the new span APIs to get better perf and memory usage?

should settings parsing ignore invalid values? ![image](https://github.com/microsoft/testfx/assets/122666/28c6b354-57bc-47f9-bbb9-2e8f76ab46ac) AB#2112231

Help-Wanted
sprint
Type: Feature

related to https://github.com/microsoft/testfx/issues/2991

IMO it is better to do the type checking once and cache it

it would seem the intent of AllAreTheSame is to allow people to omit passing a comparer ? given the defaulting of the comparer to a value ``` comparer ??= EqualityComparer.Default;...

currently there are places where type is apparent where var is not use ``` List operationConfigReaders = new List(componentManager.OfType()); ``` places where type is apparent where var is used ```...