From 9a98530499190ffe048d71e7ce318fbc70f20fc3 Mon Sep 17 00:00:00 2001 From: Jason Bock Date: Wed, 17 Jul 2024 09:15:51 -0500 Subject: [PATCH] Removed CsvHelper for now, will address in the future, time for a merge --- src/Rocks.CodeGenerationTest/Program.cs | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/Rocks.CodeGenerationTest/Program.cs b/src/Rocks.CodeGenerationTest/Program.cs index 7cf3d883..cc38ddf8 100644 --- a/src/Rocks.CodeGenerationTest/Program.cs +++ b/src/Rocks.CodeGenerationTest/Program.cs @@ -13,10 +13,10 @@ var stopwatch = Stopwatch.StartNew(); //TestTypeValidity(); -TestWithCode(); +//TestWithCode(); //TestWithType(); //TestWithTypeNoEmit(); -//TestWithTypes(); +TestWithTypes(); //TestTypesIndividually(); stopwatch.Stop(); @@ -137,7 +137,9 @@ static void TestWithTypes() new (typeof(Confluent.Kafka.Acks), []), new (typeof(Coravel.CacheServiceRegistration), []), new (typeof(Csla.DataPortal<>), []), - new (typeof(CsvHelper.ArrayHelper), []), + // Removing until this is addressed: + // https://github.com/JasonBock/Rocks/issues/320 + //new (typeof(CsvHelper.ArrayHelper), []), new (typeof(Cursively.CsvAsyncInput), []), new (typeof(Dapper.DbString), []), new (typeof(DiffEngine.BuildServerDetector), []),