Skip to content

Commit 581ecfd

Browse files
authored
Split out logger recording into Verify.MicrosoftLogging (#412)
1 parent 1a8105f commit 581ecfd

19 files changed

+3
-539
lines changed

docs/logging-recording.md

Lines changed: 0 additions & 142 deletions
This file was deleted.

docs/mdsource/doc-index.include.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
* [Custom Diff Tool](https://github.com/VerifyTests/DiffEngine/blob/master/docs/diff-tool.custom.md)
1313
* [Using anonymous types](/docs/anonymous-types.md)
1414
* [Verifying binary data](/docs/binary.md)
15-
* [Logging Recording](/docs/logging-recording.md)
1615
* [Build server](/docs/build-server.md)
1716
* [Comparers](/docs/comparer.md)
1817
* [Converters](/docs/converter.md)

docs/mdsource/logging-recording.source.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

docs/readme.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ To change this file edit the source file and then run MarkdownSnippets.
2121
* [Custom Diff Tool](https://github.com/VerifyTests/DiffEngine/blob/master/docs/diff-tool.custom.md)
2222
* [Using anonymous types](/docs/anonymous-types.md)
2323
* [Verifying binary data](/docs/binary.md)
24-
* [Logging Recording](/docs/logging-recording.md)
2524
* [Build server](/docs/build-server.md)
2625
* [Comparers](/docs/comparer.md)
2726
* [Converters](/docs/converter.md)

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,7 @@ Snapshot changes do not trigger a major version change to avoid causing [Diamond
427427
* [Verify.ImageMagick](https://github.com/VerifyTests/Verify.ImageMagick): Verification and comparison of images via [Magick.NET](https://github.com/dlemstra/Magick.NET).
428428
* [Verify.ImageSharp](https://github.com/VerifyTests/Verify.ImageSharp): Verification of images via [ImageSharp](https://github.com/SixLabors/ImageSharp).
429429
* [Verify.NServiceBus](https://github.com/VerifyTests/Verify.NServiceBus): Verify NServiceBus Test Contexts.
430+
* [Verify.MicrosoftLogging](https://github.com/VerifyTests/Verify.MicrosoftLogging): Verify MicrosoftLogging.
430431
* [Verify.NodaTime](https://github.com/VerifyTests/Verify.NodaTime): Support for [NodaTime](https://nodatime.org/).
431432
* [Verify.Phash](https://github.com/VerifyTests/Verify.Phash): Comparison of documents via [Phash](https://github.com/pgrho/phash).
432433
* [Verify.Quibble](https://github.com/VerifyTests/Verify.Quibble): Comparison of objects via [Quibble](https://github.com/nrkno/Quibble).
@@ -457,7 +458,6 @@ Snapshot changes do not trigger a major version change to avoid causing [Diamond
457458
* [Custom Diff Tool](https://github.com/VerifyTests/DiffEngine/blob/master/docs/diff-tool.custom.md)
458459
* [Using anonymous types](/docs/anonymous-types.md)
459460
* [Verifying binary data](/docs/binary.md)
460-
* [Logging Recording](/docs/logging-recording.md)
461461
* [Build server](/docs/build-server.md)
462462
* [Comparers](/docs/comparer.md)
463463
* [Converters](/docs/converter.md)

readme.source.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ Snapshot changes do not trigger a major version change to avoid causing [Diamond
216216
* [Verify.ImageMagick](https://github.com/VerifyTests/Verify.ImageMagick): Verification and comparison of images via [Magick.NET](https://github.com/dlemstra/Magick.NET).
217217
* [Verify.ImageSharp](https://github.com/VerifyTests/Verify.ImageSharp): Verification of images via [ImageSharp](https://github.com/SixLabors/ImageSharp).
218218
* [Verify.NServiceBus](https://github.com/VerifyTests/Verify.NServiceBus): Verify NServiceBus Test Contexts.
219+
* [Verify.MicrosoftLogging](https://github.com/VerifyTests/Verify.MicrosoftLogging): Verify MicrosoftLogging.
219220
* [Verify.NodaTime](https://github.com/VerifyTests/Verify.NodaTime): Support for [NodaTime](https://nodatime.org/).
220221
* [Verify.Phash](https://github.com/VerifyTests/Verify.Phash): Comparison of documents via [Phash](https://github.com/pgrho/phash).
221222
* [Verify.Quibble](https://github.com/VerifyTests/Verify.Quibble): Comparison of objects via [Quibble](https://github.com/nrkno/Quibble).

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project>
33
<PropertyGroup>
44
<NoWarn>CS1591;CS0649;xUnit1026;xUnit1013</NoWarn>
5-
<Version>13.0.0-beta.1</Version>
5+
<Version>13.0.0-beta.2</Version>
66
<AssemblyVersion>1.0.0</AssemblyVersion>
77
<PackageTags>Json, Testing, Verify, Snapshot, Approvals</PackageTags>
88
<Description>Enables verification of complex models and documents.</Description>

src/Verify.Tests/Tests.Logging.verified.txt

Lines changed: 0 additions & 20 deletions
This file was deleted.

src/Verify.Tests/Tests.LoggingComplexState.verified.txt

Lines changed: 0 additions & 28 deletions
This file was deleted.

src/Verify.Tests/Tests.LoggingTyped.verified.txt

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)