DotNetty project – a port of netty, event-driven asynchronous network application framework
Перейти к файлу
gmacster 997e60f19b Convert javadoc to C# xmldoc in the DotNetty.Transport project (#389)
This is a progressive commit towards completing #386.

No code changes have been made, only changes to comments.

These changes to comments include:
- Transforming {@link Symbol} occurrences to <see cref="Symbol"/>
- Updating Java example code in comments with C# equivalents
- Translating/removing comments that do not apply to .NET generally
- Removing Netty-specific comments that do not yet apply to this port
- Various grammar and typo corrections
2018-04-06 10:24:40 -07:00
.nuget
.vscode
examples
shared
src Convert javadoc to C# xmldoc in the DotNetty.Transport project (#389) 2018-04-06 10:24:40 -07:00
test InliningDiagnoser/Unsafe unaligned. (#384) 2018-03-26 09:47:51 -07:00
tools
.gitattributes
.gitignore
CONTRIBUTING.MD
DotNetty.sln
DotNetty.sln.DotSettings
DotNetty.snk
LICENSE.txt
README.md
RELEASE_NOTES.md
ThirdPartyNotices.txt
appveyor.yaml
build.cake
build.ps1
build.sh

README.md

DotNetty Project

Join the chat at https://gitter.im/Azure/DotNetty Available on NuGet https://www.nuget.org/packages?q=DotNetty AppVeyor

DotNetty is a port of Netty, asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients.

Use

  • Official releases are on NuGet.
  • Nightly builds are available on MyGet.

Contribute

We gladly accept community contributions.