Commit Graph

26 Commits

Author SHA1 Message Date
dependabot[bot]
181063afcd Bump fantomas from 6.3.7 to 6.3.9 (#58)
* Bump WoofWare.Myriad.Plugins.Attributes from 3.1.4 to 3.1.6

Bumps [WoofWare.Myriad.Plugins.Attributes](https://github.com/Smaug123/WoofWare.Myriad) from 3.1.4 to 3.1.6.
- [Release notes](https://github.com/Smaug123/WoofWare.Myriad/releases)
- [Changelog](https://github.com/Smaug123/WoofWare.Myriad/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Smaug123/WoofWare.Myriad/compare/WoofWare.Myriad.Plugins.Attributes.3.1.4...WoofWare.Myriad.Plugins.Attributes.3.1.6)

---
updated-dependencies:
- dependency-name: WoofWare.Myriad.Plugins.Attributes
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump ApiSurface from 4.0.40 to 4.0.41

Bumps [ApiSurface](https://github.com/G-Research/ApiSurface) from 4.0.40 to 4.0.41.
- [Release notes](https://github.com/G-Research/ApiSurface/releases)
- [Commits](https://github.com/G-Research/ApiSurface/compare/ApiSurface.4.0.40...ApiSurface.4.0.41)

---
updated-dependencies:
- dependency-name: ApiSurface
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump fantomas from 6.3.7 to 6.3.9

Bumps [fantomas](https://github.com/fsprojects/fantomas) from 6.3.7 to 6.3.9.
- [Release notes](https://github.com/fsprojects/fantomas/releases)
- [Changelog](https://github.com/fsprojects/fantomas/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fsprojects/fantomas/compare/v6.3.7...v6.3.9)

---
updated-dependencies:
- dependency-name: fantomas
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump WoofWare.DotnetRuntimeLocator from 0.1.3 to 0.1.4

Bumps [WoofWare.DotnetRuntimeLocator](https://github.com/Smaug123/WoofWare.DotnetRuntimeLocator) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/Smaug123/WoofWare.DotnetRuntimeLocator/releases)
- [Commits](https://github.com/Smaug123/WoofWare.DotnetRuntimeLocator/compare/WoofWare.DotnetRuntimeLocator.0.1.3...WoofWare.DotnetRuntimeLocator.0.1.4)

---
updated-dependencies:
- dependency-name: WoofWare.DotnetRuntimeLocator
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Deps

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Smaug123 <3138005+Smaug123@users.noreply.github.com>
2024-06-10 18:42:15 +01:00
Patrick Stevens
78f51d127c Print path to TRX file (#54) 2024-06-10 12:16:16 +01:00
Patrick Stevens
8dc23d5b38 Fix path to runtime (#48) 2024-06-09 12:19:29 +01:00
Patrick Stevens
4ab66204c4 Cope with multiple TargetFrameworks (#46) 2024-06-09 10:03:48 +01:00
Patrick Stevens
5b18f3710e Prerelease packaging (#45) 2024-06-08 23:55:05 +01:00
Patrick Stevens
21d340e450 Implement TRX files (#44) 2024-06-08 22:36:28 +01:00
Patrick Stevens
7c38982fe7 Emit XML from a TRX report (#43) 2024-06-08 18:31:58 +01:00
Patrick Stevens
78b5e9b71f Model TRX reports (#40) 2024-06-08 15:22:24 +01:00
Patrick Stevens
d3343dd7df Allow escaping in the filter language (#39) 2024-06-08 10:17:00 +01:00
Patrick Stevens
4c2045c3ec Obtain a compatible runtime from runconfig (#35) 2024-06-07 20:22:43 +01:00
Patrick Stevens
00e2b027c7 Cope without the TestFixture attribute (#37) 2024-06-06 20:58:45 +01:00
Patrick Stevens
edfa216809 Add Spectre progress (#31) 2024-06-06 00:32:19 +01:00
Patrick Stevens
9a6eb4dc80 Abstract out a Progress indicator (#28) 2024-06-06 00:09:09 +01:00
Patrick Stevens
58b1dfedfd Prepare for release (#27) 2024-06-05 23:21:45 +01:00
Patrick Stevens
1b0e431ee8 Add package metadata (#23) 2024-06-05 13:02:26 +00:00
Patrick Stevens
48e111fc9e Split into lib (#16) 2024-06-04 23:42:53 +00:00
Patrick Stevens
247cc9fa0d Set AppDomain (#15) 2024-06-05 00:09:40 +01:00
Patrick Stevens
31b76f2f97 Properly deal with attributes (#14) 2024-06-04 22:27:27 +00:00
Patrick Stevens
2f9772007a Support [<Values>] (#12) 2024-06-04 23:14:23 +01:00
Patrick Stevens
d30fde69a1 Self-hosting tests (#11) 2024-06-04 22:15:34 +01:00
Patrick Stevens
198b0f5412 Stop requiring reference types in enumeration (#10) 2024-06-04 20:40:27 +00:00
Patrick Stevens
5d46a39f18 Bump some deps (#9) 2024-06-04 21:35:12 +01:00
Patrick Stevens
5569009b59 Find private properties (#6) 2024-06-04 21:17:58 +01:00
Patrick Stevens
0e878be68d Support Repeat attribute (#5) 2024-06-04 21:13:13 +01:00
Patrick Stevens
a3739f5516 Add Actions (#1) 2024-06-04 20:01:31 +01:00
Smaug123
a20ba20d2e Move to WoofWare.PrattParser 2024-06-04 19:46:00 +01:00