Giridhar Trivedi
Giridhar Trivedi
Couple of visualBasic "EmitAndContinue" test cases fail with "Operation is not supported on this platform" error. Reason for this failure is that they are not supported on Mono. Ensured that...
This test case tests the Clr behaviour Only. ConditionalFact(typeof(ClrOnly) should skip the execution of the test case if it is executed on Mono. However, the condition doesn't hold good. The...
Hello, In CMakeList.txt of netcoredbg below code looks to be incorrect, ```set(CORECLR_SRC_DIR "${CORECLR_DIR}/src")``` What should be the correct path to be set to CORECLR_DIR ?