Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexanderkyte/62f51d4e3ec0d559e5c109e6b90b7de1 to your computer and use it in GitHub Desktop.
Save alexanderkyte/62f51d4e3ec0d559e5c109e6b90b7de1 to your computer and use it in GitHub Desktop.
Sample JSON: https://gist.github.com/alexanderkyte/905ad38e9fd51e887a01855de86190af
Contacts: Lee Culver, abraham.ronel@microsoft.com (MERP.app / Office)
Code:
Managed side: https://github.com/mono/mono/blob/470354fa817716739615ff0c6cfefca42ec8b385/mcs/class/corlib/Mono/Runtime.cs#L142
Unmanaged side:
Icalls: https://github.com/mono/mono/blob/c398e19d3515c6bbb6046ed014b2095594a15229/mono/metadata/icall.c#L6197
Cross-platform printing: https://github.com/mono/mono/blob/0e65799c8ec6982621d18aef8f1475184f4c99a3/mono/utils/mono-state.c
MS-internal printing/MERP.app invoking: https://github.com/mono/mono/blob/0e65799c8ec6982621d18aef8f1475184f4c99a3/mono/utils/mono-merp.c
Threading/synchronization work: https://github.com/mono/mono/blob/0e65799c8ec6982621d18aef8f1475184f4c99a3/mono/metadata/threads.c#L6489
Tests:
Managed: https://github.com/mono/mono/blob/4b83678a4ad02baf528b6413f49c5d10e1c7a12d/mcs/class/corlib/Test/System/ExceptionTest.cs#L485
mono/tests: https://github.com/mono/mono/blob/0e65799c8ec6982621d18aef8f1475184f4c99a3/mono/tests/merp-json-valid.cs https://github.com/mono/mono/blob/0e65799c8ec6982621d18aef8f1475184f4c99a3/mono/tests/merp-crash-test.cs
VS4M pre-release:
Services/Docs:
Telemetry docs: https://www.mono-project.com/docs/debug+profile/debug/telemetry/
Sentry login url: https://sentry.io/auth/login/
Watson URL: Just //watson. To see the watson data from other products associated with you / get a deme of what's possible https://watson/User
Example report (a bit old, should be 99% up to date):
https://gist.github.com/alexanderkyte/905ad38e9fd51e887a01855de86190af
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment