171 Commits

Author SHA1 Message Date
David Müller 3bbe502845 Update collector docs with info about passing format without runsettings file (#1444) 2023-02-15 09:03:41 +01:00
David Müller a014bf0cd0 Path is empty for VB My namespace (#1073)
Path is empty for VB My namespace
2023-01-24 07:41:11 +01:00
David Müller 1ff097d22c Wrong branch coverage for async methods .NET Standard 1.x (#1433)
Wrong branch coverage for async methods .NET Standard 1.x
2023-01-20 10:37:25 +01:00
David Müller 04b82c23d8 Incorrect coverage for methods returning IAsyncEnumerable in generic classes (#1430) 2023-01-19 19:49:32 +01:00
Preston Alvarado 72d5ee289f Large CC XML error (#1428)
Adding a problem that I have hit before. It took me a while to understand the error, I resorted to using another code coverage tool that helped me identify why this error was shown. I'm hoping this helps other people who may see this error.
2023-01-02 12:21:49 +01:00
David Müller cb420d2d4d Align github and nuget release versions (#1416)
Align github and nuget release versions
2023-01-02 12:20:06 +01:00
David Müller cfccd83126 New parameter to control automatic assembly exclusion (#1392)
New parameter to control automatic assembly exclusion
2022-11-10 10:36:26 +01:00
Marco Rossignoli 0c714f8fc5 Update Changelog.md (#1403) 2022-10-29 17:34:09 +02:00
Marco Rossignoli 209700c662 Update Changelog.md (#1402) 2022-10-29 17:32:38 +02:00
Marco Rossignoli ef2cfbb6de Post release (#1401) 2022-10-29 17:29:19 +02:00
David Müller 32bcff149f TypeLoadException for certain combinations with Microsoft.Extensions.DependencyInjection 6.0.1 (#1395) 2022-10-27 09:54:43 +02:00
Marco Rossignoli 2b8a4565b1 Update documentation with new feature InstrumentModulesWithoutLocalSources (#1385)
Update documentation with new feature `InstrumentModulesWithoutLocalSources`
2022-09-28 09:40:43 +02:00
Patrick Hallisey 7219aee6a4 Ensure trailing slash in <SourceRoot> (#1327)
Ensure trailing slash in <SourceRoot>
2022-05-09 18:09:08 +02:00
David Müller a41c365589 Missing change log (#1326)
Missing change log
2022-04-22 09:36:36 +02:00
David Müller ebbf042449 imp + test + changelog (#1306) 2022-03-15 21:23:55 +01:00
David Müller 3c1124e88f Wrong coverage for await foreach with generic method (#1312) 2022-03-15 10:33:17 +01:00
Marco Rossignoli 1e74dd4382 Bump versions (#1294)
Bump versions
2022-02-06 17:39:02 +01:00
Alberto Monteiro f4f0bad94f Update documentation for powershell users (#1283)
Update documentation for powershell users
2022-01-31 22:53:00 +01:00
Marco Rossignoli df968b8626 Bump versions, update docs after release(#1282)
Bump versions, update docs after release
2022-01-30 12:10:46 +01:00
David Müller 84876b09c6 Implementation of exclusion (#1277)
implementation of exclusion
2022-01-14 11:25:21 +01:00
Marco Rossignoli 0632e7a425 Update Changelog.md (#1274)
Update Changelog.md
2022-01-03 11:55:17 +01:00
David Müller 8582925a85 Negative coverage when integer overflows (#1267)
Negative coverage when integer overflows
2021-12-20 13:37:23 +01:00
David Müller 8eaaecbea6 Invariant CLI output (#1264)
Invariant CLI output
2021-12-06 08:23:59 +01:00
Marco Rossignoli db5c6f2701 Update Changelog.md (#1247)
Update Changelog.md
2021-11-06 12:23:28 +01:00
David Müller 924d3bbe89 Fix coverage issue for finally block with await (#1245)
Fix coverage issue for finally block with await
2021-11-06 10:40:00 +01:00
Julian Verdurmen 37fd6cef1a Update text for Unable to instrument module (#1232)
Update text for Unable to instrument module
2021-10-28 19:35:55 +02:00
Marco Rossignoli 79cf6f089e Update Changelog.md (#1236)
Update Changelog.md
2021-10-06 14:38:37 +02:00
David Müller 468b6326b8 Update changelog (#1211)
Update changelog
2021-09-09 21:30:57 +02:00
David Müller e97876c350 Branch coverage issue with several awaits (#1201)
Branch coverage issue with several awaits
2021-08-05 19:01:16 +02:00
Marco Rossignoli 383684f00b Bump versions (#1200)
Bump versions
2021-07-19 20:17:13 +02:00
David Müller 7221afe5e4 Benchmark test guide (#1189)
Benchmark test guide
2021-07-13 22:16:26 +02:00
Marco Rossignoli dc6edb1dd7 Fix changelog (#1187)
Fix changelog
2021-07-01 15:46:15 +02:00
David Müller 4902c245c8 Incorrect branch coverage async pattern for targetframework net472 (#1169)
Incorrect branch coverage async pattern for targetframework
2021-05-30 12:00:20 +02:00
David Müller db09e8b156 Skip fsharp construct with unknown source (#1165)
Skip fsharp construct with `unknown` source
2021-05-29 09:20:53 +02:00
David Müller 32df97ec3c Update changelog (#1162)
Update changelog
2021-05-28 14:26:00 +02:00
Marco Rossignoli 2fca3af9a1 Update docs (#1161)
Update docs
2021-05-05 08:42:04 +02:00
Andrew Stanton b025059321 Fixing link for Deterministic build docs had an extra "Documentation" in the path (#1154) 2021-04-27 11:40:48 +02:00
WhiteBlackGoose 1f1a101435 Links fixed (#1152)
Since we're already in ./Documentation, the link should lead to a neighbouring file, not to Documentation/file. Also, a couple of absolute links replaced with relative paths.
2021-04-26 20:12:48 +02:00
David Müller 4a6dbae9a2 Update changelog (#1150)
Update changelog
2021-04-25 15:46:32 +02:00
David Müller 1f9e04b549 Update documentation with escaped quotes (#1146)
Update documentation with escaped quotes
2021-04-17 16:41:25 +02:00
Chris Johnson c1ce68100d docs: correcting typo in example command (#1138)
The example command had no space between the flag and the value, corrected it.
2021-04-08 15:53:33 +02:00
Marco Rossignoli 76642a6bbf Update Changelog.md (#1137)
Update Changelog.md
2021-04-03 20:19:24 +02:00
Marco Rossignoli 66cf55239f Update Changelog.md (#1136)
Update Changelog.md
2021-04-03 20:16:41 +02:00
Paulo Barbosa c74b9c41b5 Add multiple threshold (#1123)
Add multiple threshold
2021-03-30 21:40:29 +02:00
David Müller ba720702f1 Update changelog (#1132) 2021-03-29 14:57:50 +02:00
Marco Rossignoli 3ae1976187 Update Changelog.md (#1125)
Update Changelog.md
2021-03-14 17:46:34 +01:00
Marco Rossignoli f27f4f5c7d Update Changelog.md (#1124)
Update Changelog.md
2021-03-13 15:49:45 +01:00
Marco Rossignoli a2082b301d Add deterministic report support (#1113)
Add deterministic report support
2021-03-13 15:40:11 +01:00
Marco Rossignoli 9716c459a4 Update Changelog.md (#1117)
Update Changelog.md
2021-03-08 08:40:22 +01:00
Marco Rossignoli c894b47738 Update Changelog.md (#1116) 2021-03-08 08:12:28 +01:00