FreeSql
FreeSql copied to clipboard
.net6 的新日期 时间 类型 dateolny timeolny 不支持
问题描述及重现步骤:

public class Clock : EntyBase
{
public int UserId { get; set; }
public User User { get; set; }
public DateOnly ClockDate { get; set; }
public TimeOnly? ClockInTime { get; set; }
public TimeOnly? ClockOutTime { get; set; }
}
DateOnly TimeOnly 3个字段不会处理 并且会报错
数据库的具体版本
sqlite 3
安装的包
3.0.100
.net framework/. net core? 及具体版本
.net 6