Commit Graph

111 Commits

Author SHA1 Message Date
Marco Rossignoli 64aefa2da7 Bump versions (#1035)
Bump versions after release
2021-01-09 18:37:31 +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
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
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
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
Tony Xia fc7ec26dca Correct the package name (#981)
Correct the package name
2020-10-31 13:02:36 +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
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 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 0c85839c94 Fix deterministic build+source link bug (#895)
Fix deterministic build+source link bug
2020-07-11 17:11:30 +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 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 ade9498891 Update KnownIssues.md (#866)
Update KnownIssues.md
2020-06-03 09:20:08 +02:00
Marco Rossignoli eef3d9118c After release setup (#861)
After release setup
2020-05-30 11:48:46 +02:00
Marco Rossignoli 83a38d45b3 Bump versions for release (#860)
Bump versions for release
2020-05-30 11:19:51 +02:00
Marco Rossignoli fd1d18f492 Update VSTestIntegration.md (#855)
Update VSTestIntegration.md
2020-05-24 17:51:45 +02:00
Marco Rossignoli 180bee479f Update changelog (#851)
Update changelog
2020-05-18 08:49:00 +02:00
Marco Rossignoli 3c55332cce Update changelog (#841)
Update changelog
2020-05-10 18:41:54 +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
Marco Rossignoli e1ec1cce8c Update Roadmap.md (#837)
Update Roadmap.md
2020-05-05 20:27:43 +02:00
Marco Rossignoli fa1a6343fb Fix excludeByFile documentation (#833)
Fix excludeByFile documentation
2020-05-05 09:26:20 +02:00
Marco Rossignoli 122df6416e Add roadmap (#832)
Add roadmap
2020-05-03 18:47:48 +02:00
Marco Rossignoli 882b4c87b7 Update Changelog.md (#829)
Update changelog
2020-05-01 20:26:08 +02:00
Marco Rossignoli 4e9deb5576 Add documentation for deterministic build support (#821)
Add documentation for deterministic build support
2020-04-19 17:05:49 +02:00
Marco Rossignoli 2e2b578fcc Add deterministic build tests sample (#820)
Add deterministic build tests sample
2020-04-18 19:31:03 +02:00
Marco Rossignoli 51151d69b2 Update changelog (#803)
Update changelog

* update changelog

* update changelog
2020-04-09 22:19:47 +02:00
Travis Illig e9dcf4c56a Note for Linux users on MSBuild issues. (#795)
Note for Linux users on MSBuild issues.
2020-04-06 17:11:25 +02:00
Marco Rossignoli 83aa10e32b Release new version(#787)
Release new version
2020-04-02 20:25:31 +02:00
Marco Rossignoli 3f81828821 Update KnownIssues.md (#783)
Fix typo
2020-03-30 14:29:45 +02:00
Marco Rossignoli 4c1cdf9ee9 Update VSTestIntegration.md (#778)
Update VSTestIntegration.md
2020-03-25 15:36:59 +01:00
Marco Rossignoli cd945985d8 Update changelog (#773)
Update changelog
2020-03-22 12:33:29 +01:00
Marco Rossignoli 0cc2548b27 Update vstest integration documentation (#764)
Update vstest integration documentation
2020-03-17 20:55:17 +01:00