Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@monojenkins
Copy link
Contributor

  • Invoke getters for certain types that we know are safe, like System.DateTime
  • Use .ToString() to show as description for some types, like System.DateTime
  • Show char symbol along with the code

Fixes:
#19380
#19381
#19411

Backport of #19490.

/cc @lewing @radical

radical added 9 commits April 14, 2020 00:58
- Local vars, when being enumerated in `mono_wasm_get_variables` don't
have an associated `name`, and so `_fixup_name_value_objects`
*incorrectly* ends up not fixing up the `value.description` field for
them.
.. `description`.

- `System.DateTime`
- `System.DateTimeOffset`
- `System.Decimal`
- `System.TimeSpan`
- `System.Guid`
- `System.DateTime`
- `System.DateTimeOffset`
- `System.TimeSpan`
.. description. Instead, use a `DateTime` object in the test to create
the expected string for the test. This should ensure that the expected
and actual were created in the same environment.
.. `mono_guid_to_string`, instead of calling `ToString()` on it.
@lewing lewing merged commit 3926eae into mono:3.2-wasm Apr 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants