Skip to content

Commit

Permalink
Removed CsvHelper for now, will address in the future, time for a merge
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonBock committed Jul 17, 2024
1 parent 56527e7 commit 9a98530
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/Rocks.CodeGenerationTest/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
var stopwatch = Stopwatch.StartNew();

//TestTypeValidity();
TestWithCode();
//TestWithCode();
//TestWithType();
//TestWithTypeNoEmit();
//TestWithTypes();
TestWithTypes();
//TestTypesIndividually();

stopwatch.Stop();
Expand Down Expand Up @@ -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), []),
Expand Down

0 comments on commit 9a98530

Please sign in to comment.