Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: microsoft/testfx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a0fe1252e8c0965c245985f8ebdda9ab6b936665
Choose a base ref
..
head repository: microsoft/testfx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cbec84214cf17126989db1379af3984492e054c8
Choose a head ref
Showing with 26 additions and 26 deletions.
  1. +26 −26 docs/Changelog.md
52 changes: 26 additions & 26 deletions docs/Changelog.md
Original file line number Diff line number Diff line change
@@ -25,40 +25,40 @@ See full log [here](https://github.com/Microsoft/testfx/compare/v3.1.1...v3.2.0-

### Added

* MSTest runner by @Evangelink in https://github.com/microsoft/testfx/pull/1775
* Add analyzers by @Evangelink in https://github.com/microsoft/testfx/pull/1870
* Add more analyzers by @Evangelink in https://github.com/microsoft/testfx/pull/1974
* Rework MSTEST0002 and MSTEST0003 by @Evangelink in https://github.com/microsoft/testfx/pull/1985
* Update description of MSTEST0001 by @Evangelink in https://github.com/microsoft/testfx/pull/1988
* MSTEST0004: Public types should be test classes by @Evangelink in https://github.com/microsoft/testfx/pull/1989
* MSTest runner by @Evangelink in [#1775](https://github.com/microsoft/testfx/pull/1775)
* Add analyzers by @Evangelink in [#1870](https://github.com/microsoft/testfx/pull/1870)
* Add more analyzers by @Evangelink in [#1974](https://github.com/microsoft/testfx/pull/1974)
* Rework MSTEST0002 and MSTEST0003 by @Evangelink in [#1985](https://github.com/microsoft/testfx/pull/1985)
* Update description of MSTEST0001 by @Evangelink in [#1988](https://github.com/microsoft/testfx/pull/1988)
* MSTEST0004: Public types should be test classes by @Evangelink in [#1989](https://github.com/microsoft/testfx/pull/1989)

### Fixed

* Don't stop by @nohwnd in https://github.com/microsoft/testfx/pull/1737
* Fix DataRowAttribute to be cls compliant by @Evangelink in https://github.com/microsoft/testfx/pull/1878
* Workaround issue with managed type name utility by @Evangelink in https://github.com/microsoft/testfx/pull/1876
* Fix path normalization by @Evangelink in https://github.com/microsoft/testfx/pull/1880
* Don't stop by @nohwnd in [#1737](https://github.com/microsoft/testfx/pull/1737)
* Fix DataRowAttribute to be cls compliant by @Evangelink in [#1878](https://github.com/microsoft/testfx/pull/1878)
* Workaround issue with managed type name utility by @Evangelink in [#1876](https://github.com/microsoft/testfx/pull/1876)
* Fix path normalization by @Evangelink in [#1880](https://github.com/microsoft/testfx/pull/1880)

### Chores

* Bump and cleanup global versions by @Evangelink in https://github.com/microsoft/testfx/pull/1754
* Eng and global.json housekeeping by @Evangelink in https://github.com/microsoft/testfx/pull/1756
* Code clean-up by @ViktorHofer in https://github.com/microsoft/testfx/pull/1757
* Bump StyleCop analyzers version by @Evangelink in https://github.com/microsoft/testfx/pull/1761
* Bump version of test dependencies by @Evangelink in https://github.com/microsoft/testfx/pull/1762
* Bump VSTest deps to 17.7.2 by @Evangelink in https://github.com/microsoft/testfx/pull/1769
* Pin Moq to 4.18.4 for security by @Evangelink in https://github.com/microsoft/testfx/pull/1770
* Clean nuget.config by @Evangelink in https://github.com/microsoft/testfx/pull/1772
* Fix warnings and cleanup infra by @Evangelink in https://github.com/microsoft/testfx/pull/1773
* Drop ruleset in favor of editorconfig by @Evangelink in https://github.com/microsoft/testfx/pull/1780
* Enable CA1001 by @Evangelink in https://github.com/microsoft/testfx/pull/1811
* Set analysis level to latest-recommended by @Evangelink in https://github.com/microsoft/testfx/pull/1816
* Use modern styles and rules by @Evangelink in https://github.com/microsoft/testfx/pull/1852
* Add third-parties licenses by @Evangelink in https://github.com/microsoft/testfx/pull/1955
* Bump and cleanup global versions by @Evangelink in [#1754](https://github.com/microsoft/testfx/pull/1754)
* Eng and global.json housekeeping by @Evangelink in [#1756](https://github.com/microsoft/testfx/pull/1756)
* Code clean-up by @ViktorHofer in [#1757](https://github.com/microsoft/testfx/pull/1757)
* Bump StyleCop analyzers version by @Evangelink in [#1761](https://github.com/microsoft/testfx/pull/1761)
* Bump version of test dependencies by @Evangelink in [#1762](https://github.com/microsoft/testfx/pull/1762)
* Bump VSTest deps to 17.7.2 by @Evangelink in [#1769](https://github.com/microsoft/testfx/pull/1769)
* Pin Moq to 4.18.4 for security by @Evangelink in [#1770](https://github.com/microsoft/testfx/pull/1770)
* Clean nuget.config by @Evangelink in [#1772](https://github.com/microsoft/testfx/pull/1772)
* Fix warnings and cleanup infra by @Evangelink in [#1773](https://github.com/microsoft/testfx/pull/1773)
* Drop ruleset in favor of editorconfig by @Evangelink in [#1780](https://github.com/microsoft/testfx/pull/1780)
* Enable CA1001 by @Evangelink in [#1811](https://github.com/microsoft/testfx/pull/1811)
* Set analysis level to latest-recommended by @Evangelink in [#1816](https://github.com/microsoft/testfx/pull/1816)
* Use modern styles and rules by @Evangelink in [#1852](https://github.com/microsoft/testfx/pull/1852)
* Add third-parties licenses by @Evangelink in [#1955](https://github.com/microsoft/testfx/pull/1955)

### New Contributors

* @ViktorHofer made their first contribution in https://github.com/microsoft/testfx/pull/1757
* @ViktorHofer made their first contribution in [#1757](https://github.com/microsoft/testfx/pull/1757)

### Artifacts