Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Fix casing in Interop.UnsafeCreateFile.[U|u]ap.cs filename#25185

Merged
stephentoub merged 1 commit intodotnet:masterfrom
qmfrederik:fixes/casing
Nov 13, 2017
Merged

Fix casing in Interop.UnsafeCreateFile.[U|u]ap.cs filename#25185
stephentoub merged 1 commit intodotnet:masterfrom
qmfrederik:fixes/casing

Conversation

@qmfrederik
Copy link

The U in Interop.UnsafeCreateFile.uap.cs was upper-case, this would break the ./build.sh -allconfigurations command on my Linux box.

@stephentoub
Copy link
Member

Thanks, but I think it would be better to do the opposite fix; fixing the project file(s) to use ".Uap.cs" rather than ".uap.cs". While the repo isn't 100% consistent, most of these files use the upper-cased rather than lower-cased first letter.

@qmfrederik
Copy link
Author

That works as well ;-)

@stephentoub
Copy link
Member

Thanks :)

@stephentoub stephentoub merged commit 025230b into dotnet:master Nov 13, 2017
@karelz karelz added this to the 2.1.0 milestone Nov 18, 2017
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants