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

Feature/285 Remove unnecessary dependencies #300

Conversation

mwadams
Copy link
Contributor

@mwadams mwadams commented Mar 5, 2024

There are unnecessary transitive dependencies (principally through Corvus.Extensions) that cause collisions with popular extensions e.g. MoreLinq.

Although it is not possible to remove the dependency on Corvus.Json.ExtendedTypes, we can remove these unnecessary dependencies.

This includes:

  • Explicit dependencies on System.X packages (a legacy of netstandard)
  • Updating to the latest version of actual dependencies
  • Remove Corvus.Extensions - which is now unused
  • Fix StyleCop warnings for latest compiler features.

@mwadams mwadams merged commit 0ba2688 into main Mar 5, 2024
9 checks passed
@mwadams mwadams deleted the feature/285-ability-to-rely-entirely-on-dotnet-dependencies-without-corvusjsonextendedtypes branch March 5, 2024 20:44
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.

Ability to rely entirely on dotnet dependencies without Corvus.Json.ExtendedTypes
1 participant