OrchardCore.Commerce
OrchardCore.Commerce copied to clipboard
Upgrade to latest OC preview in a separate branch to test System.Text.Json (OCC-245)
Followup to https://github.com/Lombiq/Open-Source-Orchard-Core-Extensions/issues/692
- Open a
task/system-text-json-migrationbranch frommainand start your issue branch from there. After this issue is done, we won't yet merge this tomain, waiting for that for OC v2.0. - Upgrade all OC and Lombiq packages to the appropriate 2.0 preview versions.
- Remove all Newtonsoft.Json converters (
Legacy*Converterclasses), only the STJ versions should remain. If there are any types with only Newtonsoft converters, implement the missing STJ version. - Fix any other bugs.
- For every general OC issue we find, open an OC issue.
FYI this too @MikeAlhayek.
What's up here, @sarahelsaig?
I'm struggling with CloudSmitch package restores failing only in GHA runs (they work in local). Turns out this is not limited to NuGet publishing, for example normal build fails in NEST-536 as well (for example here)
Looks like this was accidentally left open.