Skip to content

Commit d106950

Browse files
committed
Note about binary checks in README.md
1 parent 667a421 commit d106950

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ public void GenerateSomeCsharpCode()
113113

114114
Just keep in mind that dotnet is going to treat these `.cs` files as part of source code unless you `<Compile Remove="testoutputs/**.cs" />` them in the `.csproj` file.
115115

116+
Binary data can be checked using `check.CheckBinary(byte[])` method. No diff is printed in that case, you have to use an external tool to diff binary files.
117+
116118
### F#
117119

118120
CheckTestOutput is reasonably F# friendly, although it's written in C#:
@@ -190,7 +192,7 @@ For more inspiration, have a look at [CheckExtensions class in the Coberec proje
190192

191193
## Installation
192194

193-
[NuGet package](https://www.nuget.org/packages/CheckTestOutput) ¯\_(ツ)_/¯.
195+
[NuGet package](https://www.nuget.org/packages/CheckTestOutput) ¯\\_(ツ)_/¯.
194196

195197
```
196198
dotnet add package CheckTestOutput

0 commit comments

Comments
 (0)