dependabot[bot]
|
325f8634a4
|
Bump FSharp.Core and WoofWare.Whippet.Fantomas (#361)
* Bump FsCheck and FSharp.Core
Bumps [FsCheck](https://github.com/Fscheck/fscheck) and [FSharp.Core](https://github.com/dotnet/fsharp). These dependencies needed to be updated together.
Updates `FsCheck` from 3.1.0 to 3.2.0
- [Release notes](https://github.com/Fscheck/fscheck/releases)
- [Changelog](https://github.com/fscheck/FsCheck/blob/master/FsCheck%20Release%20Notes.md)
- [Commits](https://github.com/Fscheck/fscheck/compare/3.1.0...3.2.0)
Updates `FSharp.Core` from 4.3.4 to 5.0.2
- [Release notes](https://github.com/dotnet/fsharp/releases)
- [Changelog](https://github.com/dotnet/fsharp/blob/main/release-notes.md)
- [Commits](https://github.com/dotnet/fsharp/commits)
---
updated-dependencies:
- dependency-name: FsCheck
dependency-version: 3.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: FSharp.Core
dependency-version: 5.0.2
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* Bump FSharp.Core and WoofWare.Whippet.Fantomas
Bumps [FSharp.Core](https://github.com/dotnet/fsharp) and [WoofWare.Whippet.Fantomas](https://github.com/Smaug123/WoofWare.Whippet). These dependencies needed to be updated together.
Updates `FSharp.Core` from 4.3.4 to 6.0.1
- [Release notes](https://github.com/dotnet/fsharp/releases)
- [Changelog](https://github.com/dotnet/fsharp/blob/main/release-notes.md)
- [Commits](https://github.com/dotnet/fsharp/commits)
Updates `WoofWare.Whippet.Fantomas` from 0.3.2 to 0.5.1
- [Commits](https://github.com/Smaug123/WoofWare.Whippet/commits)
---
updated-dependencies:
- dependency-name: FSharp.Core
dependency-version: 6.0.1
dependency-type: direct:production
update-type: version-update:semver-major
- dependency-name: WoofWare.Whippet.Fantomas
dependency-version: 0.5.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
---------
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>
|
2025-04-14 22:05:23 +00:00 |
|
Patrick Stevens
|
277a186fda
|
Allow properties in mocked interfaces (#336)
|
2025-02-12 23:53:15 +00:00 |
|
Patrick Stevens
|
d59ebdfccb
|
Use more of the Whippet Fantomas client lib (#284)
|
2024-10-06 21:22:24 +00:00 |
|
Patrick Stevens
|
40106d8aa3
|
Use WoofWare.Whippet.Fantomas rather than Myriad.Core (#280)
|
2024-10-06 20:22:06 +00:00 |
|
Patrick Stevens
|
0652744c57
|
Allow using fsproj annotations instead of attributes (#275)
|
2024-10-02 19:30:21 +00:00 |
|
Patrick Stevens
|
09b7109c84
|
Extract some utilities from http-client branch (#260)
|
2024-09-14 22:02:32 +00:00 |
|
Patrick Stevens
|
029e3746bb
|
Fix record/union impl accessibility (#245)
|
2024-09-07 08:49:28 +00:00 |
|
Patrick Stevens
|
569b3cc553
|
Pull out general changes from ArgParser PR (#217)
|
2024-08-25 19:23:23 +00:00 |
|
Patrick Stevens
|
f371ee59fe
|
Say which mock function wasn't implemented (#160)
|
2024-06-04 18:36:49 +01:00 |
|
Patrick Stevens
|
adf497c5db
|
Tidy up a bit more (#156)
|
2024-06-01 15:57:53 +01:00 |
|
Patrick Stevens
|
7b14e52e9d
|
Use our DSLs a bit more (#154)
|
2024-05-31 19:20:28 +01:00 |
|
Patrick Stevens
|
8e47f39efc
|
Make more extensive use of our own DSLs (#153)
|
2024-05-31 16:54:05 +00:00 |
|
Patrick Stevens
|
81b7e5361d
|
Another grand refactor (#150)
|
2024-05-30 20:34:53 +01:00 |
|
Patrick Stevens
|
e3081c3136
|
Deal with unit type in generated mock (#124)
|
2024-04-17 08:44:31 +01:00 |
|
Patrick Stevens
|
f7458f521e
|
Track inheritance in GenerateMock (#122)
|
2024-04-16 22:23:32 +01:00 |
|
Patrick Stevens
|
afc952241d
|
Add docstring to generated mock (#95)
|
2024-02-13 23:19:47 +00:00 |
|
Patrick Stevens
|
c3af52596f
|
Permit public mocks (#94)
|
2024-02-13 19:58:30 +00:00 |
|
Patrick Stevens
|
8bd13c0bb4
|
Add open statements in generated mocks (#93)
|
2024-02-13 19:26:50 +00:00 |
|
Patrick Stevens
|
7ef393a28d
|
Split attributes into their own assembly (#86)
|
2024-02-07 01:27:57 +00:00 |
|
Patrick Stevens
|
7b3bd32323
|
Add ability to mock out curried functions (#58)
|
2023-12-31 12:28:51 +00:00 |
|
Patrick Stevens
|
ff2c08d54f
|
Stamp out records corresponding to interfaces (#56)
|
2023-12-30 23:41:27 +00:00 |
|