Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Nov 7, 2023
1 parent 6a38cf0 commit 7fb2c2e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions docs/mdsource/recording.source.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Verification of binary data

Recording allows information to be statically captured and then (optionally) verified.


## Extensions that leverage Recording

* [Verify.EntityFramework](https://github.com/VerifyTests/Verify.EntityFramework#recording)
* [Verify.Http](https://github.com/VerifyTests/Verify.Http)
* [Verify.MassTransit](https://github.com/VerifyTests/Verify.MassTransit)
* [Verify.MicrosoftLogging](https://github.com/VerifyTests/Verify.MicrosoftLogging)
* [Verify.NServiceBus](https://github.com/VerifyTests/Verify.NServiceBus#recording)
* [Verify.Serilog](https://github.com/VerifyTests/Verify.Serilog)
* [Verify.SqlServer](https://github.com/VerifyTests/Verify.SqlServer#recording)
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project>
<PropertyGroup>
<NoWarn>CS1591;CS0649;xUnit1026;xUnit1013;msb3277;CS0436;CS1573;NU1901;NU1902;NU1903</NoWarn>
<Version>22.2.0-beta.6</Version>
<Version>22.2.0-beta.7</Version>
<ImplicitUsings>enable</ImplicitUsings>
<LangVersion>preview</LangVersion>
<SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
Expand Down

0 comments on commit 7fb2c2e

Please sign in to comment.