Skip to content

Commit ff05ab0

Browse files
authored
Rename Analyzer test project name (#22750)
1 parent 7984016 commit ff05ab0

9 files changed

+8
-8
lines changed

Diff for: All.sln

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EFCore.Tests", "test\EFCore
7878
EndProject
7979
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EFCore.Analyzers", "src\EFCore.Analyzers\EFCore.Analyzers.csproj", "{C0D4A199-3ED4-447B-8657-0502493294E7}"
8080
EndProject
81-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EFCore.Analyzers.Test", "test\EFCore.Analyzers.Tests\EFCore.Analyzers.Test.csproj", "{7BC66E5C-BAA3-420B-8331-22821EBA361A}"
81+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EFCore.Analyzers.Tests", "test\EFCore.Analyzers.Tests\EFCore.Analyzers.Tests.csproj", "{7BC66E5C-BAA3-420B-8331-22821EBA361A}"
8282
EndProject
8383
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EFCore.Cosmos", "src\EFCore.Cosmos\EFCore.Cosmos.csproj", "{6C115EF9-519E-4A4E-BD02-3801777BFEBA}"
8484
EndProject

Diff for: EFCore.Cosmos.slnf

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"src\\EFCore.Cosmos\\EFCore.Cosmos.csproj",
88
"src\\EFCore.Proxies\\EFCore.Proxies.csproj",
99
"src\\EFCore\\EFCore.csproj",
10-
"test\\EFCore.Analyzers.Tests\\EFCore.Analyzers.Test.csproj",
10+
"test\\EFCore.Analyzers.Tests\\EFCore.Analyzers.Tests.csproj",
1111
"test\\EFCore.Cosmos.FunctionalTests\\EFCore.Cosmos.FunctionalTests.csproj",
1212
"test\\EFCore.Cosmos.Tests\\EFCore.Cosmos.Tests.csproj",
1313
"test\\EFCore.InMemory.FunctionalTests\\EFCore.InMemory.FunctionalTests.csproj",

Diff for: EFCore.Relational.slnf

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"src\\EFCore.Sqlite.NTS\\EFCore.Sqlite.NTS.csproj",
1515
"src\\EFCore.Sqlite\\EFCore.Sqlite.csproj",
1616
"src\\EFCore\\EFCore.csproj",
17-
"test\\EFCore.Analyzers.Tests\\EFCore.Analyzers.Test.csproj",
17+
"test\\EFCore.Analyzers.Tests\\EFCore.Analyzers.Tests.csproj",
1818
"test\\EFCore.CrossStore.FunctionalTests\\EFCore.CrossStore.FunctionalTests.csproj",
1919
"test\\EFCore.Design.Tests\\EFCore.Design.Tests.csproj",
2020
"test\\EFCore.InMemory.FunctionalTests\\EFCore.InMemory.FunctionalTests.csproj",

Diff for: EFCore.Runtime.slnf

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"src\\EFCore.Sqlite\\EFCore.Sqlite.csproj",
1717
"src\\EFCore\\EFCore.csproj",
1818
"src\\Microsoft.Data.Sqlite.Core\\Microsoft.Data.Sqlite.Core.csproj",
19-
"test\\EFCore.Analyzers.Tests\\EFCore.Analyzers.Test.csproj",
19+
"test\\EFCore.Analyzers.Tests\\EFCore.Analyzers.Tests.csproj",
2020
"test\\EFCore.Cosmos.FunctionalTests\\EFCore.Cosmos.FunctionalTests.csproj",
2121
"test\\EFCore.Cosmos.Tests\\EFCore.Cosmos.Tests.csproj",
2222
"test\\EFCore.CrossStore.FunctionalTests\\EFCore.CrossStore.FunctionalTests.csproj",

Diff for: EFCore.Sqlite.slnf

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"src\\EFCore.Sqlite.NTS\\EFCore.Sqlite.NTS.csproj",
1313
"src\\EFCore\\EFCore.csproj",
1414
"src\\Microsoft.Data.Sqlite.Core\\Microsoft.Data.Sqlite.Core.csproj",
15-
"test\\EFCore.Analyzers.Tests\\EFCore.Analyzers.Test.csproj",
15+
"test\\EFCore.Analyzers.Tests\\EFCore.Analyzers.Tests.csproj",
1616
"test\\EFCore.Design.Tests\\EFCore.Design.Tests.csproj",
1717
"test\\EFCore.InMemory.FunctionalTests\\EFCore.InMemory.FunctionalTests.csproj",
1818
"test\\EFCore.InMemory.Tests\\EFCore.InMemory.Tests.csproj",

Diff for: EFCore.slnf

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"src\\EFCore\\EFCore.csproj",
2424
"src\\dotnet-ef\\dotnet-ef.csproj",
2525
"src\\ef\\ef.csproj",
26-
"test\\EFCore.Analyzers.Tests\\EFCore.Analyzers.Test.csproj",
26+
"test\\EFCore.Analyzers.Tests\\EFCore.Analyzers.Tests.csproj",
2727
"test\\EFCore.Cosmos.FunctionalTests\\EFCore.Cosmos.FunctionalTests.csproj",
2828
"test\\EFCore.Cosmos.Tests\\EFCore.Cosmos.Tests.csproj",
2929
"test\\EFCore.CrossStore.FunctionalTests\\EFCore.CrossStore.FunctionalTests.csproj",

Diff for: test/EFCore.Analyzers.Tests/InternalUsageDiagnosticAnalyzerTest.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
using System.Linq;
55
using System.Threading.Tasks;
6-
using EFCore.Analyzers.Test.TestUtilities;
76
using Microsoft.CodeAnalysis;
87
using Microsoft.CodeAnalysis.Diagnostics;
8+
using Microsoft.EntityFrameworkCore.TestUtilities;
99
using Xunit;
1010

1111
namespace Microsoft.EntityFrameworkCore

Diff for: test/EFCore.Analyzers.Tests/TestUtilities/DiagnosticAnalyzerTestBase.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
using Microsoft.Extensions.DependencyModel;
1313
using Xunit;
1414

15-
namespace EFCore.Analyzers.Test.TestUtilities
15+
namespace Microsoft.EntityFrameworkCore.TestUtilities
1616
{
1717
public abstract class DiagnosticAnalyzerTestBase
1818
{

0 commit comments

Comments
 (0)