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
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]
30eb28d00a
Bump WoofWare.Whippet.Fantomas from 0.6.3 to 0.6.4 ( #440 )
2025-10-20 11:13:03 +00: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]
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]
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
dependabot[bot]
cdc6f2d511
Bump fsharp-analyzers from 0.29.1 to 0.30.0 ( #355 )
...
* Bump fsharp-analyzers from 0.29.1 to 0.30.0
Bumps [fsharp-analyzers](https://github.com/ionide/FSharp.Analyzers.SDK ) from 0.29.1 to 0.30.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.29.1...v0.30.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
---------
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-01 08:23:43 +00:00
dependabot[bot]
8602894efc
Bump fsharp-analyzers from 0.29.0 to 0.29.1 ( #348 )
...
* Bump fsharp-analyzers from 0.29.0 to 0.29.1
Bumps [fsharp-analyzers](https://github.com/ionide/FSharp.Analyzers.SDK ) from 0.29.0 to 0.29.1.
- [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.29.0...v0.29.1 )
---
updated-dependencies:
- dependency-name: fsharp-analyzers
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-10 18:41:51 +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
dependabot[bot]
74fdd7c0a9
Bump fantomas from 6.3.16 to 7.0.0 ( #326 )
...
* Bump fantomas from 6.3.16 to 7.0.0
Bumps [fantomas](https://github.com/fsprojects/fantomas ) from 6.3.16 to 7.0.0.
- [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.16...v7.0.0 )
---
updated-dependencies:
- dependency-name: fantomas
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* Deps
* Format
---------
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 10:35:58 +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]
d571da6a22
Bump fantomas from 6.3.15 to 6.3.16 ( #296 )
...
* Bump fantomas from 6.3.15 to 6.3.16
Bumps [fantomas](https://github.com/fsprojects/fantomas ) from 6.3.15 to 6.3.16.
- [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.15...v6.3.16 )
---
updated-dependencies:
- dependency-name: fantomas
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-04 17:42:25 +00: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
dependabot[bot]
93ffc065cd
Bump Microsoft.NET.Test.Sdk from 17.11.0 to 17.11.1 ( #248 )
...
* Bump Microsoft.NET.Test.Sdk from 17.11.0 to 17.11.1
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest ) from 17.11.0 to 17.11.1.
- [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.0...v17.11.1 )
---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bump fantomas from 6.3.11 to 6.3.12
Bumps [fantomas](https://github.com/fsprojects/fantomas ) from 6.3.11 to 6.3.12.
- [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.11...v6.3.12 )
---
updated-dependencies:
- dependency-name: fantomas
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-09 19:33:39 +00:00
dependabot[bot]
70aaf8c408
Bump actions/attest-build-provenance from 1.4.1 to 1.4.2 ( #221 )
...
* Bump actions/attest-build-provenance from 1.4.1 to 1.4.2
Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance ) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/actions/attest-build-provenance/releases )
- [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md )
- [Commits](310b0a4a3b...6149ea5740 )
---
updated-dependencies:
- dependency-name: actions/attest-build-provenance
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.10.0 to 17.11.0
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest ) from 17.10.0 to 17.11.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.10.0...v17.11.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 from 4.0.44 to 4.1.2
Bumps [ApiSurface](https://github.com/G-Research/ApiSurface ) from 4.0.44 to 4.1.2.
- [Release notes](https://github.com/G-Research/ApiSurface/releases )
- [Commits](https://github.com/G-Research/ApiSurface/compare/ApiSurface.4.0.44...ApiSurface.4.1.2 )
---
updated-dependencies:
- dependency-name: ApiSurface
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bump NUnit from 4.1.0 to 4.2.1
Bumps [NUnit](https://github.com/nunit/nunit ) from 4.1.0 to 4.2.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.1.0...4.2.1 )
---
updated-dependencies:
- dependency-name: NUnit
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bump fsharp-analyzers from 0.26.1 to 0.27.0
Bumps [fsharp-analyzers](https://github.com/ionide/FSharp.Analyzers.SDK ) from 0.26.1 to 0.27.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.26.1...v0.27.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 fantomas from 6.3.10 to 6.3.11
Bumps [fantomas](https://github.com/fsprojects/fantomas ) from 6.3.10 to 6.3.11.
- [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.10...v6.3.11 )
---
updated-dependencies:
- dependency-name: fantomas
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* Deps
* Bump 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 >
2024-08-26 11:07:27 +00:00
dependabot[bot]
811026996c
Bump fsharp-analyzers from 0.26.0 to 0.26.1 ( #208 )
...
* Bump Nerdbank.GitVersioning from 3.6.139 to 3.6.141
Bumps [Nerdbank.GitVersioning](https://github.com/dotnet/Nerdbank.GitVersioning ) from 3.6.139 to 3.6.141.
- [Release notes](https://github.com/dotnet/Nerdbank.GitVersioning/releases )
- [Commits](https://github.com/dotnet/Nerdbank.GitVersioning/compare/v3.6.139...v3.6.141 )
---
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 fsharp-analyzers from 0.26.0 to 0.26.1
Bumps [fsharp-analyzers](https://github.com/ionide/FSharp.Analyzers.SDK ) from 0.26.0 to 0.26.1.
- [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.26.0...v0.26.1 )
---
updated-dependencies:
- dependency-name: fsharp-analyzers
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bump 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-08-12 11:35:03 +00:00
dependabot[bot]
d7d6c57910
Bump fantomas from 6.3.9 to 6.3.10 ( #198 )
...
Bumps fantomas from 6.3.9 to 6.3.10.
---
updated-dependencies:
- dependency-name: fantomas
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-15 17:44:58 +00:00
dependabot[bot]
68bd4bc1fd
Bump fantomas from 6.3.7 to 6.3.9 ( #162 )
...
* 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 >
* 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:04:02 +01:00
dependabot[bot]
f8296e54bc
Bump fantomas from 6.3.4 to 6.3.7 ( #158 )
...
* Bump fantomas from 6.3.4 to 6.3.7
Bumps [fantomas](https://github.com/fsprojects/fantomas ) from 6.3.4 to 6.3.7.
- [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.4...v6.3.7 )
---
updated-dependencies:
- dependency-name: fantomas
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* Upgrade Fantomas
---------
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-03 18:31:24 +01:00
dependabot[bot]
61b07ad802
Bump fsharp-analyzers from 0.25.0 to 0.26.0 ( #134 )
...
* Bump fsharp-analyzers from 0.25.0 to 0.26.0
Bumps [fsharp-analyzers](https://github.com/ionide/FSharp.Analyzers.SDK ) from 0.25.0 to 0.26.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.25.0...v0.26.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 >
---------
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-05-20 19:02:54 +00:00
dependabot[bot]
f562271c12
Bump fantomas from 6.3.3 to 6.3.4 ( #126 )
...
* Bump ApiSurface from 4.0.33 to 4.0.36
Bumps [ApiSurface](https://github.com/G-Research/ApiSurface ) from 4.0.33 to 4.0.36.
- [Release notes](https://github.com/G-Research/ApiSurface/releases )
- [Commits](https://github.com/G-Research/ApiSurface/compare/ApiSurface.4.0.33...ApiSurface.4.0.36 )
---
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.3 to 6.3.4
Bumps [fantomas](https://github.com/fsprojects/fantomas ) from 6.3.3 to 6.3.4.
- [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.3...v6.3.4 )
---
updated-dependencies:
- dependency-name: fantomas
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* Drive-by
* 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-04-22 23:36:02 +01:00
dependabot[bot]
bfc25a672b
Bump fantomas from 6.3.0 to 6.3.3 ( #120 )
...
* Bump fantomas from 6.3.0 to 6.3.3
Bumps [fantomas](https://github.com/fsprojects/fantomas ) from 6.3.0 to 6.3.3.
- [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.0...v6.3.3 )
---
updated-dependencies:
- dependency-name: fantomas
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* Fix dep
---------
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-04-15 21:23:09 +00:00
dependabot[bot]
af7fcb3028
Bump fantomas from 6.3.0-alpha-008 to 6.3.0 ( #118 )
...
* Bump fantomas from 6.3.0-alpha-008 to 6.3.0
Bumps [fantomas](https://github.com/fsprojects/fantomas ) from 6.3.0-alpha-008 to 6.3.0.
- [Release notes](https://github.com/fsprojects/fantomas/releases )
- [Changelog](https://github.com/fsprojects/fantomas/blob/main/CHANGELOG.md )
- [Commits](https://github.com/fsprojects/fantomas/commits/v6.3.0 )
---
updated-dependencies:
- dependency-name: fantomas
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-03-19 23:07:38 +00:00
dependabot[bot]
1144e93c1c
Bump ApiSurface from 4.0.30 to 4.0.33 ( #115 )
...
* Bump NUnit from 3.13.3 to 4.1.0
Bumps [NUnit](https://github.com/nunit/nunit ) from 3.13.3 to 4.1.0.
- [Release notes](https://github.com/nunit/nunit/releases )
- [Changelog](https://github.com/nunit/nunit/blob/master/CHANGES.md )
- [Commits](https://github.com/nunit/nunit/compare/v3.13.3...4.1.0 )
---
updated-dependencies:
- dependency-name: NUnit
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* Fix deps
* Bump NUnit from 4.0.1 to 4.1.0
Bumps [NUnit](https://github.com/nunit/nunit ) from 4.0.1 to 4.1.0.
- [Release notes](https://github.com/nunit/nunit/releases )
- [Changelog](https://github.com/nunit/nunit/blob/master/CHANGES.md )
- [Commits](https://github.com/nunit/nunit/compare/v4.0.1...4.1.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 fantomas from 6.3.0-alpha-007 to 6.3.0-alpha-008
Bumps [fantomas](https://github.com/fsprojects/fantomas ) from 6.3.0-alpha-007 to 6.3.0-alpha-008.
- [Release notes](https://github.com/fsprojects/fantomas/releases )
- [Changelog](https://github.com/fsprojects/fantomas/blob/main/CHANGELOG.md )
- [Commits](https://github.com/fsprojects/fantomas/commits )
---
updated-dependencies:
- dependency-name: fantomas
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bump ApiSurface from 4.0.30 to 4.0.33
Bumps [ApiSurface](https://github.com/G-Research/ApiSurface ) from 4.0.30 to 4.0.33.
- [Release notes](https://github.com/G-Research/ApiSurface/releases )
- [Commits](https://github.com/G-Research/ApiSurface/commits/ApiSurface.4.0.33 )
---
updated-dependencies:
- dependency-name: ApiSurface
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bump lots of 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 <patrick+github@patrickstevens.co.uk >
2024-03-04 19:43:53 +00:00
dependabot[bot]
d07541c2c2
Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0 ( #102 )
...
* Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest ) from 17.8.0 to 17.9.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.8.0...v17.9.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 from 4.0.28 to 4.0.30
Bumps [ApiSurface](https://github.com/G-Research/ApiSurface ) from 4.0.28 to 4.0.30.
- [Commits](https://github.com/G-Research/ApiSurface/commits )
---
updated-dependencies:
- dependency-name: ApiSurface
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bump fsharp-analyzers from 0.24.0 to 0.25.0
Bumps [fsharp-analyzers](https://github.com/ionide/FSharp.Analyzers.SDK ) from 0.24.0 to 0.25.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.24.0...v0.25.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 deps
* Fix
* Bump analysers
* 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 <patrick+github@patrickstevens.co.uk >
2024-02-19 18:11:35 +00:00
Patrick Stevens
626f6ef137
Upgrade analyzers ( #77 )
2024-01-30 09:29:20 +00:00
dependabot[bot]
5c1841c3d2
Bump fantomas from 6.3.0-alpha-005 to 6.3.0-alpha-007 ( #74 )
...
* Bump fantomas from 6.3.0-alpha-005 to 6.3.0-alpha-007
Bumps [fantomas](https://github.com/fsprojects/fantomas ) from 6.3.0-alpha-005 to 6.3.0-alpha-007.
- [Release notes](https://github.com/fsprojects/fantomas/releases )
- [Changelog](https://github.com/fsprojects/fantomas/blob/main/CHANGELOG.md )
- [Commits](https://github.com/fsprojects/fantomas/commits )
---
updated-dependencies:
- dependency-name: fantomas
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* Fix
* Reformat
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Smaug123 <patrick+github@patrickstevens.co.uk >
2024-01-29 19:11:20 +00:00
dependabot[bot]
41e9e4f82c
Bump fsharp-analyzers from 0.22.0 to 0.23.0 ( #64 )
2024-01-08 19:27:33 +00:00
Patrick Stevens
f1304df21d
NuGet Pack ( #15 )
2023-12-27 22:47:35 +00:00
Patrick Stevens
0f42e6fda9
Upgrade Myriad ( #7 )
2023-12-24 12:43:01 +00:00