mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-06-20 00:18:02 +03:00
add tons of tests
This commit is contained in:
@ -8,6 +8,10 @@ namespace X86DisassemblerTests;
|
||||
// ReSharper disable once ClassNeverInstantiated.Global
|
||||
public sealed class CsvJsonConverter<T> : DefaultTypeConverter
|
||||
{
|
||||
private static JsonSerializerOptions _options = new JsonSerializerOptions()
|
||||
{
|
||||
};
|
||||
|
||||
public override object? ConvertFromString(string? text, IReaderRow row, MemberMapData memberMapData)
|
||||
{
|
||||
if (text is null)
|
||||
|
Reference in New Issue
Block a user