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

Netstandard2.0 #323

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Open

Netstandard2.0 #323

wants to merge 15 commits into from

Conversation

Oshi41
Copy link

@Oshi41 Oshi41 commented Dec 11, 2024

netstandart 2.0 support
Code style by Resharper

  • small fixes and improvements

Known issues:

  • Unix ports doesn't work (tests are failed)
  • Socket options are not supported (not sure if it's even supported by net standard 2.0)
public static void SetupSocket(this Socket socket, int keepAliveTime, int keepAliveInterval, int keepAliveRetryCount)
    {
        // TODO implement for net standard 2.0
    }

@Oshi41
Copy link
Author

Oshi41 commented Dec 11, 2024

It's better to create a dedicated branch, I guess

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.

1 participant