Converting Tests back to C# but still with Playwright

This commit is contained in:
2026-06-03 14:45:18 -04:00
parent 85834466f1
commit 46150d3a69
209 changed files with 1503 additions and 683 deletions
+1 -2
View File
@@ -4,6 +4,5 @@ namespace Model.Entity.Parts;
public class IEntityPartInterface
{
[JsonIgnore]
public EntityModel Parent { get; set; }
[JsonIgnore] public EntityModel Parent { get; set; }
}
+1
View File
@@ -2,6 +2,7 @@
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<RootNamespace>Model</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.1"/>