-
Notifications
You must be signed in to change notification settings - Fork 734
Migrate from using Newtson.Json to System.Text.Json for parsing the assets file. #5529
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
Closed
Closed
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
c870c41
Initial commit,...
jgonz120 9083583
Finshed up moving all the objects to use STJ
jgonz120 49541e0
Added a really long unit test but then just validated using other uni…
jgonz120 4d1fe5b
Went through the lock file converters, using Utf8JsonReaderExtensions
jgonz120 a1af274
Seperated the STJ logic from the JsonPackageSpec reader
jgonz120 39fffa5
Small optimizations
jgonz120 da7d17c
Split the JsonPackageReader, added obsolete and surpressed in tests
jgonz120 9f9738f
Changes to get unit tests working for exceptions
jgonz120 d3d9f32
merge
jgonz120 0e02fe1
Updated Package reader with new field
jgonz120 8422e96
Updated exception unit test
jgonz120 a5fdf9a
Fix unit tests wrt to exceptions
jgonz120 57813dd
Implemented deserialization with memory stream
jgonz120 1cb4fd3
Updated tests to work with new streaming logic
jgonz120 08b36d1
Update tests to use double quotes instead of single quotes for json
jgonz120 6e3a887
Additonal single quote removals
jgonz120 1dc7682
Fix another test that uses single quotes
jgonz120 e62dcfe
Added unit tests and renamed some functions
jgonz120 5cd4486
Arrange files
jgonz120 e1d989d
Rename StreamingUtf8JsonReader to Utf8JsonStreamReader
jgonz120 68c2021
change classes to no longer implement converter
jgonz120 3ab5dd4
Added environment variable check
jgonz120 d0fa9ca
updated comments
jgonz120 20658a6
merge with dev
jgonz120 9df9654
Remove the floating package version
jgonz120 3895c46
removed unused references
jgonz120 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.