Created tests for the core module

This commit is contained in:
2025-01-18 16:01:35 +01:00
parent a5062ec581
commit afe8a41f6c
20 changed files with 1097 additions and 26 deletions

View File

@@ -1,5 +1,4 @@
using HopFrame.Core.Services;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore;
namespace HopFrame.Core.Config;

View File

@@ -1,5 +1,4 @@
using System.Collections;
using System.Linq.Expressions;
using System.Linq.Expressions;
using System.Reflection;
namespace HopFrame.Core.Config;

View File

@@ -10,4 +10,10 @@
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.0" />
</ItemGroup>
<ItemGroup>
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
<_Parameter1>HopFrame.Core.Tests</_Parameter1>
</AssemblyAttribute>
</ItemGroup>
</Project>