Steve Gilham

Results 34 issues of Steve Gilham

This is the same issue as [OpenCover issue #615](https://github.com/OpenCover/opencover/issues/615) -- the compiler generates many functions (such as comparison operations) which show in the IL but not in the source ![615-bis](https://user-images.githubusercontent.com/7460854/39565586-69398f62-4eb0-11e8-8bc3-f584a929a6dc.png)...

bug
tenet-coverage
fsharp

Code under test ``` namespace ClassLibrary1 open System open System.IO open System.Linq module CommandLine = let internal WriteColoured (writer:TextWriter) colour operation = let original = Console.ForegroundColor try Console.ForegroundColor

bug
tenet-coverage
fsharp

In F# code like this (which itself is an attempt to work around issue #76) ``` namespace MyNamespace module MyModule = [] type internal AlgebraicType =   | First   | Second  ...

bug
tenet-coverage
fsharp

Writing unit tests for auto-properties is a futile exercise; they are essentially noise (as is the coverage or otherwise of such properties). Auto-properties in code exercised by coverlet are marked...

feature-request
fsharp
stale

In passing, I noticed that in the code in issue #82, the method `Normal` that was tested reported a branch (1 out of 1 covered). This turns out to be...

bug
tenet-coverage

Please provide the following information when submitting an issue. > Where appropriate replace the `[ ]` with a `[X]` ### My Framework - [ ] .NET 2 - [ ]...

medium

### My Framework - [ ] .NET 2 - [ ] .NET 3.5 - [ ] .NET 4 - [ ] .NET 4.5 - [ ] .NET 4.6 - [...

medium

### My Framework - [ ] .NET 2 - [ ] .NET 3.5 - [ ] .NET 4 - [ ] .NET 4.5 - [ ] .NET 4.6 - [...

medium

This is more for adding to the collection of subtle things done by the compiler that include extra branches than any serious deficiency in OpenCover, and there is a ready...

feature
medium

Although it looks like it was intended to, with the adding of the "-" sigil to distinguish attribute names in the resulting JSON, exporting XML as JSON text and then...