File tree Expand file tree Collapse file tree 4 files changed +26
-0
lines changed
ServiceControl.Audit.AcceptanceTests.RavenDB5
ServiceControl.Audit.AcceptanceTests.RavenDB
ServiceControl.Audit.Persistence.Tests.RavenDB
ServiceControl.Audit.Persistence.Tests.RavenDb5 Expand file tree Collapse file tree 4 files changed +26
-0
lines changed Original file line number Diff line number Diff line change 1+ [* .cs ]
2+
3+ # Justification: Test project
4+ dotnet_diagnostic.CA2007.severity = none
Original file line number Diff line number Diff line change 1+ [* .cs ]
2+
3+ # Justification: Test project
4+ dotnet_diagnostic.CA2007.severity = none
Original file line number Diff line number Diff line change 1+ [* .cs ]
2+
3+ # Justification: Test project
4+ dotnet_diagnostic.CA2007.severity = none
5+ dotnet_diagnostic.PS0004.severity = none # A parameter of type CancellationToken on a private delegate or method should be required
6+ dotnet_diagnostic.PS0018.severity = none # Add a CancellationToken parameter
7+
8+ # Justification: Tests don't support cancellation and don't need to forward IMessageHandlerContext.CancellationToken
9+ dotnet_diagnostic.NSB0002.severity = suggestion
Original file line number Diff line number Diff line change 1+ [* .cs ]
2+
3+ # Justification: Test project
4+ dotnet_diagnostic.CA2007.severity = none
5+ dotnet_diagnostic.PS0004.severity = none # A parameter of type CancellationToken on a private delegate or method should be required
6+ dotnet_diagnostic.PS0018.severity = none # Add a CancellationToken parameter
7+
8+ # Justification: Tests don't support cancellation and don't need to forward IMessageHandlerContext.CancellationToken
9+ dotnet_diagnostic.NSB0002.severity = suggestion
You can’t perform that action at this time.
0 commit comments