Uh oh!
There was an error while loading. Please reload this page.
#51371 removed CaseInsensitivePlatforms and CaseSensitivePlatforms parameters - #64440
Conversation
ghost
commented
Jan 28, 2022
Tagging subscribers to this area: @dotnet/area-system-io Issue DetailsRefactored casesesintive test cases to use IsCaseSensitiveOS and IsCaseInsensitiveOS.
|
mkhamoyan
commented
Jan 28, 2022
/azp run runtime-extra-platforms |
|
Azure Pipelines successfully started running 1 pipeline(s). |
| [Fact] | ||
| [PlatformSpecific(CaseInsensitivePlatforms)] | ||
| [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsCaseInsensitiveOS))] |
There was a problem hiding this comment.
just for my education: what is the benefit of doing that?
There was a problem hiding this comment.
As we had 2 ways to check "case sensitivity" having only one will make it it less confusing. And I kept boolean parameter because in some places only bool can be used.
danmoseley
commented
Jan 28, 2022
If you put the issue ID in the description then it becomes hyperlinked. You can also put "Fixes ..." if the merge should close the issue. |
adamsitnik
left a comment
There was a problem hiding this comment.
LGTM, thank you for explaining me why this change was needed.
#51371 Refactored casesesintive test cases to use IsCaseSensitiveOS and IsCaseInsensitiveOS.