Skip to content

Commit

Permalink
Docs changes
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 25, 2025
1 parent 6f6f3a4 commit f8a9a64
Show file tree
Hide file tree
Showing 227 changed files with 264 additions and 264 deletions.
4 changes: 2 additions & 2 deletions docs/members-throw.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public Task CustomExceptionPropFluent()
.IgnoreMembersThatThrow<CustomException>();
}
```
<sup><a href='/src/Verify.Tests/Serialization/SerializationTests.cs#L3743-L3762' title='Snippet source file'>snippet source</a> | <a href='#snippet-IgnoreMembersThatThrow' title='Start of snippet'>anchor</a></sup>
<sup><a href='/src/Verify.Tests/Serialization/SerializationTests.cs#L3742-L3761' title='Snippet source file'>snippet source</a> | <a href='#snippet-IgnoreMembersThatThrow' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->

Or globally:
Expand All @@ -45,7 +45,7 @@ Or globally:
```cs
VerifierSettings.IgnoreMembersThatThrow<CustomException>();
```
<sup><a href='/src/Verify.Tests/Serialization/SerializationTests.cs#L3737-L3741' title='Snippet source file'>snippet source</a> | <a href='#snippet-IgnoreMembersThatThrowGlobal' title='Start of snippet'>anchor</a></sup>
<sup><a href='/src/Verify.Tests/Serialization/SerializationTests.cs#L3736-L3740' title='Snippet source file'>snippet source</a> | <a href='#snippet-IgnoreMembersThatThrowGlobal' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->

Result:
Expand Down
6 changes: 3 additions & 3 deletions docs/obsolete-members.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public Task WithObsoleteProp()
return Verify(target);
}
```
<sup><a href='/src/Verify.Tests/Serialization/SerializationTests.cs#L3890-L3911' title='Snippet source file'>snippet source</a> | <a href='#snippet-WithObsoleteProp' title='Start of snippet'>anchor</a></sup>
<sup><a href='/src/Verify.Tests/Serialization/SerializationTests.cs#L3889-L3910' title='Snippet source file'>snippet source</a> | <a href='#snippet-WithObsoleteProp' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->

Result:
Expand Down Expand Up @@ -79,7 +79,7 @@ public Task WithObsoletePropIncludedFluent()
.IncludeObsoletes();
}
```
<sup><a href='/src/Verify.Tests/Serialization/SerializationTests.cs#L3861-L3888' title='Snippet source file'>snippet source</a> | <a href='#snippet-WithObsoletePropIncluded' title='Start of snippet'>anchor</a></sup>
<sup><a href='/src/Verify.Tests/Serialization/SerializationTests.cs#L3860-L3887' title='Snippet source file'>snippet source</a> | <a href='#snippet-WithObsoletePropIncluded' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->

Or globally:
Expand All @@ -89,7 +89,7 @@ Or globally:
```cs
VerifierSettings.IncludeObsoletes();
```
<sup><a href='/src/Verify.Tests/Serialization/SerializationTests.cs#L3855-L3859' title='Snippet source file'>snippet source</a> | <a href='#snippet-WithObsoletePropIncludedGlobally' title='Start of snippet'>anchor</a></sup>
<sup><a href='/src/Verify.Tests/Serialization/SerializationTests.cs#L3854-L3858' title='Snippet source file'>snippet source</a> | <a href='#snippet-WithObsoletePropIncludedGlobally' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->

Result:
Expand Down
6 changes: 3 additions & 3 deletions docs/serializer-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ public Task ScopedSerializerFluent()
.AddExtraSettings(_ => _.TypeNameHandling = TypeNameHandling.All);
}
```
<sup><a href='/src/Verify.Tests/Serialization/SerializationTests.cs#L3925-L3952' title='Snippet source file'>snippet source</a> | <a href='#snippet-ScopedSerializer' title='Start of snippet'>anchor</a></sup>
<sup><a href='/src/Verify.Tests/Serialization/SerializationTests.cs#L3924-L3951' title='Snippet source file'>snippet source</a> | <a href='#snippet-ScopedSerializer' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->

