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
Copy file name to clipboardExpand all lines: src/NetAnalyzers/UnitTests/Microsoft.NetCore.Analyzers/Runtime/ProvideCorrectArgumentsToFormattingMethodsTests.cs
+7-39Lines changed: 7 additions & 39 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the MIT license. See License.txt in the project root for license information.
1
+
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the MIT license. See License.txt in the project root for license information.
2
2
3
3
usingSystem.Threading.Tasks;
4
4
usingMicrosoft.CodeAnalysis.Testing;
@@ -531,28 +531,9 @@ void M1(string param)
531
531
{
532
532
var a = MyFormat("""", 1);
533
533
}
534
-
}",
535
-
@"
536
-
namespace System.Diagnostics.CodeAnalysis
537
-
{
538
-
/// <summary>Specifies the syntax used in a string.</summary>
0 commit comments