Commit Graph

28 Commits

Author SHA1 Message Date
Marco Rossignoli 5cb26b13e9 Fix switch pattern (#1006)
Fix switch pattern
2020-12-12 17:43:48 +01:00
Marco Rossignoli fdca653b06 Disable hanging tests (#988)
Disable hanging tests
2020-11-09 15:19:21 +01:00
Alex Thornton c77b85cb39 Coverage for awaiting ValueTasks (#949)
Coverage for awaiting ValueTasks
2020-10-03 14:23:04 +02:00
daveMueller fe6fee9968 Integration tests for DoesNotReturnAttribute (#960)
Integration tests for DoesNotReturnAttribute
2020-10-03 14:18:32 +02:00
kevin-montrose 5ec636bb16 Exclude code that follows [DoesNotReturn] from code coverage (#904)
Exclude code that follows [DoesNotReturn] from code coverage
2020-09-05 11:21:21 +02:00
Marco Rossignoli fdd2930df6 Add skipautoprops feature (#912)
Add skipautoprops feature
2020-08-03 19:38:59 +02:00
Marco Rossignoli 7385f59e17 Fix anonymous delegate compiler generate bug (#896)
Fix anonymous delegate compiler generate bug
2020-07-11 21:24:58 +02:00
Marco Rossignoli 0c85839c94 Fix deterministic build+source link bug (#895)
Fix deterministic build+source link bug
2020-07-11 17:11:30 +02:00
Marco Rossignoli f7c3fd4e3a Refactor coverage parameters (#876)
Refactor coverage parameters
2020-06-13 22:15:17 +02:00
Marco Rossignoli 8468bcf36c Increase retry time during dll restore (#869)
Increase retry time during dll restore
2020-06-06 09:29:31 +02:00
daveMueller 4974550fa6 Change CecilSymbolHelper to instance class (#846)
Change CecilSymbolHelper to instance class
2020-06-04 21:46:45 +02:00
Marco Rossignoli d70cb64b36 Fix skip [ExcludefromCoverage] for generated async state machine (#849)
Fix skip [ExcludefromCoverage] for generated async state machine
2020-05-18 08:43:01 +02:00
bert2 3264ad3ac3 Skip branches in generated MoveNext() for singleton iterators (#813)
Skip branches in generated `MoveNext()` for singleton iterators
2020-05-10 18:07:24 +02:00
Marco Rossignoli b044d1d072 Avoid double flush hit files for collectors (#835)
Avoid double flush hit files for collectors
2020-05-10 17:25:41 +02:00
Toni Solarin-Sodara b9ebbc6541 Rename Abstracts namespace to Abstractions (#831)
Rename Abstracts namespace to Abstractions
2020-05-02 20:19:47 +02:00
Marco Rossignoli f83cd9e0a7 Enable tests on mac (#815)
Enable tests on mac
2020-04-13 19:10:31 +02:00
Marco Rossignoli 9b8ae02382 Add integration tests for deterministic build support (#811)
Add integration tests for deterministic build support
2020-04-13 12:24:58 +02:00
Marco Rossignoli 39d83bedee Add support for deterministic build for msbuild driver (#796)
Add support for deterministic build for msbuild driver
2020-04-08 20:46:35 +02:00
matteoerigozzi 528956bc11 Hide compiler generated branches for try/catch blocks inside async state machine (#716)
Hide compiler generated branches for try/catch blocks inside async state machine
2020-03-22 12:23:17 +01:00
Marco Rossignoli 8ddbb6ff3c Bump sdk version, update tests (#771)
Bump sdk version, update tests
2020-03-21 17:23:56 +01:00
daveMueller 34d6dc5ff6 Flow ILogger to InstrumentationHelper (#727)
Flow ILogger to InstrumentationHelpe
2020-03-13 15:45:18 +01:00
Marco Rossignoli 39e9b1036a Skip lambda cached field (#753)
Skip lambda cached field
2020-03-10 09:12:06 +01:00
Marco Rossignoli 650d4cf4a3 Fix tests (#735)
Fix tests
2020-02-18 22:04:03 +01:00
matteoerigozzi 3d9be6f90a Improve branch detection for lambda functions and async/await statements (#702)
Improve branch detection for lambda functions and async/await statements
2020-01-28 10:48:07 +01:00
Marco Rossignoli cdab6e6b00 Improve coverage of async/await state machine (#698)
Improve coverage of async/await state machineImprove coverage of async/await state machine
2020-01-22 10:50:05 +01:00
Marco Rossignoli ff879e820b Check nested types for exclude filter (#694)
Check nested types for exclude filter
2020-01-20 15:13:48 +01:00
matteoerigozzi 767dfb13ab Avoid to instrument compiler generated code when generated from excluded methods (#671)
Avoid to instrument compiler generated code when generated from excluded methods
2020-01-14 16:59:43 +01:00
Marco Rossignoli 15b2f958fd Reorg test files (#644)
Reorg test files
2019-12-07 11:09:09 +01:00