Result:
Expand Down Expand Up @@ -1191,7 +1191,7 @@ public Task IgnoreDictionaryByPredicate()
return Verify(target, settings);
}
```
<sup><a href='/src/Verify.Tests/Serialization/SerializationTests.cs#L3570-L3636' title='Snippet source file'>snippet source</a> | <a href='#snippet-IgnoreMemberByPredicate' title='Start of snippet'>anchor</a></sup>
<sup><a href='/src/Verify.Tests/Serialization/SerializationTests.cs#L3569-L3635' title='Snippet source file'>snippet source</a> | <a href='#snippet-IgnoreMemberByPredicate' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->

Or globally:
Expand Down Expand Up @@ -1292,7 +1292,7 @@ public Task ScrubDictionaryByPredicate()
return Verify(target, settings);
}
```
<sup><a href='/src/Verify.Tests/Serialization/SerializationTests.cs#L3500-L3568' title='Snippet source file'>snippet source</a> | <a href='#snippet-ScrubMemberByPredicate' title='Start of snippet'>anchor</a></sup>
<sup><a href='/src/Verify.Tests/Serialization/SerializationTests.cs#L3500-L3567' title='Snippet source file'>snippet source</a> | <a href='#snippet-ScrubMemberByPredicate' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->

Or globally:
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Other_Gui_Expecto_AppVeyor.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Add the following packages to the test project:
<PackageReference Include="YoloDev.Expecto.TestSdk" Version="0.15.2" />
<PackageReference Include="Expecto" Version="10.2.1" />
<PackageReference Update="FSharp.Core" Version="9.0.201" />
<PackageReference Include="Verify.Expecto" Version="28.12.0" />
<PackageReference Include="Verify.Expecto" Version="28.12.1" />
```
<sup><a href='/usages/ExpectoNugetUsage/ExpectoNugetUsage.fsproj#L8-L13' title='Snippet source file'>snippet source</a> | <a href='#snippet-expecto-nugets' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Other_Gui_Expecto_AzureDevOps.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Add the following packages to the test project:
<PackageReference Include="YoloDev.Expecto.TestSdk" Version="0.15.2" />
<PackageReference Include="Expecto" Version="10.2.1" />
<PackageReference Update="FSharp.Core" Version="9.0.201" />
<PackageReference Include="Verify.Expecto" Version="28.12.0" />
<PackageReference Include="Verify.Expecto" Version="28.12.1" />
```
<sup><a href='/usages/ExpectoNugetUsage/ExpectoNugetUsage.fsproj#L8-L13' title='Snippet source file'>snippet source</a> | <a href='#snippet-expecto-nugets' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Other_Gui_Expecto_GitHubActions.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Add the following packages to the test project:
<PackageReference Include="YoloDev.Expecto.TestSdk" Version="0.15.2" />
<PackageReference Include="Expecto" Version="10.2.1" />
<PackageReference Update="FSharp.Core" Version="9.0.201" />
<PackageReference Include="Verify.Expecto" Version="28.12.0" />
<PackageReference Include="Verify.Expecto" Version="28.12.1" />
```
<sup><a href='/usages/ExpectoNugetUsage/ExpectoNugetUsage.fsproj#L8-L13' title='Snippet source file'>snippet source</a> | <a href='#snippet-expecto-nugets' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Other_Gui_Expecto_None.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Add the following packages to the test project:
<PackageReference Include="YoloDev.Expecto.TestSdk" Version="0.15.2" />
<PackageReference Include="Expecto" Version="10.2.1" />
<PackageReference Update="FSharp.Core" Version="9.0.201" />
<PackageReference Include="Verify.Expecto" Version="28.12.0" />
<PackageReference Include="Verify.Expecto" Version="28.12.1" />
```
<sup><a href='/usages/ExpectoNugetUsage/ExpectoNugetUsage.fsproj#L8-L13' title='Snippet source file'>snippet source</a> | <a href='#snippet-expecto-nugets' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Other_Gui_Fixie_AppVeyor.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add the following packages to the test project:
<a id='snippet-fixie-nugets'></a>
```csproj
<PackageReference Include="Fixie" Version="4.1.0" />
<PackageReference Include="Verify.Fixie" Version="28.12.0" />
<PackageReference Include="Verify.Fixie" Version="28.12.1" />
```
<sup><a href='/usages/FixieNugetUsage/FixieNugetUsage.csproj#L7-L10' title='Snippet source file'>snippet source</a> | <a href='#snippet-fixie-nugets' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Other_Gui_Fixie_AzureDevOps.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add the following packages to the test project:
<a id='snippet-fixie-nugets'></a>
```csproj
<PackageReference Include="Fixie" Version="4.1.0" />
<PackageReference Include="Verify.Fixie" Version="28.12.0" />
<PackageReference Include="Verify.Fixie" Version="28.12.1" />
```
<sup><a href='/usages/FixieNugetUsage/FixieNugetUsage.csproj#L7-L10' title='Snippet source file'>snippet source</a> | <a href='#snippet-fixie-nugets' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Other_Gui_Fixie_GitHubActions.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add the following packages to the test project:
<a id='snippet-fixie-nugets'></a>
```csproj
<PackageReference Include="Fixie" Version="4.1.0" />
<PackageReference Include="Verify.Fixie" Version="28.12.0" />
<PackageReference Include="Verify.Fixie" Version="28.12.1" />
```
<sup><a href='/usages/FixieNugetUsage/FixieNugetUsage.csproj#L7-L10' title='Snippet source file'>snippet source</a> | <a href='#snippet-fixie-nugets' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Other_Gui_Fixie_None.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add the following packages to the test project:
<a id='snippet-fixie-nugets'></a>
```csproj
<PackageReference Include="Fixie" Version="4.1.0" />
<PackageReference Include="Verify.Fixie" Version="28.12.0" />
<PackageReference Include="Verify.Fixie" Version="28.12.1" />
```
<sup><a href='/usages/FixieNugetUsage/FixieNugetUsage.csproj#L7-L10' title='Snippet source file'>snippet source</a> | <a href='#snippet-fixie-nugets' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Other_Gui_MSTest_AppVeyor.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Add the following packages to the test project:
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
<PackageReference Include="MSTest" Version="3.8.2" />
<PackageReference Include="Verify.MSTest" Version="28.12.0" />
<PackageReference Include="Verify.MSTest" Version="28.12.1" />
```
<sup><a href='/usages/MSTestNugetUsage/MSTestNugetUsage.csproj#L7-L11' title='Snippet source file'>snippet source</a> | <a href='#snippet-mstest-nugets' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Other_Gui_MSTest_AzureDevOps.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Add the following packages to the test project:
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
<PackageReference Include="MSTest" Version="3.8.2" />
<PackageReference Include="Verify.MSTest" Version="28.12.0" />
<PackageReference Include="Verify.MSTest" Version="28.12.1" />
```
<sup><a href='/usages/MSTestNugetUsage/MSTestNugetUsage.csproj#L7-L11' title='Snippet source file'>snippet source</a> | <a href='#snippet-mstest-nugets' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Other_Gui_MSTest_GitHubActions.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Add the following packages to the test project:
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
<PackageReference Include="MSTest" Version="3.8.2" />
<PackageReference Include="Verify.MSTest" Version="28.12.0" />
<PackageReference Include="Verify.MSTest" Version="28.12.1" />
```
<sup><a href='/usages/MSTestNugetUsage/MSTestNugetUsage.csproj#L7-L11' title='Snippet source file'>snippet source</a> | <a href='#snippet-mstest-nugets' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Other_Gui_MSTest_None.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Add the following packages to the test project:
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
<PackageReference Include="MSTest" Version="3.8.2" />
<PackageReference Include="Verify.MSTest" Version="28.12.0" />
<PackageReference Include="Verify.MSTest" Version="28.12.1" />
```
<sup><a href='/usages/MSTestNugetUsage/MSTestNugetUsage.csproj#L7-L11' title='Snippet source file'>snippet source</a> | <a href='#snippet-mstest-nugets' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Other_Gui_NUnit_AppVeyor.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Add the following packages to the test project:
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
<PackageReference Include="NUnit" Version="4.3.2" />
<PackageReference Include="Verify.NUnit" Version="28.12.0" />
<PackageReference Include="Verify.NUnit" Version="28.12.1" />
<PackageReference Include="NUnit3TestAdapter" Version="5.0.0" />
```
<sup><a href='/usages/NUnitNugetUsage/NUnitNugetUsage.csproj#L7-L12' title='Snippet source file'>snippet source</a> | <a href='#snippet-nunit-nugets' title='Start of snippet'>anchor</a></sup>
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Other_Gui_NUnit_AzureDevOps.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Add the following packages to the test project:
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
<PackageReference Include="NUnit" Version="4.3.2" />
<PackageReference Include="Verify.NUnit" Version="28.12.0" />
<PackageReference Include="Verify.NUnit" Version="28.12.1" />
<PackageReference Include="NUnit3TestAdapter" Version="5.0.0" />
```
<sup><a href='/usages/NUnitNugetUsage/NUnitNugetUsage.csproj#L7-L12' title='Snippet source file'>snippet source</a> | <a href='#snippet-nunit-nugets' title='Start of snippet'>anchor</a></sup>
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Other_Gui_NUnit_GitHubActions.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Add the following packages to the test project:
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
<PackageReference Include="NUnit" Version="4.3.2" />
<PackageReference Include="Verify.NUnit" Version="28.12.0" />
<PackageReference Include="Verify.NUnit" Version="28.12.1" />
<PackageReference Include="NUnit3TestAdapter" Version="5.0.0" />
```
<sup><a href='/usages/NUnitNugetUsage/NUnitNugetUsage.csproj#L7-L12' title='Snippet source file'>snippet source</a> | <a href='#snippet-nunit-nugets' title='Start of snippet'>anchor</a></sup>
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Other_Gui_NUnit_None.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Add the following packages to the test project:
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
<PackageReference Include="NUnit" Version="4.3.2" />
<PackageReference Include="Verify.NUnit" Version="28.12.0" />
<PackageReference Include="Verify.NUnit" Version="28.12.1" />
<PackageReference Include="NUnit3TestAdapter" Version="5.0.0" />
```
<sup><a href='/usages/NUnitNugetUsage/NUnitNugetUsage.csproj#L7-L12' title='Snippet source file'>snippet source</a> | <a href='#snippet-nunit-nugets' title='Start of snippet'>anchor</a></sup>
Expand Down
4 changes: 2 additions & 2 deletions docs/wiz/Linux_Other_Gui_TUnit_AppVeyor.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Add the following packages to the test project:
<!-- snippet: tunit-nugets -->
<a id='snippet-tunit-nugets'></a>
```csproj
<PackageReference Include="TUnit" Version="0.14.6" />
<PackageReference Include="Verify.TUnit" Version="28.12.0" />
<PackageReference Include="TUnit" Version="0.14.10" />
<PackageReference Include="Verify.TUnit" Version="28.12.1" />
```
<sup><a href='/usages/TUnitNugetUsage/TUnitNugetUsage.csproj#L8-L11' title='Snippet source file'>snippet source</a> | <a href='#snippet-tunit-nugets' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->
Expand Down
4 changes: 2 additions & 2 deletions docs/wiz/Linux_Other_Gui_TUnit_AzureDevOps.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Add the following packages to the test project:
<!-- snippet: tunit-nugets -->
<a id='snippet-tunit-nugets'></a>
```csproj
<PackageReference Include="TUnit" Version="0.14.6" />
<PackageReference Include="Verify.TUnit" Version="28.12.0" />
<PackageReference Include="TUnit" Version="0.14.10" />
<PackageReference Include="Verify.TUnit" Version="28.12.1" />
```
<sup><a href='/usages/TUnitNugetUsage/TUnitNugetUsage.csproj#L8-L11' title='Snippet source file'>snippet source</a> | <a href='#snippet-tunit-nugets' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->
Expand Down
4 changes: 2 additions & 2 deletions docs/wiz/Linux_Other_Gui_TUnit_GitHubActions.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Add the following packages to the test project:
<!-- snippet: tunit-nugets -->
<a id='snippet-tunit-nugets'></a>
```csproj
<PackageReference Include="TUnit" Version="0.14.6" />
<PackageReference Include="Verify.TUnit" Version="28.12.0" />
<PackageReference Include="TUnit" Version="0.14.10" />
<PackageReference Include="Verify.TUnit" Version="28.12.1" />
```
<sup><a href='/usages/TUnitNugetUsage/TUnitNugetUsage.csproj#L8-L11' title='Snippet source file'>snippet source</a> | <a href='#snippet-tunit-nugets' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->
Expand Down
4 changes: 2 additions & 2 deletions docs/wiz/Linux_Other_Gui_TUnit_None.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Add the following packages to the test project:
<!-- snippet: tunit-nugets -->
<a id='snippet-tunit-nugets'></a>
```csproj
<PackageReference Include="TUnit" Version="0.14.6" />
<PackageReference Include="Verify.TUnit" Version="28.12.0" />
<PackageReference Include="TUnit" Version="0.14.10" />
<PackageReference Include="Verify.TUnit" Version="28.12.1" />
```
<sup><a href='/usages/TUnitNugetUsage/TUnitNugetUsage.csproj#L8-L11' title='Snippet source file'>snippet source</a> | <a href='#snippet-tunit-nugets' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Other_Gui_XunitV3_AppVeyor.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add the following packages to the test project:
<a id='snippet-xunitv3-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
<PackageReference Include="Verify.XunitV3" Version="28.12.0" />
<PackageReference Include="Verify.XunitV3" Version="28.12.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.2" PrivateAssets="all" />
<PackageReference Include="xunit.v3" Version="1.1.0" />
```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Other_Gui_XunitV3_AzureDevOps.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add the following packages to the test project:
<a id='snippet-xunitv3-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
<PackageReference Include="Verify.XunitV3" Version="28.12.0" />
<PackageReference Include="Verify.XunitV3" Version="28.12.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.2" PrivateAssets="all" />
<PackageReference Include="xunit.v3" Version="1.1.0" />
```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Other_Gui_XunitV3_GitHubActions.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add the following packages to the test project:
<a id='snippet-xunitv3-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
<PackageReference Include="Verify.XunitV3" Version="28.12.0" />
<PackageReference Include="Verify.XunitV3" Version="28.12.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.2" PrivateAssets="all" />
<PackageReference Include="xunit.v3" Version="1.1.0" />
```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Other_Gui_XunitV3_None.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add the following packages to the test project:
<a id='snippet-xunitv3-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
<PackageReference Include="Verify.XunitV3" Version="28.12.0" />
<PackageReference Include="Verify.XunitV3" Version="28.12.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.2" PrivateAssets="all" />
<PackageReference Include="xunit.v3" Version="1.1.0" />
```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Other_Gui_Xunit_AppVeyor.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add the following packages to the test project:
<a id='snippet-xunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
<PackageReference Include="Verify.Xunit" Version="28.12.0" />
<PackageReference Include="Verify.Xunit" Version="28.12.1" />
<PackageReference Include="xunit" Version="2.9.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.2" PrivateAssets="all" />
```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Other_Gui_Xunit_AzureDevOps.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add the following packages to the test project:
<a id='snippet-xunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
<PackageReference Include="Verify.Xunit" Version="28.12.0" />
<PackageReference Include="Verify.Xunit" Version="28.12.1" />
<PackageReference Include="xunit" Version="2.9.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.2" PrivateAssets="all" />
```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Other_Gui_Xunit_GitHubActions.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add the following packages to the test project:
<a id='snippet-xunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
<PackageReference Include="Verify.Xunit" Version="28.12.0" />
<PackageReference Include="Verify.Xunit" Version="28.12.1" />
<PackageReference Include="xunit" Version="2.9.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.2" PrivateAssets="all" />
```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Other_Gui_Xunit_None.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add the following packages to the test project:
<a id='snippet-xunit-nugets'></a>
```csproj
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.13.0" />
<PackageReference Include="Verify.Xunit" Version="28.12.0" />
<PackageReference Include="Verify.Xunit" Version="28.12.1" />
<PackageReference Include="xunit" Version="2.9.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.2" PrivateAssets="all" />
```
Expand Down
2 changes: 1 addition & 1 deletion docs/wiz/Linux_Rider_Gui_Expecto_AppVeyor.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Add the following packages to the test project:
<PackageReference Include="YoloDev.Expecto.TestSdk" Version="0.15.2" />
<PackageReference Include="Expecto" Version="10.2.1" />
<PackageReference Update="FSharp.Core" Version="9.0.201" />
<PackageReference Include="Verify.Expecto" Version="28.12.0" />
<PackageReference Include="Verify.Expecto" Version="28.12.1" />
```
<sup><a href='/usages/ExpectoNugetUsage/ExpectoNugetUsage.fsproj#L8-L13' title='Snippet source file'>snippet source</a> | <a href='#snippet-expecto-nugets' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->
Expand Down
Loading

0 comments on commit f8a9a64

Please sign in to comment.