Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions Proxytrace.Storage.Tests/Proxytrace.Storage.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@

<ItemGroup>
<Using Include="Microsoft.VisualStudio.TestTools.UnitTesting" />
<!-- The storage foundation (AbstractRepository, EntityCache, AmbientDbContext, LikePattern,
the concurrency-token helpers, …) now lives in Nordstein.Core.Storage; import it globally
so the existing tests resolve those types without a per-file using. -->
<Using Include="Nordstein.Core.Storage" />
</ItemGroup>

<ItemGroup>
Expand All @@ -31,6 +35,7 @@
<ProjectReference Include="..\Proxytrace.Infrastructure\Proxytrace.Infrastructure.csproj" />
<ProjectReference Include="..\Proxytrace.Storage\Proxytrace.Storage.csproj" />
<NordsteinCoreReference Include="Nordstein.Core.Domain" />
<NordsteinCoreReference Include="Nordstein.Core.Storage" />
<NordsteinCoreReference Include="Nordstein.Core.Testing" />
</ItemGroup>

Expand Down
1 change: 1 addition & 0 deletions Proxytrace.Storage/GlobalUsings.cs
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
global using Nordstein.Core.Domain;
global using Nordstein.Core.Storage;
20 changes: 0 additions & 20 deletions Proxytrace.Storage/Internal/AbstractEntityConfiguration.cs

This file was deleted.

Loading
Loading