Skip to content

Conversation

@benelori
Copy link

This PR contains a small fix, that includes the using statement to the document translation section of the README.

The reason I think this fix is needed is because without it the output file is empty after the translation.
Even if the fix is easy to make in the code, I think having a bit more precise example would benefit the documentation.

@JanEbbing
Copy link
Member

Thanks for this fix! using outputFile = File.OpenWrite(outputDocumentPath); did not compile for me (on dotnet SDK 9.0.102), I needed to do using var outputFile = File.OpenWrite(outputDocumentPath);. I fixed it when fixing the merge conflicts.

I'll ask someone to approve this - do you want to rebase to remove the merge commit?

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