Merge pull request #6051 from Bond-009/tests7

Add tests for Recordinghelper
This commit is contained in:
Bond-009
2021-05-18 00:05:33 +02:00
committed by GitHub
3 changed files with 119 additions and 12 deletions

View File

@@ -40,6 +40,8 @@
or pass in 'CancellationToken.None' explicitly to indicate intentionally not propagating the token -->
<Rule Id="CA2016" Action="Error" />
<!-- disable warning CA1024: Use properties where appropriate -->
<Rule Id="CA1024" Action="Info" />
<!-- disable warning CA1031: Do not catch general exception types -->
<Rule Id="CA1031" Action="Info" />
<!-- disable warning CA1032: Implement standard exception constructors -->