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

Remove dependencies #2127

Merged
merged 7 commits into from
Mar 29, 2023
Merged

Remove dependencies #2127

merged 7 commits into from
Mar 29, 2023

Commits on Mar 29, 2023

  1. remove built-in parsers for IPAddress and IPEndPoint to reduce depend…

    …encies count and self-contained app size
    adamsitnik committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    c2dfcef View commit details
    Browse the repository at this point in the history
  2. remove static cache of completion sources by source type to remove de…

    …pendency to System.Collections.Concurrent
    adamsitnik committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    79d49e5 View commit details
    Browse the repository at this point in the history
  3. remove dependency to System.Runtime.Serialization.Formatters.dll, use…

    … less reflection and drop non-generic collections support
    adamsitnik committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    90651da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a5a4870 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d04234e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b4cb8a0 View commit details
    Browse the repository at this point in the history
  7. fix the warning

    adamsitnik committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    799a5e2 View commit details
    Browse the repository at this point in the history