1075 Commits

Author SHA1 Message Date
Marco Rossignoli 64aefa2da7 Bump versions (#1035)
Bump versions after release
2021-01-09 18:37:31 +01:00
Marco Rossignoli 1e77f9d218 Setup versions for release (#1030)
Setup versions for release
2021-01-09 17:37:27 +01:00
Mike Surcouf c1febb9f2c Update Changelog (#1032)
Update Changelog
2021-01-09 17:37:01 +01:00
Marco Rossignoli 5ac8e5c4ed Update ReleasePlan.md (#1026)
Update ReleasePlan.md
2020-12-27 15:16:28 +01:00
Marco Rossignoli bc58ae0117 Bump sdk and move .NET tool to LTS (#1022)
Bump sdk and move .NET tool to LTS
2020-12-27 13:40:42 +01:00
Toni Solarin-Sodara fcb2ec039f Publish nightly packages to Azure DevOps (#1020)
* Update nightly build definitions

* Update nightly package feed name

* Update feed information

* Use scoped name in publishVstsFeed argument

* Remove nightly.ps1

* Update nightly documentation

* ADO doesn't let us check package metadata
2020-12-18 05:53:18 +01:00
Tony Hallett 511a3074bb Assembly attribute exclusion with IsExcludeAttribute. Close #1013 #1011 (#1017)
* Assembly attribute exclusion with IsExcludeAttribute. Close #1013 #1011

* whitespace

Co-authored-by: Toni Solarin-Sodara <toni.edward@outlook.com>

Co-authored-by: Toni Solarin-Sodara <toni.edward@outlook.com>
2020-12-17 22:00:36 +01:00
Toni Solarin-Sodara a1d47d3775 Update documentation (#1018) 2020-12-16 15:09:46 +01:00
Marco Rossignoli 740cf36c71 Update release guide (#1012)
Update release guide
2020-12-12 19:46:28 +01:00
Marco Rossignoli 5cb26b13e9 Fix switch pattern (#1006)
Fix switch pattern
2020-12-12 17:43:48 +01:00
Heath Stewart b63ab2adf7 Escape curly braces in file names when logging (#1000)
Escape curly braces in file names when logging
2020-11-26 09:56:36 +01:00
Marco Rossignoli ff761580e6 Add packages signature (#999)
Add packages signature
2020-11-24 18:51:12 +01:00
Marco Rossignoli 32a857fc74 Update changelog (#995)
Update changelog
2020-11-17 09:42:28 +01:00
Marco Rossignoli ac0e0fad2f Allow standalone coverlet usage for integration/end-to-end tests using .NET tool driver (#991)
Allow standalone coverlet usage for integration/end-to-end tests using .NET tool driver
2020-11-17 09:36:14 +01:00
Markus Schaber 3fe2d90ddf Mention the actual missing path in exception output when SourceRootTranslator constructor fails. (#990)
Mention the actual missing path in exception output when SourceRootTranslator constructor fails.
2020-11-12 16:25:03 +01:00
Marco Rossignoli fdca653b06 Disable hanging tests (#988)
Disable hanging tests
2020-11-09 15:19:21 +01:00
Tony Xia fc7ec26dca Correct the package name (#981)
Correct the package name
2020-10-31 13:02:36 +01:00
Tony Xia e653536790 Update local var name (#979) 2020-10-28 11:55:08 +01:00
Tony Xia c04dcc4b5c Updated method name (#978) 2020-10-28 11:54:34 +01:00
Tony Xia 8b78778b18 Fixed minor typos (#980) 2020-10-28 11:54:19 +01:00
Marco Rossignoli 59a3bdbfc8 Consolidate drivers version to 3.0.0 (#971)
Consolidate drivers version to 3.0.0
2020-10-14 18:47:24 +02:00
Marco Rossignoli b43a320ffc Support .NET Framework(>= net461) for in-process data collectors (#970)
Support .NET Framework(>= net461) for in-process data collectors
2020-10-14 15:37:48 +02:00
Marco Rossignoli c81b2b1bce Update changelog (#968)
Update changelog
2020-10-13 20:49:57 +02:00
Marco Rossignoli bfaa38f761 Remove workaround for deterministic build for sdk ge 3.1.100 (#965)
Remove workaround for deterministic build for sdk ge 3.1.100
2020-10-13 19:44:10 +02:00
Cédric Luthi 46b4125273 Add CoverletReport MSBuild item in the CoverageResultTask MSBuild task (#932)
So that the coverlet reports can be easily used by other MSBuild tasks. For example, using [ReportGenerator](https://github.com/danielpalme/ReportGenerator#usage--command-line-parameters) to generate an html coverage report.

```xml
<Target Name="GenerateHtmlCoverageReport" AfterTargets="GenerateCoverageResultAfterTest">
  <ReportGenerator ReportFiles="@(CoverletReport)" TargetDirectory="../html-coverage-report" />
</Target>
```
2020-10-06 01:37:52 +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
Fortune Ngwenya 938ef5a388 Added Visual Studio Add-In (#954) 2020-09-26 14:53:19 +01:00
UselessToucan d7e62fb397 Code quality fixes (#952)
Code quality fixes
2020-09-24 21:58:25 +02:00
Zdenek Havlin dd2237a3be Add known issue caused by deterministic build (#948)
Add known issue caused by deterministic build
2020-09-10 09:49:48 +02:00
Marco Rossignoli 521f3d306e Update changelog (#945)
Update changelog
2020-09-05 11:31:22 +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 6479f627e4 Bump sdk version(#935)
Bump sdk version
2020-08-26 10:25:00 +02:00
Marco Rossignoli 2cfe8ea110 Update changelog (#919)
Update changelog
2020-08-03 19:45:01 +02:00
Marco Rossignoli fdd2930df6 Add skipautoprops feature (#912)
Add skipautoprops feature
2020-08-03 19:38:59 +02:00
Myles 778b697655 Fixed a few small typos in documentation (#910)
Fixed a few small typos in documentation
2020-07-23 08:16:00 +02:00
Diego Camacho 77b6c08c64 Updating HowTo.md (#905)
Updating HowTo.md
2020-07-20 09:09:19 +02:00
Marco Rossignoli e99520eb06 Update changelog (#899)
Update changelog
2020-07-13 14:05:00 +02:00
Marco Rossignoli fe977b6c59 Update readme (#897)
Update readme
2020-07-12 16:20:58 +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 c53cb88c65 revert git permission test 2020-07-11 17:23:17 +02:00
Marco Rossignoli e09391ba88 git permission test 2020-07-11 17:15:59 +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 7c12e15963 Update nuget badge (#891)
Update nuget badge
2020-07-08 21:11:20 +02:00
Marco Rossignoli 822cb6683c Update changelog (#888)
Update changelog
2020-06-26 08:58:11 +02:00
Christopher-Marcel Böddecker f76078771d Fix attribute exclusion 2020-06-26 08:49:58 +02:00
Marco Rossignoli f7c3fd4e3a Refactor coverage parameters (#876)
Refactor coverage parameters
2020-06-13 22:15:17 +02:00
Marco Rossignoli 192b166e78 Update known issues (#875)
Update known issues
2020-06-13 21:08:26 +02:00
Marco Rossignoli e848786b0d Update collectors guide (#873)
Update collectors guide
2020-06-07 11:24:45 +02:00
Marco Rossignoli 15991668de Improve build (#872)
improve build
2020-06-07 11:09:07 +02:00