diff --git a/docs/parameterised.md b/docs/parameterised.md index ae51887f6..f73f4d9ae 100644 --- a/docs/parameterised.md +++ b/docs/parameterised.md @@ -379,7 +379,7 @@ public Task UseTextForParametersFluent(string arg) => Verify(arg + "UseTextForParametersFluent") .UseTextForParameters(arg); ``` -snippet source | anchor +snippet source | anchor Results in: @@ -414,7 +414,7 @@ public Task IgnoreParametersForVerifiedFluent(string arg) => Verify("valueIgnoreParametersForVerifiedFluent") .IgnoreParametersForVerified(arg); ``` -snippet source | anchor +snippet source | anchor Results in: diff --git a/readme.md b/readme.md index 688eaae13..63282069b 100644 --- a/readme.md +++ b/readme.md @@ -585,6 +585,7 @@ Nick Chapsas (1 Aug 2022)](https://www.youtube.com/watch?v=Q1_YkcPwpqY) * [Verify.Avalonia](https://github.com/VerifyTests/Verify.Avalonia): Verification of [Avalonia UIs](https://avaloniaui.net/). * [Verify.Blazor](https://github.com/VerifyTests/Verify.Blazor): Verification of [Blazor Component](https://docs.microsoft.com/en-us/aspnet/core/blazor/#components) via [bunit](https://bunit.egilhansen.com) or via raw Blazor rendering. * [Verify.Brighter](https://github.com/VerifyTests/Verify.Brighter): Verification of [Brighter](https://www.goparamore.io/) bits. + * [Verify.CommunityToolkit.Mvvm](https://github.com/VerifyTests/Verify.CommunityToolkit.Mvvm): Verification of [CommunityToolkit.Mvvm](https://learn.microsoft.com/en-us/dotnet/communitytoolkit/mvvm/). * [Verify.Cosmos](https://github.com/VerifyTests/Verify.Cosmos): Verification of [Azure CosmosDB](https://docs.microsoft.com/en-us/azure/cosmos-db/). * Bunsen-Burner support: [BunsenBurner.Verify.NUnit](https://github.com/bmazzarol/Bunsen-Burner/blob/main/BunsenBurner.Verify.NUnit/README.md) / [BunsenBurner.Verify.Xunit](https://github.com/bmazzarol/Bunsen-Burner/blob/main/BunsenBurner.Verify.Xunit/README.md). * [Verify.DiffPlex](https://github.com/VerifyTests/Verify.DiffPlex): Comparison of text via [DiffPlex](https://github.com/mmanela/diffplex).