Skip to content

Fix SpecialFolder.Personal usage#948

Merged
premun merged 1 commit intodotnet:mainfrom
eerhardt:FixSpecialFolderUsage
Sep 14, 2022
Merged

Fix SpecialFolder.Personal usage#948
premun merged 1 commit intodotnet:mainfrom
eerhardt:FixSpecialFolderUsage

Conversation

@eerhardt
Copy link
Copy Markdown
Member

SpecialFolder Personal is the same value as MyDocuments. I am proposing to obsolete/deprecate SpecialFolder.Personal in dotnet/runtime#75563. Since these two names have the same underlying value, it is more understandable/readable to use MyDocuments in code. This way readers fully understand what folder is being referenced.

Changing Personal to MyDocuments here.

SpecialFolder Personal is the same value as MyDocuments. I am proposing to obsolete/deprecate SpecialFolder.Personal in dotnet/runtime#75563. Since these two names have the same underlying value, it is more understandable/readable to use MyDocuments in code. This way readers fully understand what folder is being referenced.

Changing Personal to MyDocuments here.
@premun
Copy link
Copy Markdown
Member

premun commented Sep 14, 2022

The failure here is unrelated, merging

@premun premun merged commit e458956 into dotnet:main Sep 14, 2022
@eerhardt eerhardt deleted the FixSpecialFolderUsage branch September 14, 2022 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants