1075 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
Marco Rossignoli e2c9d84a84 Prepare release (#1400) 2022-10-29 17:04:53 +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
Jakub Chocholowicz 5637470aa9 Make targets changes linear (#1388)
Make targets changes linear
2022-10-07 17:01:28 +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
Thomas e11c14d11f Added InstrumentModulesWithoutLocalSources setting (#1360)
* ignore not available sources

* remove debug.assert

* readded assert

* added setting to allow instrumentation of modules without local sources

* Update src/coverlet.console/Program.cs

Co-authored-by: Peter Liljenberg <peter@klavrekod.se>

* Update CoberturaReporter.cs

removed obsolete Debug.Assert

Co-authored-by: adfrth5 <thomas_frenzel@siemens.com>
Co-authored-by: Peter Liljenberg <peter@klavrekod.se>
2022-07-29 15:49:30 +02:00
Maciej Klemarczyk 1e85144217 Handle PDB location when project build externally (#1354)
Handle PDB location when project build externally
2022-06-27 11:23:48 +02:00
George Vanburgh e50e24d454 Add some more Roslyn generated file suffixes (#1352)
Add some more Roslyn generated file suffixes
2022-06-24 09:37:05 +02:00
Marco Rossignoli 73396a30e7 Update README.md (#1347)
Update README.md
2022-06-08 20:05:29 +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 104bf16a0c return relative path as sourcelink for codegenerators (#1323) 2022-04-18 08:55:00 +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
Amaury Levé 2bb04f21ec Increase severity of some rules and fix instances (#1305)
Increase severity of some rules and fix instances
2022-02-24 11:23:41 +01:00
Amaury Levé 76ffde3624 Improves unexpected packages folder state error (#1304)
Improves unexpected packages folder state error
2022-02-20 12:15:26 +01:00
Amaury Levé 03ff455578 Add editorconfig with tuned configuration (#1300)
Add editorconfig with tuned configuration
2022-02-14 09:14:38 +01:00
Marco Rossignoli 1e74dd4382 Bump versions (#1294)
Bump versions
2022-02-06 17:39:02 +01:00
Marco Rossignoli e335b1a802 Prepare release 3.1.2 (#1293)
Prepare release 3.1.2
2022-02-06 17:17:46 +01:00
Marco Rossignoli 83b5b35ae3 Fix finally generation for AppContext.OnProcessExit (#1291)
Fix finally generation for AppContext.OnProcessExit
2022-02-05 23:13:07 +01:00
Marco Rossignoli c8eafe5297 Put AppContext.OnProcessExit body inside a try/finally (#1290)
Put AppContext.OnProcessExit body inside a try/finally
2022-02-05 19:39:38 +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 d427957749 Remove missing type inside CoreLib from the ModuleTrackerTemplate (#1286)
Remove missing type inside CoreLib from the ModuleTrackerTemplate
2022-01-31 22:06:46 +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
Marco Rossignoli e4278c06fa Prepare release (#1281)
Prepare release
2022-01-30 11:51:15 +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 a54a894e52 Do not pack test F# project (#1256)
Do not pack test F# project
2021-11-06 22:04:55 +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
Marco Rossignoli cf59c4f6f6 Skip ResolvedFileToPublish list during publish (#1243)
Skip ResolvedFileToPublish list during publish
2021-11-06 10:37:12 +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
Marco Rossignoli 32c57d61a2 Improve logging (#1230)
Improve logging
2021-10-02 18:43:49 +02:00
Marco Rossignoli 278b3189d9 Add CompilerGenerated attribute to the tracker (#1229)
Add CompilerGenerated attribute to the tracker
2021-10-02 18:05:02 +02:00
Marco Rossignoli c6dddb519c Document instrumentation alg (#1228)
Document instrumentation alg
2021-10-02 17:20:47 +02:00
James Truher [MSFT] 8f91b3414f Be sure to open the hitfile with read access. (#1214)
Be sure to open the hitfile with read access.
2021-09-09 21:39:03 +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