- Unsupported members should throw NotSupportedException instead of NotImplementedException per MSDN docs for CanRead/CanSeek/CanWrite. - Position should throw NotSupportedException when CanSeek is false. - FrameRequestStream.Flush/FlushAsync should not throw NotImplementedException. - Use expression-bodied members for CanRead/CanSeek/CanWrite on FrameRequestStream to match FrameResponseStream. - Provide no-op override of LibuvStream.FlushAsync to match Flush. |
||
|---|---|---|
| samples | ||
| src | ||
| test | ||
| tools | ||
| .gitattributes | ||
| .gitignore | ||
| .travis.yml | ||
| CONTRIBUTING.md | ||
| KestrelHttpServer.sln | ||
| LICENSE.txt | ||
| NuGet.config | ||
| NuGetPackageVerifier.json | ||
| README.md | ||
| appveyor.yml | ||
| build.cmd | ||
| build.ps1 | ||
| build.sh | ||
| global.json | ||
| makefile.shade | ||