Giter Site home page Giter Site logo

Comments (7)

cuteant avatar cuteant commented on September 6, 2024

Windows desktop applications(winforms/wpf) isn't fully supported in .NET Core, starting with the .NET 5.0 release, itโ€™s not a problem anymore.
so there is really no need to keep support for .netfx
๐Ÿ˜ƒ
'dotnetty-common/Handlers' module : still need to continue to support .net core 3.1

from spannetty.

maksimkim avatar maksimkim commented on September 6, 2024

Is this because of alpn on sslstream?

from spannetty.

cuteant avatar cuteant commented on September 6, 2024

Yeah

from spannetty.

maksimkim avatar maksimkim commented on September 6, 2024

But isn't it available in netstandard2.1?

from spannetty.

cuteant avatar cuteant commented on September 6, 2024

@maksimkim
image
I was wrong๏ผŒ:stuck_out_tongue: only 'dotnetty-common' module : still need to continue to support .net core 3.1

https://github.com/cuteant/SpanNetty/blob/main/src/DotNetty.Common/Internal/TextEncodings.Utf8.NetCore3.cs
https://github.com/cuteant/SpanNetty/blob/main/src/DotNetty.Common/Internal/SpanHelpers.Byte.cs

from spannetty.

cuteant avatar cuteant commented on September 6, 2024

what I thought was to provide a unified impl(for encoding/span) that could be called by dotnetty.buffer in every targetframework......
so I copied some code from corefx

from spannetty.

cuteant avatar cuteant commented on September 6, 2024

and also , like this code:

#if NETCOREAPP || NETSTANDARD_2_0_GREATER
output.Write(_GetReadableSpan(index, length));
#else

is able to execute in netcoreapp2.1 but not in .net standard 2.0

from spannetty.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.