-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
例
var now = DateTime.Now;
new Dictionary<string, object> {
{ "foo", 1 },
{ "bar", now },
}.AssertIs(new Dictionary<string, object> {
{ "foo", 1 },
{ "bar", now },
});PrimitiveAssertFailedException: : expected のデータ メンバー 'Date', 'Day', 'DayOfWeek', 'DayOfYear', 'Hour', 'Kind', 'Millisecond', 'Minute', 'Month', 'Second', 'Ticks', 'TimeOfDay', 'Year' がターゲット型に存在しません。
{ path: actual/[1]:KeyValuePair<String, Object>/Value:Object target: typeof(Object) actual: "2021/11/12 14:42:36" expected: "2021/11/12 14:42:36" }
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working