fix: fix build error #68
Annotations
3 warnings and 1 notice
src/GZCTF/Models/AppDbContext.cs#L81
Argument of type 'ValueConverter<Dictionary<string, string>?, string>' cannot be used for parameter 'converter' of type 'ValueConverter<Dictionary<string, string?>?, string>' in 'PropertyBuilder<Dictionary<string, string?>?> PropertyBuilder<Dictionary<string, string?>?>.HasConversion<string>(ValueConverter<Dictionary<string, string?>?, string>? converter)' due to differences in the nullability of reference types.
|
src/GZCTF/Models/AppDbContext.cs#L81
Argument of type 'ValueConverter<Dictionary<string, string>?, string>' cannot be used for parameter 'converter' of type 'ValueConverter<Dictionary<string, string?>?, string>' in 'PropertyBuilder<Dictionary<string, string?>?> PropertyBuilder<Dictionary<string, string?>?>.HasConversion<string>(ValueConverter<Dictionary<string, string?>?, string>? converter)' due to differences in the nullability of reference types.
|
src/GZCTF/Models/AppDbContext.cs#L81
Argument of type 'ValueConverter<Dictionary<string, string>?, string>' cannot be used for parameter 'converter' of type 'ValueConverter<Dictionary<string, string?>?, string>' in 'PropertyBuilder<Dictionary<string, string?>?> PropertyBuilder<Dictionary<string, string?>?>.HasConversion<string>(ValueConverter<Dictionary<string, string?>?, string>? converter)' due to differences in the nullability of reference types.
|
|
This job succeeded
Loading