Skip to content

Unpack WPF sources#236

Open
AustinWise wants to merge 1 commit intomicrosoft:mainfrom
AustinWise:wpf
Open

Unpack WPF sources#236
AustinWise wants to merge 1 commit intomicrosoft:mainfrom
AustinWise:wpf

Conversation

@AustinWise
Copy link

When the WPF source code was added by #229, it was in the form a single ZIP file. It would be nice if the individual source files were checked into this repo, like all the other source code in this repo. I ran the following commands to generate this pull request:

cd wpf
unzip src.zip
rm src.zip
git add .
env GIT_COMMITTER_NAME=dotnet-bot GIT_AUTHOR_NAME=dotnet-bot GIT_COMMITTER_EMAIL=dotnet-bot@microsoft.com GIT_AUTHOR_EMAIL=dotnet-bot@microsoft.com git commit -m "Unpack WPF sources"

I know this repository is documented as not accepting pull requests. But maybe someone from Microsoft can use the above commands to recreate this commit and add the sources.

@AustinWise
Copy link
Author

@harshit7962 It would be nice if you could check in the source files of WPF instead a ZIP file of it.

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