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

Status of this project (draft 2020-12) #315

Closed
elitemike opened this issue Mar 14, 2023 · 1 comment · Fixed by #349
Closed

Status of this project (draft 2020-12) #315

elitemike opened this issue Mar 14, 2023 · 1 comment · Fixed by #349

Comments

@elitemike
Copy link

My project is currently using the JSchemaValidatingReader. We can't easily switch to system.text.json unless something equivalent is built into the library to support our data structure. We stream read large data sets and yield return each item in entries. Due to our structure, we can't rely on the UTF8JsonReader to just enumerate async. UTF8JsonReader also does not allow a yield return.

Is this project dead or can we expect an update to 2020-12 as well as future versions??

[
    {
        "metadata":{
            "id": "test",
            "type": "Log",
            "dates": [
                {
                    "timestamp": "asdfasdf",
                    "type": "asdfasdf"
                }
            ]
        },
        "entries":[
            {
                "text": "alpha",
                "level":  "Info",
                "type": "A"               
            },
            {
                "text": "alpha",
                "level": "Info",
                "type": "B"               
            }
        ]
    }
]
@vigouredelaruse
Copy link

i will venture an answer.

it's a risk taking a dependency on something listed on github by a single person organization.

however if the tool is worth taking a dependency, it's probably worth taking ownership of blocking issues affecting one's work by forking the repo

the first time i did this it felt like taking on tangental work, but it's not when your merged updates to the fork unblock your main project

felicitations

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 a pull request may close this issue.

2 participants