Patrick Stevens
95f5ceab03
Add no-attribute support for CreateCatamorphism ( #461 )
2025-11-28 18:58:27 +00:00
dependabot[bot]
2a7b5822b8
Bump WoofWare.Expect from 0.8.4 to 0.8.5 ( #460 )
...
* Bump WoofWare.Expect from 0.8.4 to 0.8.5
---
updated-dependencies:
- dependency-name: WoofWare.Expect
dependency-version: 0.8.5
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 >
2025-11-25 11:04:43 +00:00
Patrick Stevens
038b424906
Add type-level help text support to ArgParser generator ( #457 )
...
The ArgumentHelpText attribute can now be applied to the record type itself
to display help text at the top of the --help output, before field descriptions.
This enables better documentation of command-line argument parsers.
Features:
- Type-level help text appears before argument list
- Multiline help text is supported
- Backward compatible with existing code
- Help text appears in both --help and error messages
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-authored-by: Claude <noreply@anthropic.com >
2025-11-21 06:32:55 +00:00
Patrick Stevens
2fc8ba958c
Add IAsyncDisposable support in mock generators ( #456 )
...
* Add IAsyncDisposable support to mock generators
Extend both GenerateMock and GenerateCapturingMock to support interfaces
that inherit IAsyncDisposable, mirroring the existing IDisposable pattern.
Changes:
- Add IAsyncDisposable to KnownInheritance type
- Detect IAsyncDisposable inheritance in interface parsing
- Generate DisposeAsync field with ValueTask return type
- Initialize DisposeAsync with completed ValueTask() in Empty mock
- Implement System.IAsyncDisposable interface explicitly
- Support interfaces inheriting both IDisposable and IAsyncDisposable
Test cases added:
- TypeWithAsyncDisposable: interface with only IAsyncDisposable
- TypeWithBothDisposables: interface with both disposal interfaces
🤖 Generated with [Claude Code](https://claude.com/claude-code )
2025-11-20 08:59:30 +00:00
Patrick Stevens
67e051b6b3
Add --no- prefix for bools ( #455 )
...
Implements support for --no- prefix negation on boolean and flag DU fields
when marked with [<ArgumentNegateWithPrefix>]. This allows both --flag and
--no-flag forms to be accepted, with --no- variants negating the value.
Changes:
- Extend ArgParserGenerator to generate --no- prefix handling
- Add conflict detection for overlapping --no- prefixed arguments
- Update help text to display both forms (e.g., --verbose / --no-verbose)
- Add test examples in ArgParserNegationTests.fs demonstrating:
- Boolean field negation
- Flag DU negation
- Multiple ArgumentLongForm with negation
- Combined features (defaults, help text)
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-11-19 07:53:15 +00:00
dependabot[bot]
6dee454229
Bump ApiSurface from 5.0.2 to 5.0.3 ( #452 )
...
* Bump ApiSurface from 5.0.2 to 5.0.3
---
updated-dependencies:
- dependency-name: ApiSurface
dependency-version: 5.0.3
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: ApiSurface
dependency-version: 5.0.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bump fsharp-analyzers from 0.33.1 to 0.34.1
---
updated-dependencies:
- dependency-name: fsharp-analyzers
dependency-version: 0.34.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bump Microsoft.NET.Test.Sdk from 18.0.0 to 18.0.1
---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
dependency-version: 18.0.1
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: Microsoft.NET.Test.Sdk
dependency-version: 18.0.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* Deps
* Analyzers too
---------
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-11-17 22:29:40 +00:00
dependabot[bot]
f95437aa48
Bump FsCheck from 3.3.1 to 3.3.2 ( #449 )
...
* Bump FsCheck from 3.3.1 to 3.3.2
---
updated-dependencies:
- dependency-name: FsCheck
dependency-version: 3.3.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bump Nerdbank.GitVersioning from 3.8.118 to 3.9.50
---
updated-dependencies:
- dependency-name: Nerdbank.GitVersioning
dependency-version: 3.9.50
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 >
2025-11-10 17:50:04 +00:00
dependabot[bot]
ecbe425f66
Bump WoofWare.Expect from 0.8.3 to 0.8.4 ( #442 )
...
* Bump WoofWare.Expect from 0.8.3 to 0.8.4
---
updated-dependencies:
- dependency-name: WoofWare.Expect
dependency-version: 0.8.4
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 >
2025-10-20 13:15:33 +00:00
dependabot[bot]
fa81119cec
Bump Microsoft.NET.Test.Sdk from 17.14.1 to 18.0.0 ( #434 )
...
* Bump Microsoft.NET.Test.Sdk from 17.14.1 to 18.0.0
---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
dependency-version: 18.0.0
dependency-type: direct:production
update-type: version-update:semver-major
- dependency-name: Microsoft.NET.Test.Sdk
dependency-version: 18.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bump NUnit3TestAdapter from 5.0.0 to 5.2.0
---
updated-dependencies:
- dependency-name: NUnit3TestAdapter
dependency-version: 5.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: NUnit3TestAdapter
dependency-version: 5.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bump WoofWare.Expect from 0.8.2 to 0.8.3
---
updated-dependencies:
- dependency-name: WoofWare.Expect
dependency-version: 0.8.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bump ApiSurface from 5.0.1 to 5.0.2
---
updated-dependencies:
- dependency-name: ApiSurface
dependency-version: 5.0.2
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: ApiSurface
dependency-version: 5.0.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bump TypeEquality from 0.3.0 to 0.4.2
---
updated-dependencies:
- dependency-name: TypeEquality
dependency-version: 0.4.2
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 >
2025-10-13 17:39:07 +00:00
Patrick Stevens
1721ad1ac0
Unconditional function for empty generating mock ( #430 )
2025-09-30 21:52:59 +00:00
Patrick Stevens
1b85182b9d
GenerateCapturingMock that captures calls made to it ( #425 )
2025-09-18 15:42:10 +01:00
Patrick Stevens
8e415ea679
Bump ApiSurface ( #420 )
2025-09-08 20:40:27 +00:00
dependabot[bot]
b7427b523a
Bump WoofWare.Expect from 0.8.1 to 0.8.2 ( #419 )
...
* Bump WoofWare.Expect from 0.8.1 to 0.8.2
---
updated-dependencies:
- dependency-name: WoofWare.Expect
dependency-version: 0.8.2
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 >
2025-09-08 17:45:48 +00:00
dependabot[bot]
e1e7198cc4
Bump FsCheck from 3.3.0 to 3.3.1 ( #415 )
...
* Bump FsCheck from 3.3.0 to 3.3.1
---
updated-dependencies:
- dependency-name: FsCheck
dependency-version: 3.3.1
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 >
2025-08-26 08:03:52 +01:00
dependabot[bot]
628f87d67f
Bump fsharp-analyzers and WoofWare.Expect ( #409 )
...
* Bump fsharp-analyzers and WoofWare.Expect
Bumps fsharp-analyzers from 0.32.0 to 0.32.1
Bumps WoofWare.Expect from 0.6.2 to 0.8.1
---
updated-dependencies:
- dependency-name: fsharp-analyzers
dependency-version: 0.32.1
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: WoofWare.Expect
dependency-version: 0.8.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 >
2025-08-04 17:46:58 +00:00
dependabot[bot]
69f1112a52
Bump WoofWare.Expect from 0.5.1 to 0.6.2 ( #406 )
2025-07-28 17:20:03 +00:00
dependabot[bot]
6491fc68f4
Bump ApiSurface to 4.1.22 ( #403 )
...
* Bump ApiSurface to 4.1.22
---
updated-dependencies:
- dependency-name: ApiSurface
dependency-version: 4.1.22
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: ApiSurface
dependency-version: 4.1.22
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* Deps
* 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 >
2025-07-14 21:07:28 +00:00
dependabot[bot]
7f20ed9761
Bump WoofWare.Expect from 0.4.5 to 0.5.1 ( #401 )
...
* Bump WoofWare.Expect from 0.4.5 to 0.5.1
---
updated-dependencies:
- dependency-name: WoofWare.Expect
dependency-version: 0.5.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 >
2025-07-07 21:14:55 +01:00
dependabot[bot]
470b073884
Bump FsUnit from 7.0.1 to 7.1.1 ( #399 )
...
* Bump FsUnit from 7.0.1 to 7.1.1
---
updated-dependencies:
- dependency-name: FsUnit
dependency-version: 7.1.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 >
2025-06-30 18:12:05 +00:00
dependabot[bot]
510c4da2ca
Bump WoofWare.Expect from 0.4.2 to 0.4.5 ( #397 )
...
* Bump WoofWare.Expect from 0.4.2 to 0.4.5
---
updated-dependencies:
- dependency-name: WoofWare.Expect
dependency-version: 0.4.5
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 >
2025-06-23 23:03:31 +00:00
Patrick Stevens
4236b26189
Parse OpenAPI 3 files ( #392 )
2025-06-18 18:00:56 +00:00
Patrick Stevens
4fe4e3f277
Add JSON headers automatically to Body in HTTP client ( #395 )
2025-06-18 15:46:14 +00:00
Patrick Stevens
e6867572b7
Add swagger v3 types and remove v2 types from surface ( #390 )
2025-06-17 21:07:14 +00:00
dependabot[bot]
5a92d86ad1
Bump ApiSurface to 4.1.21 ( #389 )
...
* Bump ApiSurface to 4.1.21
---
updated-dependencies:
- dependency-name: ApiSurface
dependency-version: 4.1.21
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: ApiSurface
dependency-version: 4.1.21
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 >
2025-06-16 11:59:59 +00:00
dependabot[bot]
17cbaf4a85
Bump FsCheck and Microsoft.NET.Test.Sdk ( #384 )
...
* Bump FsCheck and Microsoft.NET.Test.Sdk
Bumps FsCheck from 3.2.0 to 3.3.0
Bumps Microsoft.NET.Test.Sdk to 17.14.1, 17.14.1
---
updated-dependencies:
- dependency-name: FsCheck
dependency-version: 3.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: Microsoft.NET.Test.Sdk
dependency-version: 17.14.1
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: Microsoft.NET.Test.Sdk
dependency-version: 17.14.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Deps
* Bump
---------
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-06-13 21:30:23 +00:00
Patrick Stevens
0fe97da788
Have arg parser take string -> string option ( #368 )
2025-04-21 09:07:58 +00:00
Patrick Stevens
7930039ad1
Revert "Some fixes to nullability ( #365 )" ( #366 )
...
This reverts commit 8d275f0047 .
2025-04-20 17:02:40 +00:00
Patrick Stevens
8d275f0047
Some fixes to nullability ( #365 )
2025-04-20 16:26:45 +00:00
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
dependabot[bot]
a5f4d169ca
Bump FSharp.Core and WoofWare.Whippet.Fantomas ( #352 )
...
* 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.1 to 0.3.2
- [Commits](https://github.com/Smaug123/WoofWare.Whippet/commits )
---
updated-dependencies:
- dependency-name: FSharp.Core
dependency-type: direct:production
update-type: version-update:semver-major
- dependency-name: WoofWare.Whippet.Fantomas
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bump ApiSurface and FSharp.Core
Bumps [ApiSurface](https://github.com/G-Research/ApiSurface ) and [FSharp.Core](https://github.com/Microsoft/visualfsharp ). These dependencies needed to be updated together.
Updates `ApiSurface` from 4.1.17 to 4.1.20
- [Release notes](https://github.com/G-Research/ApiSurface/releases )
- [Commits](https://github.com/G-Research/ApiSurface/compare/ApiSurface.4.1.17...ApiSurface.4.1.20 )
Updates `FSharp.Core` from 4.3.4 to 4.3.4
- [Release notes](https://github.com/Microsoft/visualfsharp/releases )
- [Changelog](https://github.com/dotnet/fsharp/blob/main/release-notes.md )
- [Commits](https://github.com/Microsoft/visualfsharp/commits )
---
updated-dependencies:
- dependency-name: ApiSurface
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: FSharp.Core
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 >
2025-03-24 19:38:01 +00:00
dependabot[bot]
603f875a12
Bump ApiSurface and FSharp.Core ( #341 )
...
* Automated commit
* Bump Microsoft.NET.Test.Sdk from 17.12.0 to 17.13.0
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest ) from 17.12.0 to 17.13.0.
- [Release notes](https://github.com/microsoft/vstest/releases )
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md )
- [Commits](https://github.com/microsoft/vstest/compare/v17.12.0...v17.13.0 )
---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bump ApiSurface and FSharp.Core
Bumps [ApiSurface](https://github.com/G-Research/ApiSurface ) and [FSharp.Core](https://github.com/Microsoft/visualfsharp ). These dependencies needed to be updated together.
Updates `ApiSurface` from 4.1.16 to 4.1.17
- [Release notes](https://github.com/G-Research/ApiSurface/releases )
- [Commits](https://github.com/G-Research/ApiSurface/compare/ApiSurface.4.1.16...ApiSurface.4.1.17 )
Updates `FSharp.Core` from 4.3.4 to 4.3.4
- [Release notes](https://github.com/Microsoft/visualfsharp/releases )
- [Changelog](https://github.com/dotnet/fsharp/blob/main/release-notes.md )
- [Commits](https://github.com/Microsoft/visualfsharp/commits )
---
updated-dependencies:
- dependency-name: ApiSurface
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: FSharp.Core
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bump fantomas from 7.0.0 to 7.0.1
Bumps [fantomas](https://github.com/fsprojects/fantomas ) from 7.0.0 to 7.0.1.
- [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/v7.0.0...v7.0.1 )
---
updated-dependencies:
- dependency-name: fantomas
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bump NUnit3TestAdapter from 4.6.0 to 5.0.0
Bumps [NUnit3TestAdapter](https://github.com/nunit/nunit3-vs-adapter ) from 4.6.0 to 5.0.0.
- [Release notes](https://github.com/nunit/nunit3-vs-adapter/releases )
- [Commits](https://github.com/nunit/nunit3-vs-adapter/compare/V4.6.0...V5.0.0 )
---
updated-dependencies:
- dependency-name: NUnit3TestAdapter
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* Deps
* Suppress build warning
* Revert "Merge remote-tracking branch 'origin/auto_pr2025_02_23-01_20_56_533960' into dependabot/nuget/multi-be38daf731"
This reverts commit d2bb029b2b , reversing
changes made to 7a2fe4a014 .
* Deps
* Revert
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: patrick-conscriptus[bot] <175414948+patrick-conscriptus[bot]@users.noreply.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-02-25 00:28:26 +00:00
dependabot[bot]
2df41555de
Bump fsharp-analyzers from 0.28.0 to 0.29.0, and FsUnit ( #338 )
...
* Bump fsharp-analyzers from 0.28.0 to 0.29.0
Bumps [fsharp-analyzers](https://github.com/ionide/FSharp.Analyzers.SDK ) from 0.28.0 to 0.29.0.
- [Release notes](https://github.com/ionide/FSharp.Analyzers.SDK/releases )
- [Changelog](https://github.com/ionide/FSharp.Analyzers.SDK/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ionide/FSharp.Analyzers.SDK/compare/v0.28.0...v0.29.0 )
---
updated-dependencies:
- dependency-name: fsharp-analyzers
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bump analysers
* Deps
* Upgrade
---------
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-02-20 10:44:45 +00:00
Patrick Stevens
277a186fda
Allow properties in mocked interfaces ( #336 )
2025-02-12 23:53:15 +00:00
dependabot[bot]
c7fea55e28
Bump FsCheck from 3.0.1 to 3.1.0 ( #333 )
...
* Bump FsCheck from 3.0.1 to 3.1.0
Bumps [FsCheck](https://github.com/Fscheck/fscheck ) from 3.0.1 to 3.1.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.0.1...3.1.0 )
---
updated-dependencies:
- dependency-name: FsCheck
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 >
2025-02-03 17:28:07 +00:00
dependabot[bot]
b272f8b645
Bump FsCheck from 3.0.0 to 3.0.1 ( #330 )
...
* Bump FsCheck from 3.0.0 to 3.0.1
Bumps [FsCheck](https://github.com/Fscheck/fscheck ) from 3.0.0 to 3.0.1.
- [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.0.0...3.0.1 )
---
updated-dependencies:
- dependency-name: FsCheck
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 >
2025-01-29 00:49:28 +00:00
dependabot[bot]
23f55814f9
Bump ApiSurface from 4.1.15 to 4.1.16 ( #325 )
...
* Bump FsCheck from 2.16.6 to 3.0.0
Bumps [FsCheck](https://github.com/Fscheck/fscheck ) from 2.16.6 to 3.0.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/2.16.6...3.0.0 )
---
updated-dependencies:
- dependency-name: FsCheck
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bump ApiSurface from 4.1.15 to 4.1.16
Bumps [ApiSurface](https://github.com/G-Research/ApiSurface ) from 4.1.15 to 4.1.16.
- [Release notes](https://github.com/G-Research/ApiSurface/releases )
- [Commits](https://github.com/G-Research/ApiSurface/compare/ApiSurface.4.1.15...ApiSurface.4.1.16 )
---
updated-dependencies:
- dependency-name: ApiSurface
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bump Nerdbank.GitVersioning from 3.7.112 to 3.7.115
Bumps [Nerdbank.GitVersioning](https://github.com/dotnet/Nerdbank.GitVersioning ) from 3.7.112 to 3.7.115.
- [Release notes](https://github.com/dotnet/Nerdbank.GitVersioning/releases )
- [Commits](https://github.com/dotnet/Nerdbank.GitVersioning/commits )
---
updated-dependencies:
- dependency-name: Nerdbank.GitVersioning
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* Lockfile
* Fix tests
* Fix
---------
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-01-14 01:16:20 +00:00
dependabot[bot]
b44c8db6e9
Bump NUnit from 4.3.1 to 4.3.2 ( #320 )
...
* Bump NUnit from 4.3.1 to 4.3.2
Bumps [NUnit](https://github.com/nunit/nunit ) from 4.3.1 to 4.3.2.
- [Release notes](https://github.com/nunit/nunit/releases )
- [Changelog](https://github.com/nunit/nunit/blob/main/CHANGES.md )
- [Commits](https://github.com/nunit/nunit/compare/4.3.1...4.3.2 )
---
updated-dependencies:
- dependency-name: NUnit
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* Fix
---------
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-12-30 22:43:17 +00:00
dependabot[bot]
93538ee6b4
Bump NUnit from 4.3.0 to 4.3.1 ( #315 )
...
* Bump NUnit from 4.3.0 to 4.3.1
Bumps [NUnit](https://github.com/nunit/nunit ) from 4.3.0 to 4.3.1.
- [Release notes](https://github.com/nunit/nunit/releases )
- [Changelog](https://github.com/nunit/nunit/blob/main/CHANGES.md )
- [Commits](https://github.com/nunit/nunit/compare/4.3.0...4.3.1 )
---
updated-dependencies:
- dependency-name: NUnit
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bump ApiSurface from 4.1.14 to 4.1.15
Bumps [ApiSurface](https://github.com/G-Research/ApiSurface ) from 4.1.14 to 4.1.15.
- [Release notes](https://github.com/G-Research/ApiSurface/releases )
- [Commits](https://github.com/G-Research/ApiSurface/compare/ApiSurface.4.1.14...ApiSurface.4.1.15 )
---
updated-dependencies:
- dependency-name: ApiSurface
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-12-23 11:45:33 +00:00
dependabot[bot]
1367e00f34
Bump Nerdbank.GitVersioning from 3.6.146 to 3.7.112 ( #311 )
...
* Bump NUnit from 4.2.2 to 4.3.0
Bumps [NUnit](https://github.com/nunit/nunit ) from 4.2.2 to 4.3.0.
- [Release notes](https://github.com/nunit/nunit/releases )
- [Changelog](https://github.com/nunit/nunit/blob/main/CHANGES.md )
- [Commits](https://github.com/nunit/nunit/compare/4.2.2...4.3.0 )
---
updated-dependencies:
- dependency-name: NUnit
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bump Nerdbank.GitVersioning from 3.6.146 to 3.7.112
Bumps [Nerdbank.GitVersioning](https://github.com/dotnet/Nerdbank.GitVersioning ) from 3.6.146 to 3.7.112.
- [Release notes](https://github.com/dotnet/Nerdbank.GitVersioning/releases )
- [Commits](https://github.com/dotnet/Nerdbank.GitVersioning/compare/v3.6.146...v3.7.112 )
---
updated-dependencies:
- dependency-name: Nerdbank.GitVersioning
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bump ApiSurface from 4.1.12 to 4.1.14
Bumps [ApiSurface](https://github.com/G-Research/ApiSurface ) from 4.1.12 to 4.1.14.
- [Release notes](https://github.com/G-Research/ApiSurface/releases )
- [Commits](https://github.com/G-Research/ApiSurface/compare/ApiSurface.4.1.12...ApiSurface.4.1.14 )
---
updated-dependencies:
- dependency-name: ApiSurface
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-12-16 11:21:31 +00:00
Patrick Stevens
4136f7fe94
Update to net9 SDK ( #302 )
2024-12-15 22:13:30 +00:00
dependabot[bot]
93a2d92299
Bump fsharp-analyzers from 0.27.0 to 0.28.0 ( #305 )
...
* Bump ApiSurface from 4.1.11 to 4.1.12
Bumps [ApiSurface](https://github.com/G-Research/ApiSurface ) from 4.1.11 to 4.1.12.
- [Release notes](https://github.com/G-Research/ApiSurface/releases )
- [Commits](https://github.com/G-Research/ApiSurface/compare/ApiSurface.4.1.11...ApiSurface.4.1.12 )
---
updated-dependencies:
- dependency-name: ApiSurface
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bump Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest ) from 17.11.1 to 17.12.0.
- [Release notes](https://github.com/microsoft/vstest/releases )
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md )
- [Commits](https://github.com/microsoft/vstest/compare/v17.11.1...v17.12.0 )
---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bump fsharp-analyzers from 0.27.0 to 0.28.0
Bumps [fsharp-analyzers](https://github.com/ionide/FSharp.Analyzers.SDK ) from 0.27.0 to 0.28.0.
- [Release notes](https://github.com/ionide/FSharp.Analyzers.SDK/releases )
- [Changelog](https://github.com/ionide/FSharp.Analyzers.SDK/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ionide/FSharp.Analyzers.SDK/compare/v0.27.0...v0.28.0 )
---
updated-dependencies:
- dependency-name: fsharp-analyzers
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Deps
* Fix flake
* Fix analysers
---------
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-11-25 16:38:14 +00:00
dependabot[bot]
fa7ef1ffba
Bump ApiSurface from 4.1.8 to 4.1.11 ( #300 )
...
* Bump ApiSurface from 4.1.8 to 4.1.11
Bumps [ApiSurface](https://github.com/G-Research/ApiSurface ) from 4.1.8 to 4.1.11.
- [Release notes](https://github.com/G-Research/ApiSurface/releases )
- [Commits](https://github.com/G-Research/ApiSurface/compare/ApiSurface.4.1.8...ApiSurface.4.1.11 )
---
updated-dependencies:
- dependency-name: ApiSurface
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-11-18 20:07:55 +00:00
dependabot[bot]
b7aa564306
Bump Nerdbank.GitVersioning from 3.6.143 to 3.6.146 ( #292 )
...
* Bump Nerdbank.GitVersioning from 3.6.143 to 3.6.146
Bumps [Nerdbank.GitVersioning](https://github.com/dotnet/Nerdbank.GitVersioning ) from 3.6.143 to 3.6.146.
- [Release notes](https://github.com/dotnet/Nerdbank.GitVersioning/releases )
- [Commits](https://github.com/dotnet/Nerdbank.GitVersioning/commits )
---
updated-dependencies:
- dependency-name: Nerdbank.GitVersioning
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bump ApiSurface from 4.1.7 to 4.1.8
Bumps [ApiSurface](https://github.com/G-Research/ApiSurface ) from 4.1.7 to 4.1.8.
- [Release notes](https://github.com/G-Research/ApiSurface/releases )
- [Commits](https://github.com/G-Research/ApiSurface/compare/ApiSurface.4.1.7...ApiSurface.4.1.8 )
---
updated-dependencies:
- dependency-name: ApiSurface
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-10-21 19:29:38 +01:00
dependabot[bot]
ca7134cfb8
Bump ApiSurface from 4.1.6 to 4.1.7 ( #290 )
...
* Bump ApiSurface from 4.1.6 to 4.1.7
Bumps [ApiSurface](https://github.com/G-Research/ApiSurface ) from 4.1.6 to 4.1.7.
- [Release notes](https://github.com/G-Research/ApiSurface/releases )
- [Commits](https://github.com/G-Research/ApiSurface/compare/ApiSurface.4.1.6...ApiSurface.4.1.7 )
---
updated-dependencies:
- dependency-name: ApiSurface
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* Fix 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-10-14 11:30:54 +00:00
dependabot[bot]
6e5c0332cd
Bump ApiSurface from 4.1.5 to 4.1.6 ( #286 )
...
* Bump ApiSurface from 4.1.5 to 4.1.6
Bumps [ApiSurface](https://github.com/G-Research/ApiSurface ) from 4.1.5 to 4.1.6.
- [Release notes](https://github.com/G-Research/ApiSurface/releases )
- [Commits](https://github.com/G-Research/ApiSurface/compare/ApiSurface.4.1.5...ApiSurface.4.1.6 )
---
updated-dependencies:
- dependency-name: ApiSurface
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-10-07 21:12:40 +01:00
Patrick Stevens
16e6b91548
Use EscapeDataString instead of UrlEncode ( #278 )
2024-10-03 15:10:39 +00:00
Patrick Stevens
0652744c57
Allow using fsproj annotations instead of attributes ( #275 )
2024-10-02 19:30:21 +00:00
Patrick Stevens
93a1b630c8
Add HTTP Swagger client generator ( #250 )
2024-09-19 17:21:09 +01:00
Patrick Stevens
4482038e8a
Support individual per-method headers ( #268 )
2024-09-19 17:08:38 +01:00
dependabot[bot]
a41fa9dd37
Bump FsUnit from 6.0.0 to 6.0.1 ( #265 )
...
* Bump fantomas from 6.3.12 to 6.3.15
Bumps [fantomas](https://github.com/fsprojects/fantomas ) from 6.3.12 to 6.3.15.
- [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.12...v6.3.15 )
---
updated-dependencies:
- dependency-name: fantomas
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bump FsUnit from 6.0.0 to 6.0.1
Bumps [FsUnit](https://github.com/fsprojects/FsUnit ) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/fsprojects/FsUnit/releases )
- [Changelog](https://github.com/fsprojects/FsUnit/blob/master/RELEASE_NOTES.md )
- [Commits](https://github.com/fsprojects/FsUnit/compare/6.0.0...6.0.1 )
---
updated-dependencies:
- dependency-name: FsUnit
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-09-16 13:56:13 +00:00