Richard Werkman

Results 92 comments of Richard Werkman

I was struggling to produce a list of current assemblies. I always checked the list by using the visual studio debugger and searched for the assembly name. This never resulted...

Today I started working on this. I started with the `ConditionalAccessExpressionSyntax` like `var count = mylist?.Count();`. This proved _a lot_ harder than I thought. To merge the parts before and...

This website can help: https://sharplab.io/#v2:C4LghgzsA0AmIGoA+ABATARgLACgUGYACdQgYUIG9dCbiiUAWQgWQAoBKS62ngNzABOhAMYB7AK4A7YIQC8hALYBPADYBLKAH4AdKQnSOAblzcaAX1xmgA==

@robertlyson Do you think we can use cake to resolve msbuild? I'm not familliar with cake myself so I'm not sure if that is correct usage of cake.

Hi @CrispyDrone could you please run `nuget.exe restore` without the extra commands by hand? I'm curious what msbuild version it will use. We pass the specific version to nuget.exe as...

I guess the priority isn't that high as nobody outside of the stryker team noticed this (it seems). I stated on an implementation but got distracted and started on other...