You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SuppressMessage("ApiDesign","RS0026:Do not add multiple public overloads with optional parameters",Justification="Required to maintain compatibility")]
[SuppressMessage("ApiDesign","RS0026:Do not add multiple public overloads with optional parameters",Justification="Required to maintain compatibility")]
[SuppressMessage("ApiDesign","RS0026:Do not add multiple public overloads with optional parameters",Justification="Required to maintain compatibility")]
[SuppressMessage("ApiDesign","RS0026:Do not add multiple public overloads with optional parameters",Justification="Required to maintain compatibility")]
[SuppressMessage("ApiDesign","RS0026:Do not add multiple public overloads with optional parameters",Justification="Required to maintain compatibility")]
[SuppressMessage("ApiDesign","RS0026:Do not add multiple public overloads with optional parameters",Justification="Required to maintain compatibility")]
Copy file name to clipboardExpand all lines: src/Testing/src/CultureReplacer.cs
+2
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
3
3
4
4
usingSystem;
5
+
usingSystem.Diagnostics.CodeAnalysis;
5
6
usingSystem.Globalization;
6
7
usingSystem.Threading;
7
8
usingXunit;
@@ -21,6 +22,7 @@ public class CultureReplacer : IDisposable
21
22
// We want to be able to find issues where the InvariantCulture is used, but a specific culture should be.
22
23
//
23
24
// UICulture => Language
25
+
[SuppressMessage("ApiDesign","RS0027:Public API with optional parameter(s) should have the most parameters amongst its public overloads",Justification="Required to maintain compatibility")]
[SuppressMessage("ApiDesign","RS0026:Do not add multiple public overloads with optional parameters",Justification="Required to maintain compatibility")]
[SuppressMessage("ApiDesign","RS0026:Do not add multiple public overloads with optional parameters",Justification="Required to maintain compatibility")]
[SuppressMessage("ApiDesign","RS0026:Do not add multiple public overloads with optional parameters",Justification="Required to maintain compatibility")]
[SuppressMessage("ApiDesign","RS0026:Do not add multiple public overloads with optional parameters",Justification="Required to maintain compatibility")]
[SuppressMessage("ApiDesign","RS0026:Do not add multiple public overloads with optional parameters",Justification="Required to maintain compatibility")]
[SuppressMessage("ApiDesign","RS0026:Do not add multiple public overloads with optional parameters",Justification="Required to maintain compatibility")]
0 commit comments