Skip to content

Edit error demo and add minimal repo #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 4, 2023

Conversation

liaosunny123
Copy link
Contributor

No description provided.

README.md Outdated
Comment on lines 53 to 54
var StringsFolderPath = Path.Combine(Directory.GetCurrentDirectory(), "Strings");
StorageFolder stringsFolder = await StorageFolder.GetFolderFromPathAsync(StringsFolderPath);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess this way is more consistent with other coding in this project.

StringsFolderPath stringsFolderPath  = Path.Combine(Directory.GetCurrentDirectory(), "Strings");
StorageFolder stringsFolder = await StorageFolder.GetFolderFromPathAsync(stringsFolderPath);

Copy link
Owner

@AndrewKeepCoding AndrewKeepCoding left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR. I just added a comment on your changes. Can you edit that part?

@liaosunny123
Copy link
Contributor Author

Ok, I edit it

@AndrewKeepCoding AndrewKeepCoding merged commit 0374036 into AndrewKeepCoding:main Jul 4, 2023
@AndrewKeepCoding
Copy link
Owner

Thanks @liaosunny123 👍

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