dotnext by

<PackageReference Include="dotnext" Version="4.15.0" />

Error reading package

System.Net.Http.HttpRequestException: The SSL connection could not be established, see inner exception.
 ---> System.IO.IOException:  Received an unexpected EOF or 0 bytes from the transport stream.
   at System.Net.Security.SslStream.ReceiveBlobAsync[TIOAdapter](TIOAdapter adapter)
   at System.Net.Security.SslStream.ForceAuthenticationAsync[TIOAdapter](TIOAdapter adapter, Boolean receiveFirst, Byte[] reAuthenticationData, Boolean isApm)
   at System.Net.Http.ConnectHelper.EstablishSslConnectionAsyncCore(Boolean async, Stream stream, SslClientAuthenticationOptions sslOptions, CancellationToken cancellationToken)
   --- End of inner exception stack trace ---
   at System.Net.Http.ConnectHelper.EstablishSslConnectionAsyncCore(Boolean async, Stream stream, SslClientAuthenticationOptions sslOptions, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.GetHttpConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.HttpConnectionPool.SendWithRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken)
   at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at System.Net.Http.DiagnosticsHandler.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
   at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
   at Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
   at System.Net.Http.HttpClient.SendAsyncCore(HttpRequestMessage request, HttpCompletionOption completionOption, Boolean async, Boolean emitTelemetryStartStop, CancellationToken cancellationToken)
   at FuGetGallery.Entry.OpenAsync() in /home/runner/work/FuGetGallery/FuGetGallery/Data/PackageData.cs:line 86
   at FuGetGallery.Entry.Open() in /home/runner/work/FuGetGallery/FuGetGallery/Data/PackageData.cs:line 33
   at FuGetGallery.PackageData.ReadNuspec(Entry entry) in /home/runner/work/FuGetGallery/FuGetGallery/Data/PackageData.cs:line 372
   at FuGetGallery.PackageData.ReadAsync(HttpClient httpClient, String packageUri) in /home/runner/work/FuGetGallery/FuGetGallery/Data/PackageData.cs:line 365
   at FuGetGallery.PackageData.PackageDataCache.ReadPackageFromUrl(PackageData package, HttpClient httpClient, CancellationToken token) in /home/runner/work/FuGetGallery/FuGetGallery/Data/PackageData.cs:line 600
   at FuGetGallery.PackageData.PackageDataCache.GetValueAsync(String arg0, PackageVersion arg1, HttpClient httpClient, CancellationToken token) in /home/runner/work/FuGetGallery/FuGetGallery/Data/PackageData.cs:line 576

 DotNext.Buffers

Namespace with 25 public types

 Classes

 PooledArrayBufferWriter`1 Represents memory writer that is backed by the array obtained from the pool.
 PooledBufferWriter`1 Represents memory writer that uses pooled memory.
 SparseBufferWriter`1 Represents builder of the sparse memory buffer.

 Structures

 BufferConsumer`1 Represents implementation of in the form of the writer to .
 BufferWriterInterpolatedStringHandler Represents handler of the interpolated string that can be written to without temporary allocations.
 BufferWriterSlim`1 Represents stack-allocated buffer writer.
 BufferWriterSlimInterpolatedStringHandler Represents handler of the interpolated string that can be written to without temporary allocations.
 DelegatingReadOnlySpanConsumer`2 Represents implementation of that delegates invocation to the delegate of type .
 MemoryOwner`1 Represents unified representation of the memory rented using various types of memory pools.
 MemoryRental`1 Represents the memory obtained from the pool or allocated on the stack or heap.
 MemoryTemplate`1 Represents generic template for buffer rendering.
 PoolingInterpolatedStringHandler Represents interpolated string builder that utilizes reusable buffer rented from the pool.
 ReadOnlySpanConsumer`2 Represents typed function pointer implementing .
 SpanReader`1 Represents simple memory reader backed by .
 SpanWriter`1 Represents simple memory writer backed by .

 Enumerations

 SparseBufferGrowth Determines how the size of the subsequent memory chunk must be calculated.

 Static Classes

 BufferHelpers Represents helper methods to work with various buffer representations.
 MemoryAllocator Represents interop layer between .NET memory pools and .
 MemoryTemplate Represents various extensions for type.
 ReadOnlySequencePartitioner Represents factory of objects for .

 Abstract Classes

 BufferWriter`1 Represents memory-backed output sink which data can be written.

 Interfaces

 IBinaryFormattable`1 Represents an object that can be converted to and restored from the binary representation.
 IGrowableBuffer`1 Represents common interface for growable buffer writers.
 IReadOnlySpanConsumer`1 Represents functional interface returning no value and accepting the single argument of type .