diff --git a/readme.source.md b/readme.source.md index 8008dd115..4baa5e92f 100644 --- a/readme.source.md +++ b/readme.source.md @@ -289,6 +289,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). diff --git a/src/AutoVerifyTests/Tests.cs b/src/AutoVerifyTests/Tests.cs index 957ceeab3..f3232bfa0 100644 --- a/src/AutoVerifyTests/Tests.cs +++ b/src/AutoVerifyTests/Tests.cs @@ -10,7 +10,6 @@ static Tests() #endregion } - [Fact] public async Task Simple() { diff --git a/src/Verify.Expecto/Verifier_Archive.cs b/src/Verify.Expecto/Verifier_Archive.cs index 83232ca1e..fb732b947 100644 --- a/src/Verify.Expecto/Verifier_Archive.cs +++ b/src/Verify.Expecto/Verifier_Archive.cs @@ -38,7 +38,6 @@ public static Task VerifyZip( return Verify(settings, assembly, sourceFile, name, _ => _.VerifyZip(path, include, info, fileScrubber), true); } - /// /// Verifies the contents of a /// diff --git a/src/Verify.Tests/DateFormatterTests.cs b/src/Verify.Tests/DateFormatterTests.cs index 350b5cf51..720f6f31f 100644 --- a/src/Verify.Tests/DateFormatterTests.cs +++ b/src/Verify.Tests/DateFormatterTests.cs @@ -130,7 +130,6 @@ public async Task DateTimeOffsetCombinations() value = value.AddSeconds(.5); } - jsonValues.Add(name.ToString(), DateFormatter.ToJsonString(value)); parameterValues.Add(name.ToString(), DateFormatter.ToParameterString(value)); } diff --git a/src/Verify.Tests/Naming/NamerTests.cs b/src/Verify.Tests/Naming/NamerTests.cs index 05501d775..dddd77072 100644 --- a/src/Verify.Tests/Naming/NamerTests.cs +++ b/src/Verify.Tests/Naming/NamerTests.cs @@ -408,7 +408,6 @@ public Task GetRuntimeAndVersion() .UniqueForRuntimeAndVersion(); } - #region UseTextForParameters [Theory]