CsvHelper Failing to Handle DateTime on GitHub Build
Using net6.0. Using CsvHelper 30.0.1 So when building locally the build succeeds without issue, however when committing to Github the Build fails with the following error: CsvHelper.TypeConversion.TypeConverterException : The conversion cannot be performed. Text: ’03/20/2023′ MemberName: StartDate MemberType: System.Nullable`1[[System.DateTime, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]] TypeConverter: ‘CsvHelper.TypeConversion.NullableConverter’ IReader state: ColumnCount: 0 CurrentIndex: 2 HeaderRecord: ["Id","Name","StartDate","TotalSpend"] IParser state:… Read More CsvHelper Failing to Handle DateTime on GitHub Build