Skip to content

Commit eeae872

Browse files
committed
Fixed namespaces and XML-docs for TestTools.Model
1 parent 9c70486 commit eeae872

File tree

5 files changed

+1
-10
lines changed

5 files changed

+1
-10
lines changed

src/Moryx.TestTools.Test.Model/Migrations/SqlServer/20251030141638_InitialCreate.Designer.cs

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Moryx.TestTools.Test.Model/Migrations/SqlServer/SqlServerTestModelContextModelSnapshot.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
using Microsoft.EntityFrameworkCore.Infrastructure;
55
using Microsoft.EntityFrameworkCore.Metadata;
66
using Microsoft.EntityFrameworkCore.Storage.ValueConversion;
7-
using Moryx.Resources.Model;
87

98
#nullable disable
109

src/Moryx.TestTools.Test.Model/SqlServerTestModelContext.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@
44
using Microsoft.EntityFrameworkCore;
55
using Moryx.Model.Attributes;
66
using Moryx.Model.SqlServer;
7-
using Moryx.TestTools.Test.Model;
87

9-
// ReSharper disable once CheckNamespace
10-
namespace Moryx.Resources.Model;
8+
namespace Moryx.TestTools.Test.Model;
119

1210
/// <summary>
1311
/// SqlServer specific implementation of <see cref="TestModelContext"/>

src/Moryx.TestTools.Test.Model/SqlServerTestModelContextDesignTimeFactory.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// Licensed under the Apache License, Version 2.0
33

44
using Moryx.Model.SqlServer;
5-
using Moryx.Resources.Model;
65

76
namespace Moryx.TestTools.Test.Model;
87

src/StartProject.Asp/StartProject.Asp.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,4 @@
6363
<ProjectReference Include="..\Moryx.Workplans.Web\Moryx.Workplans.Web.csproj" />
6464
</ItemGroup>
6565

66-
<ItemGroup>
67-
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" />
68-
</ItemGroup>
69-
7066
</Project>

0 commit comments

Comments
 (0)