From c60eecfb11de25172947ab0cbcc9c1d5db1ea8a7 Mon Sep 17 00:00:00 2001 From: dave Date: Tue, 19 Mar 2024 03:24:59 +0100 Subject: [PATCH] clean --- src/Tests/ConsoleTestEFMapper/Program.cs | 5 ++--- src/Tests/TestStubEF/Program.cs | 4 ++-- src/Tests/TestStubEF/TestStubEF.csproj | 20 ++++++++++---------- 3 files changed, 14 insertions(+), 15 deletions(-) diff --git a/src/Tests/ConsoleTestEFMapper/Program.cs b/src/Tests/ConsoleTestEFMapper/Program.cs index 5b3ca01..e5acca0 100644 --- a/src/Tests/ConsoleTestEFMapper/Program.cs +++ b/src/Tests/ConsoleTestEFMapper/Program.cs @@ -8,8 +8,8 @@ using Shared; using StubbedContextLib; using static Model2Entities.DbDataManager; -namespace Model2Entities -{ +namespace ConsoleTestEFMapper; + /* static class Program { @@ -116,4 +116,3 @@ namespace Model2Entities static void UsersTest() {} }*/ -} \ No newline at end of file diff --git a/src/Tests/TestStubEF/Program.cs b/src/Tests/TestStubEF/Program.cs index 83fa4f4..3751555 100644 --- a/src/Tests/TestStubEF/Program.cs +++ b/src/Tests/TestStubEF/Program.cs @@ -1,2 +1,2 @@ -// See https://aka.ms/new-console-template for more information -Console.WriteLine("Hello, World!"); +// See https://aka.ms/new-console-template for more information +Console.WriteLine("Hello, World!"); diff --git a/src/Tests/TestStubEF/TestStubEF.csproj b/src/Tests/TestStubEF/TestStubEF.csproj index 206b89a..2150e37 100644 --- a/src/Tests/TestStubEF/TestStubEF.csproj +++ b/src/Tests/TestStubEF/TestStubEF.csproj @@ -1,10 +1,10 @@ - - - - Exe - net8.0 - enable - enable - - - + + + + Exe + net8.0 + enable + enable + + +