• J
    Switch tests unnecessarily using WpfFact to Fact · a226d9d2
    Jason Malinowski 提交于
    These tests were all using WpfFact, but not actually doing anything
    that required either WPF or an STA thread. We plan to enable
    parallelization of Facts (but not WpfFacts), and this ensures we can
    parallelize as many tests as possible.
    a226d9d2
GenerateTypeTests.cs 73.2 KB