-
-
Notifications
You must be signed in to change notification settings - Fork 15
Feature/change project naming #1
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
Feature/change project naming #1
Conversation
…he SLN file to point to the new route after folder renaming
Updated the code to support system.text.json, and also updated the tests to run using system.text.json. Issues that needs fixing: Could not make the jsonconstructor work properly, so i updated the properties to be INIT. This does not solve that the classes can be instantiated invalidly, so more work might have to go into solving the jsonconstructors.
c0050f4
to
1b18a6a
Compare
1b18a6a
to
4abf3ac
Compare
The code can build, tests work but some things needs to be adressed as explained below. Changes
Issues to look into
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
An amazing PR, didn't think you were going to do it all in one go like that. Thank you. Have a look at my comments and once you've replied/resolved I'll get this in 👍
I sat down to have a look at this last night and I came to the same problem as you did with the constructors. This is something that will have to be lived with for now and addressed as and when.
No description provided.