We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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" }
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" }
The text was updated successfully, but these errors were encountered:
in-async
No branches or pull requests
例
The text was updated successfully, but these errors were encountered: