Skip to content
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

docs: fix issue with headers in json parser example #165

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

belczyk
Copy link
Contributor

@belczyk belczyk commented Aug 7, 2022

This PR is fixing two minor issues with Json Parser Example.

  1. Sections headers were merged with the last paragraph of previous section (see before and after screenshots below)
  2. There were ~40 non-ASCII spaces (character 0+00a0), I replaced them with ASCII spaces

Section headers before:

image

Section headers after:

image

Non-ASCII spaces:

image

@belczyk
Copy link
Contributor Author

belczyk commented Aug 7, 2022

I'm not sure what is going on with ubuntu-latest build, I tried to read output but I didn't find anything indicating how I broke the build.

Does anybody have any insights?

@dsyme
Copy link
Contributor

dsyme commented Aug 15, 2022

@kkm000 Can you look at this?

@belczyk
Copy link
Contributor Author

belczyk commented Sep 17, 2022

I think this part might be relevant:

Script reported an error:
-> FileLoadException: Could not load file or assembly 'Microsoft.Build.Framework, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. General Exception (0x80131500)
-> Could not load 'Microsoft.Build.Framework, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.```

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.

3 participants