Skip to content

Conversation

@mkhamoyan
Copy link
Contributor

@mkhamoyan mkhamoyan commented Jul 11, 2022

iOs/tvos simulators are neither fully case sensitive neither fully case insensitive.
By this PR we will keep them under CaseSensitive but also introducing new FileCreateCaseSensitive property which will be false for ios/tvos simulators.
Example of exception in ios/tvos simulators.
File.Create("AAAA") and File.Create("AaaA") throws exception
Fixes #65560

@ghost ghost added the area-VM-reflection-mono Reflection issues specific to MonoVM label Jul 11, 2022
@ghost ghost assigned mkhamoyan Jul 11, 2022
@mkhamoyan
Copy link
Contributor Author

/azp run runtime-extra-platforms

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@mkhamoyan
Copy link
Contributor Author

/azp run runtime-extra-platforms

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@mkhamoyan mkhamoyan merged commit 83c820d into main Jul 19, 2022
@akoeplinger akoeplinger deleted the 65560_appdomaintests_fix branch July 25, 2022 08:43
@ghost ghost locked as resolved and limited conversation to collaborators Aug 24, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-VM-reflection-mono Reflection issues specific to MonoVM

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[iOS/tvOS Simulator][x64] System.Tests.AppDomainTests.TestingCreateInstanceFromObjectHandle test failed

3 participants