Steve Gilham
Steve Gilham
In this case, the switch instruction is immediately preceded by a `get_Tag()` call on a type that is a `SourceConstructFlags.SumType` type, where the range on the switch is from 0...
If the cost/benefit isn't good, then by all means close "won't fix"; at least the issue will be on the record for the next time anyone stumbles across it.
Having had another look at this issue, one of the signs of such an exhaustive switch is that one of the target instructions (it happens to be the first one...
The LCOV format is really as simple [as documented here](https://manpages.debian.org/jessie/lcov/geninfo.1.en.html) -- a whole lot of sections, starting with a `TN:` (which can be empty) and an `SF:` for the file...
Here's a quick and dirty powershell script that should do OpenCover to lcov format; the main thing that might need tweaking is the branch block-number, which I've used the offset...
Related : when gathering coverage data for services, the service account needs to have read/execute rights to the profiler DLL as well. The symptom in that case is that no...
The `await` section in this code  will be in a generated inner class called `d__#` where # is a numeral. In general C# helper types generated from code in...
Doing some more testing in this area, I have the following cases where the attribute on the function isn't propagated to all the syntactic scope of the function body C#...
It should also come as no surprise that C#7.0 local functions are similarly not excluded even if the enclosing method is.
Taking a look at this with OpenCover 4.6.519 and NUnit 2.6.4, using VS2017 v15.3.3, building ``` namespace N open NUnit.Framework module M = type Thing = { Thing: string }...