Igor Velikorossov

Results 800 comments of Igor Velikorossov

As [per recommendation ](https://github.com/dotnet/extensions/pull/4108#issuecomment-1608865347) we need to use [PublishCodeCoverageResults@2](https://learn.microsoft.com/azure/devops/pipelines/tasks/reference/publish-code-coverage-results-v2?view=azure-pipelines) task. However, that task is currently [broken](https://dev.azure.com/dnceng-public/public/_build/results?buildId=321985&view=logs&j=a7f66332-f7db-5a7e-ef2b-0455d70db552&t=763bc8b1-ff12-51ae-f82f-b6df5d407e2e). I was advised the fix is in the pipeline, however, I'm yet to get...

@vinayakmsft advised me yesterday that it may be few weeks before the fix will be rolled out. In the interim as a workaround we can run the task on Windows...

No, PublishCodeCoverageResults@2 is still unusable, we're stuck with v1. Related: * https://github.com/microsoft/azure-pipelines-tasks/issues/19939 * https://github.com/microsoft/azure-pipelines-tasks/issues/20882 * https://github.com/microsoft/azure-pipelines-tasks/issues/19221

Approved. @martintmk feel free to send a pull-request with the necessary changes, if you fancy it.

Do you have any thoughts on how it could be fixed?

Following https://github.com/gitextensions/gitextensions/issues/4778#issuecomment-379184916 Do you know how/have experience in using svg in WinForms? E.g. [VS2017 icon pack](https://www.microsoft.com/en-us/download/confirmation.aspx?id=35825&6B49FDFB-8E5B-4B07-BC31-15695C5A2143=1) contains 16x16 png and bmp and svg files...

Nice, thanks I'm not a big fan of b/w icons. [The Office set](https://icons8.com/icon/new-icons/office) looks interesting though - it has variables size pngs, which we can potentially use.

I'm not exactly clear on the ask here. In the runsheet-testing scenarios there are legitimate reasons to use `--ignore-exit-code 8` - e.g., in the outerloop where we know a test...