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

Convert to System.Text.Json #151

Closed
wants to merge 78 commits into from
Closed

Convert to System.Text.Json #151

wants to merge 78 commits into from

Conversation

steveoh
Copy link

@steveoh steveoh commented Sep 2, 2020

refs #148

@steveoh
Copy link
Author

steveoh commented Sep 3, 2020

@xfischer, @xperiandri, and @matt-lethargic I'd love to get some early participation with this

@matt-lethargic
Copy link
Member

@steveoh amazing start, I made a start as well, but got bogged down learning the new JsonSerializer. I'm happy to commit this PR into v2 as WIP. I've also invited you so you can work straight into v2 if you'd like

@steveoh
Copy link
Author

steveoh commented Sep 3, 2020

Someone is going to have to refactor all of the tests since they are depending on json.net serialization instead of static strings which isn't awesome.

@steveoh
Copy link
Author

steveoh commented Sep 3, 2020

Can we use c# 9 in this project? I wouldn't think it would matter much to users but I figured I'd ask.

@matt-lethargic
Copy link
Member

matt-lethargic commented Sep 3, 2020 via email

@steveoh
Copy link
Author

steveoh commented Sep 21, 2020

99 tests passing only 10 left to go. I hope you are ok with my implementation. Please tell me that you have at least glanced at it already?

@steveoh
Copy link
Author

steveoh commented Sep 23, 2020

all the tests are now passing. do with it what you want. thanks for all of the support :trollface:

@steveoh steveoh marked this pull request as ready for review September 23, 2020 23:04
@steveoh steveoh changed the title WIP: convert to system.text.json Convert to System.Text.Json Sep 23, 2020
@steveoh
Copy link
Author

steveoh commented Sep 30, 2020

I think i'm going to use https://github.com/NetTopologySuite/NetTopologySuite.IO.GeoJSON/blob/develop/src/NetTopologySuite.IO.GeoJSON4STJ as their implementation looks much nicer than what I did. You might reference this if you ever get around to it.

FYI, I will delete my fork in the coming days.

@steveoh steveoh closed this Oct 7, 2020
@xfischer
Copy link
Member

xfischer commented Oct 7, 2020

@steveoh I'm sorry the story ends like this. We're just two (three with you) maintaining this repo. I am very busy lately so that I couldn't support all the great work you were doing. Sorry about that, and I believe it's the same for @matt-lethargic.

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