Soenneker.Utils.MemoryStream 2.1.527

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package Soenneker.Utils.MemoryStream --version 2.1.527
NuGet\Install-Package Soenneker.Utils.MemoryStream -Version 2.1.527
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Soenneker.Utils.MemoryStream" Version="2.1.527" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Soenneker.Utils.MemoryStream --version 2.1.527
#r "nuget: Soenneker.Utils.MemoryStream, 2.1.527"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Soenneker.Utils.MemoryStream as a Cake Addin
#addin nuget:?package=Soenneker.Utils.MemoryStream&version=2.1.527

// Install Soenneker.Utils.MemoryStream as a Cake Tool
#tool nuget:?package=Soenneker.Utils.MemoryStream&version=2.1.527

alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image

alternate text is missing from this package README image Soenneker.Utils.MemoryStream

An easy modern MemoryStream utility

A library for management and simple access of RecyclableMemoryStreamManager

Installation

dotnet add package Soenneker.Utils.MemoryStream

Usage

  1. Register the interop within DI (Program.cs).
public static async Task Main(string[] args)
{
    ...
    builder.Services.AddMemoryStreamUtil();
}
  1. Inject IMemoryStreamUtil wherever you need MemoryStream services

  2. Retrieve a fresh MemoryStream from

Example:

public class TestClass{

    IMemoryStreamUtil _memoryStreamUtil;

    public TestClass(IMemoryStreamUtil memoryStreamUtil)
    {
        _memoryStreamUtil = memoryStreamUtil;
    }

    public async ValueTask<MemoryStream> ReadFileIntoMemoryStream(string path)
    {
        MemoryStream memoryStream = await _memoryStreamUtil.Get(); // .GetSync() is also available

        FileStream fileStream = File.OpenRead(path);

        await fileStream.CopyToAsync(memoryStream);
    
        return memoryStream;
    }
}
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Soenneker.Utils.MemoryStream:

Package Downloads
Soenneker.Cosmos.Serializer The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

A fast, lightweight JSON (de)serializer for Azure Cosmos DB

Soenneker.Utils.File The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

A utility library encapsulating asynchronous file IO operations

Soenneker.Blob.Download The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

A utility library for Azure Blob download operations

Soenneker.Blob.Upload The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

A utility library for Azure Blob upload operations

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.527 1,550 6/22/2024
2.1.526 59 6/22/2024
2.1.525 4,165 6/15/2024
2.1.524 58 6/15/2024
2.1.523 1,519 6/15/2024
2.1.522 2,499 6/14/2024
2.1.521 62 6/14/2024
2.1.520 1,216 6/14/2024
2.1.519 1,614 6/12/2024
2.1.518 3,139 6/1/2024
2.1.517 363 6/1/2024
2.1.516 612 6/1/2024
2.1.515 322 6/1/2024
2.1.514 66 6/1/2024
2.1.513 1,158 6/1/2024
2.1.512 3,130 5/31/2024
2.1.511 64 5/31/2024
2.1.510 2,779 5/29/2024
2.1.509 63 5/29/2024
2.1.508 3,328 5/28/2024
2.1.507 48 5/28/2024
2.1.506 1,935 5/27/2024
2.1.505 43 5/27/2024
2.1.504 49 5/27/2024
2.1.503 905 5/27/2024
2.1.502 2,289 5/26/2024
2.1.501 51 5/26/2024
2.1.500 3,340 5/26/2024
2.1.499 56 5/26/2024
2.1.498 839 5/26/2024
2.1.497 149 5/25/2024
2.1.496 55 5/25/2024
2.1.495 900 5/25/2024
2.1.494 63 5/25/2024
2.1.493 56 5/25/2024
2.1.492 55 5/25/2024
2.1.491 1,352 5/25/2024
2.1.490 54 5/25/2024
2.1.489 60 5/25/2024
2.1.488 785 5/25/2024
2.1.487 52 5/25/2024
2.1.486 58 5/25/2024
2.1.485 696 5/25/2024
2.1.484 57 5/25/2024
2.1.483 54 5/25/2024
2.1.482 4,531 5/23/2024
2.1.481 323 5/23/2024
2.1.480 1,157 5/23/2024
2.1.479 59 5/23/2024
2.1.478 887 5/23/2024
2.1.477 51 5/23/2024
2.1.476 65 5/22/2024
2.1.475 59 5/22/2024
2.1.474 56 5/22/2024
2.1.473 1,212 5/22/2024
2.1.472 54 5/22/2024
2.1.471 55 5/22/2024
2.1.470 707 5/22/2024
2.1.469 58 5/22/2024
2.1.468 2,824 5/22/2024
2.1.467 2,548 5/18/2024
2.1.466 97 5/18/2024
2.1.465 699 5/17/2024
2.1.464 75 5/17/2024
2.1.463 1,194 5/17/2024
2.1.462 78 5/17/2024
2.1.461 79 5/17/2024
2.1.460 2,315 5/16/2024
2.1.459 150 5/16/2024
2.1.458 76 5/16/2024
2.1.457 1,064 5/15/2024
2.1.456 888 5/15/2024
2.1.455 78 5/15/2024
2.1.454 3,554 5/13/2024
2.1.453 49 5/13/2024
2.1.452 2,258 5/3/2024
2.1.451 2,062 4/30/2024
2.1.450 281 4/29/2024
2.1.449 1,148 4/29/2024
2.1.448 82 4/29/2024
2.1.447 2,408 4/29/2024
2.1.446 71 4/28/2024
2.1.445 76 4/28/2024
2.1.444 348 4/28/2024
2.1.443 93 4/28/2024
2.1.442 1,199 4/28/2024
2.1.441 78 4/28/2024
2.1.440 75 4/28/2024
2.1.439 2,285 4/28/2024
2.1.438 83 4/28/2024
2.1.437 1,189 4/28/2024
2.1.436 80 4/28/2024
2.1.435 85 4/28/2024
2.1.434 340 4/28/2024
2.1.433 78 4/28/2024
2.1.432 76 4/28/2024
2.1.431 1,853 4/27/2024
2.1.430 82 4/27/2024
2.1.429 4,562 4/19/2024
2.1.428 75 4/19/2024
2.1.427 2,520 4/19/2024
2.1.426 616 4/18/2024
2.1.425 2,687 4/15/2024
2.1.424 1,729 4/12/2024
2.1.423 1,228 4/12/2024
2.1.422 1,041 4/12/2024
2.1.421 83 4/12/2024
2.1.420 1,392 4/12/2024
2.1.419 85 4/12/2024
2.1.418 533 4/12/2024
2.1.417 416 4/11/2024
2.1.416 4,913 4/10/2024
2.1.415 75 4/10/2024
2.1.414 1,504 4/9/2024
2.1.413 2,586 4/2/2024
2.1.412 79 4/2/2024
2.1.411 233 4/1/2024
2.1.410 79 4/1/2024
2.1.409 159 4/1/2024
2.1.408 4,017 3/29/2024
2.1.407 833 3/29/2024
2.1.406 2,120 3/25/2024
2.1.405 84 3/25/2024
2.1.404 568 3/25/2024
2.1.403 1,001 3/25/2024
2.1.402 2,677 3/20/2024
2.1.401 84 3/20/2024
2.1.400 2,665 3/19/2024
2.1.399 94 3/19/2024
2.1.398 1,201 3/19/2024
2.1.397 93 3/19/2024
2.1.396 992 3/19/2024
2.1.395 1,014 3/18/2024
2.1.394 666 3/18/2024
2.1.393 3,071 3/15/2024
2.1.392 88 3/15/2024
2.1.391 2,646 3/13/2024
2.1.390 414 3/13/2024
2.1.389 304 3/13/2024
2.1.388 84 3/13/2024
2.1.387 1,143 3/13/2024
2.1.386 253 3/13/2024
2.1.385 85 3/13/2024
2.1.384 93 3/13/2024
2.1.383 2,056 3/13/2024
2.1.382 89 3/13/2024
2.1.381 143 3/12/2024
2.1.380 85 3/12/2024
2.1.379 2,044 3/12/2024
2.1.378 84 3/12/2024
2.1.377 2,884 3/11/2024
2.1.376 261 3/11/2024
2.1.375 2,399 3/11/2024
2.1.374 146 3/11/2024
2.1.373 2,029 3/10/2024
2.1.372 1,004 3/10/2024
2.1.371 2,399 3/8/2024
2.1.370 90 3/8/2024
2.1.369 1,310 3/8/2024
2.1.368 979 3/8/2024
2.1.367 82 3/8/2024
2.1.366 1,476 3/8/2024
2.1.365 1,504 3/6/2024
2.1.364 280 3/6/2024
2.1.363 2,615 3/4/2024
2.1.362 89 3/4/2024
2.1.361 1,224 3/4/2024
2.1.360 78 3/4/2024
2.1.359 1,758 3/3/2024
2.1.358 1,606 3/3/2024
2.1.357 146 3/2/2024
2.1.356 89 3/2/2024
2.1.355 1,458 3/2/2024
2.1.354 93 3/2/2024
2.1.353 10,627 2/25/2024
2.1.352 900 2/25/2024
2.1.351 78 2/25/2024
2.1.350 330 2/25/2024
2.1.349 1,414 2/25/2024
2.1.348 1,300 2/23/2024
2.1.347 405 2/23/2024
2.1.346 2,878 2/22/2024
2.1.345 76 2/22/2024
2.1.344 597 2/22/2024
2.1.343 128 2/22/2024
2.1.342 84 2/22/2024
2.1.341 1,650 2/21/2024
2.1.340 85 2/21/2024
2.1.339 1,491 2/21/2024
2.1.338 84 2/21/2024
2.1.337 79 2/21/2024
2.1.336 79 2/21/2024
2.1.335 1,469 2/21/2024
2.1.334 532 2/21/2024
2.1.333 75 2/21/2024
2.1.332 75 2/21/2024
2.1.331 1,348 2/21/2024
2.1.330 1,467 2/21/2024
2.1.329 81 2/21/2024
2.1.328 79 2/21/2024
2.1.327 82 2/21/2024
2.1.326 1,877 2/20/2024
2.1.325 79 2/20/2024
2.1.324 1,557 2/20/2024
2.1.323 79 2/20/2024
2.1.322 1,501 2/20/2024
2.1.321 79 2/20/2024
2.1.320 72 2/20/2024
2.1.319 670 2/20/2024
2.1.318 216 2/19/2024
2.1.317 2,469 2/19/2024
2.1.316 74 2/19/2024
2.1.315 1,691 2/19/2024
2.1.314 1,867 2/17/2024
2.1.313 74 2/17/2024
2.1.312 1,092 2/17/2024
2.1.311 75 2/17/2024
2.1.310 210 2/17/2024
2.1.309 613 2/16/2024
2.1.308 74 2/16/2024
2.1.307 74 2/16/2024
2.1.306 108 2/16/2024
2.1.305 72 2/16/2024
2.1.304 1,577 2/16/2024
2.1.303 71 2/16/2024
2.1.302 2,026 2/16/2024
2.1.301 76 2/16/2024
2.1.300 72 2/16/2024
2.1.299 171 2/16/2024
2.1.298 77 2/16/2024
2.1.297 947 2/16/2024
2.1.296 75 2/16/2024
2.1.295 2,813 2/14/2024
2.1.294 1,200 2/13/2024
2.1.293 77 2/13/2024
2.1.292 1,122 2/13/2024
2.1.291 1,295 2/13/2024
2.1.290 710 2/13/2024
2.1.289 86 2/13/2024
2.1.288 1,462 2/13/2024
2.1.287 925 2/13/2024
2.1.286 94 2/13/2024
2.1.285 2,438 2/12/2024
2.1.284 84 2/12/2024
2.1.283 1,421 2/11/2024
2.1.282 1,590 2/11/2024
2.1.281 80 2/11/2024
2.1.280 1,508 2/11/2024
2.1.279 1,044 2/11/2024
2.1.278 2,702 2/10/2024
2.1.277 254 2/10/2024
2.1.276 89 2/10/2024
2.1.275 871 2/9/2024
2.1.274 2,297 2/9/2024
2.1.273 77 2/9/2024
2.1.272 1,755 2/9/2024
2.1.271 475 2/9/2024
2.1.270 93 2/8/2024
2.1.269 83 2/8/2024
2.1.268 2,587 2/8/2024
2.1.267 91 2/8/2024
2.1.266 473 2/8/2024
2.1.265 5,488 2/8/2024
2.1.264 1,043 2/8/2024
2.1.263 89 2/8/2024
2.1.262 3,200 2/7/2024
2.1.261 89 2/7/2024
2.1.260 628 2/7/2024
2.1.259 1,516 2/7/2024
2.1.258 482 2/7/2024
2.1.257 88 2/7/2024
2.1.256 93 2/7/2024
2.1.255 163 2/7/2024
2.1.254 85 2/7/2024
2.1.253 84 2/7/2024
2.1.252 482 2/6/2024
2.1.251 83 2/6/2024
2.1.250 775 2/6/2024
2.1.249 87 2/6/2024
2.1.248 86 2/6/2024
2.1.247 93 2/6/2024
2.1.246 4,742 2/5/2024
2.1.245 170 2/5/2024
2.1.244 1,216 2/4/2024
2.1.243 1,426 2/4/2024
2.1.242 528 2/4/2024
2.1.241 2,587 2/2/2024
2.1.240 74 2/2/2024
2.1.239 3,448 1/31/2024
2.1.238 76 1/31/2024
2.1.237 3,564 1/29/2024
2.1.236 75 1/29/2024
2.1.235 1,544 1/29/2024
2.1.234 75 1/29/2024
2.1.233 769 1/29/2024
2.1.232 77 1/29/2024
2.1.231 1,345 1/28/2024
2.1.230 1,512 1/28/2024
2.1.229 77 1/28/2024
2.1.228 1,026 1/28/2024
2.1.227 1,459 1/28/2024
2.1.226 84 1/28/2024
2.1.225 1,545 1/28/2024
2.1.224 79 1/28/2024
2.1.223 324 1/28/2024
2.1.222 1,388 1/27/2024
2.1.221 75 1/27/2024
2.1.220 307 1/27/2024
2.1.219 2,462 1/27/2024
2.1.218 773 1/27/2024
2.1.217 73 1/27/2024
2.1.216 478 1/27/2024
2.1.215 77 1/27/2024
2.1.214 3,163 1/27/2024
2.1.213 1,486 1/27/2024
2.1.212 75 1/27/2024
2.1.211 863 1/26/2024
2.1.210 77 1/26/2024
2.1.209 840 1/26/2024
2.1.208 75 1/26/2024
2.1.207 625 1/26/2024
2.1.206 337 1/26/2024
2.1.205 2,648 1/26/2024
2.1.204 77 1/26/2024
2.1.203 1,606 1/26/2024
2.1.202 76 1/26/2024
2.1.201 1,861 1/25/2024
2.1.200 78 1/25/2024
2.1.199 1,463 1/25/2024
2.1.198 204 1/25/2024
2.1.197 77 1/25/2024
2.1.196 3,778 1/25/2024
2.1.195 76 1/25/2024
2.1.194 3,600 1/19/2024
2.1.193 79 1/19/2024
2.1.192 3,201 1/16/2024
2.1.191 1,367 1/15/2024
2.1.190 90 1/15/2024
2.1.189 242 1/15/2024
2.1.188 80 1/15/2024
2.1.187 86 1/15/2024
2.1.186 1,753 1/15/2024
2.1.185 88 1/15/2024
2.1.184 1,547 1/15/2024
2.1.183 84 1/15/2024
2.1.182 84 1/15/2024
2.1.181 2,872 1/15/2024
2.1.180 89 1/15/2024
2.1.179 2,814 1/14/2024
2.1.178 88 1/14/2024
2.1.177 3,781 1/13/2024
2.1.176 95 1/13/2024
2.1.175 2,719 1/12/2024
2.1.174 83 1/12/2024
2.1.173 3,154 1/11/2024
2.1.172 412 1/11/2024
2.1.171 4,008 1/7/2024
2.1.170 88 1/7/2024
2.1.169 1,020 1/7/2024
2.1.168 2,501 1/5/2024
2.1.167 1,286 1/5/2024
2.1.166 88 1/5/2024
2.1.165 69 1/5/2024
2.1.164 79 1/5/2024
2.1.163 1,440 1/5/2024
2.1.162 82 1/5/2024
2.1.161 88 1/5/2024
2.1.160 78 1/5/2024
2.1.159 4,251 1/3/2024
2.1.158 2,362 1/1/2024
2.1.157 100 1/1/2024
2.1.156 1,302 1/1/2024
2.1.155 1,876 12/28/2023
2.1.154 583 12/28/2023
2.1.153 113 12/28/2023
2.1.152 162 12/28/2023
2.1.151 104 12/28/2023
2.1.150 96 12/28/2023
2.1.149 2,397 12/28/2023
2.1.148 110 12/28/2023
2.1.147 673 12/28/2023
2.1.146 102 12/28/2023
2.1.145 101 12/28/2023
2.1.144 703 12/27/2023
2.1.143 111 12/27/2023
2.1.142 1,845 12/27/2023
2.1.141 108 12/27/2023
2.1.140 3,612 12/25/2023
2.1.139 98 12/25/2023
2.1.138 1,293 12/25/2023
2.1.137 1,782 12/25/2023
2.1.136 96 12/25/2023
2.1.135 91 12/25/2023
2.1.134 1,311 12/25/2023
2.1.133 95 12/25/2023
2.1.132 96 12/25/2023
2.1.131 163 12/25/2023
2.1.130 105 12/25/2023
2.1.129 3,968 12/24/2023
2.1.128 1,217 12/24/2023
2.1.127 435 12/24/2023
2.1.126 1,751 12/23/2023
2.1.125 1,213 12/23/2023
2.1.124 446 12/23/2023
2.1.123 100 12/23/2023
2.1.122 85 12/23/2023
2.1.121 252 12/23/2023
2.1.120 98 12/23/2023
2.1.119 97 12/23/2023
2.1.118 96 12/23/2023
2.1.117 780 12/23/2023
2.1.116 90 12/23/2023
2.1.115 1,232 12/23/2023
2.1.114 95 12/23/2023
2.1.113 5,371 12/19/2023
2.1.112 80 12/19/2023
2.1.111 704 12/19/2023
2.1.110 85 12/19/2023
2.1.109 1,202 12/19/2023
2.1.108 248 12/18/2023
2.1.107 1,955 12/13/2023
2.1.106 754 12/12/2023
2.1.105 914 12/11/2023
2.1.104 1,024 12/11/2023
2.1.103 293 12/11/2023
2.1.102 394 12/11/2023
2.1.101 220 12/10/2023
2.1.100 87 12/10/2023
2.1.99 108 12/10/2023
2.1.98 108 12/10/2023
2.1.97 3,879 12/10/2023
2.1.96 2,595 12/10/2023
2.1.95 738 12/9/2023
2.1.94 848 12/9/2023
2.1.93 1,298 12/9/2023
2.1.92 114 12/9/2023
2.1.91 108 12/9/2023
2.1.90 94 12/9/2023
2.1.89 100 12/9/2023
2.1.88 999 12/9/2023
2.1.87 97 12/9/2023
2.1.86 2,778 12/9/2023
2.1.85 105 12/9/2023
2.1.84 4,300 12/6/2023
2.1.83 536 12/6/2023
2.1.82 738 12/6/2023
2.1.81 109 12/6/2023
2.1.80 1,882 12/6/2023
2.1.79 498 12/5/2023
2.1.78 1,069 12/5/2023
2.1.77 509 12/5/2023
2.1.76 1,049 12/5/2023
2.1.75 1,069 12/5/2023
2.1.74 306 12/5/2023
2.1.73 188 12/4/2023
2.1.72 110 12/4/2023
2.1.71 108 12/4/2023
2.1.70 3,099 12/4/2023
2.1.69 119 12/4/2023
2.1.68 643 12/4/2023
2.1.67 111 12/4/2023
2.1.66 3,196 12/4/2023
2.1.65 1,710 11/27/2023
2.1.64 464 11/27/2023
2.1.63 1,972 11/23/2023
2.1.62 111 11/23/2023
2.1.61 511 11/23/2023
2.1.60 536 11/23/2023
2.1.59 111 11/23/2023
2.1.58 1,220 11/23/2023
2.1.57 117 11/23/2023
2.1.56 116 11/23/2023
2.1.55 98 11/23/2023
2.1.54 1,243 11/23/2023
2.1.53 119 11/23/2023
2.1.52 3,417 11/20/2023
2.1.51 110 11/20/2023
2.1.50 2,207 11/20/2023
2.1.49 95 11/20/2023
2.1.48 103 11/20/2023
2.1.47 1,423 11/20/2023
2.1.46 1,624 11/19/2023
2.1.45 97 11/19/2023
2.1.44 1,459 11/19/2023
2.1.43 203 11/19/2023
2.1.42 106 11/19/2023
2.1.41 115 11/19/2023
2.1.40 108 11/19/2023
2.1.39 2,733 11/19/2023
2.1.38 102 11/19/2023
2.1.37 2,796 11/18/2023
2.1.36 104 11/18/2023
2.1.35 111 11/18/2023
2.1.34 2,380 11/18/2023
2.1.33 106 11/18/2023
2.1.32 110 11/18/2023
2.1.31 473 11/18/2023
2.1.30 109 11/18/2023
2.1.29 90 11/18/2023
2.1.28 108 11/18/2023
2.1.27 1,098 11/17/2023
2.1.26 90 11/17/2023
2.1.25 1,391 11/17/2023
2.1.24 106 11/17/2023
2.1.23 113 11/17/2023
2.1.22 243 11/17/2023
2.1.21 106 11/17/2023
2.1.20 107 11/17/2023
2.1.19 2,460 11/17/2023
2.1.18 107 11/17/2023
2.1.17 1,067 11/17/2023
2.1.16 109 11/17/2023
2.1.15 1,168 11/17/2023
2.1.14 102 11/17/2023
2.1.13 113 11/17/2023
2.1.12 544 11/17/2023
2.1.11 115 11/17/2023
2.1.10 84 11/17/2023
2.1.9 1,903 11/17/2023
2.1.8 450 11/17/2023
2.1.7 108 11/17/2023
2.1.6 821 11/16/2023
2.1.5 105 11/16/2023
2.0.196 1,800 11/15/2023
2.0.195 109 11/15/2023
2.0.194 109 11/15/2023
2.0.193 109 11/15/2023
2.0.4 96 11/16/2023
2.0.3 108 11/16/2023
2.0.2 106 11/16/2023
2.0.1 103 11/16/2023
1.0.192 1,398 11/14/2023
1.0.191 108 11/14/2023
1.0.190 3,869 11/13/2023
1.0.189 105 11/13/2023
1.0.188 867 11/10/2023
1.0.187 103 11/10/2023
1.0.186 87 11/10/2023
1.0.185 1,957 11/9/2023
1.0.184 102 11/9/2023
1.0.183 105 11/9/2023
1.0.182 105 11/9/2023
1.0.181 3,360 11/8/2023
1.0.180 1,155 11/7/2023
1.0.179 111 11/7/2023
1.0.178 1,816 11/6/2023
1.0.177 102 11/6/2023
1.0.176 103 11/6/2023
1.0.175 1,728 11/3/2023
1.0.174 114 11/3/2023
1.0.173 114 11/3/2023
1.0.172 2,026 11/2/2023
1.0.171 116 11/2/2023
1.0.170 115 11/2/2023
1.0.169 1,627 11/1/2023
1.0.168 105 11/1/2023
1.0.167 6,162 10/27/2023
1.0.166 1,702 10/26/2023
1.0.165 3,104 10/20/2023
1.0.164 2,019 10/19/2023
1.0.163 111 10/19/2023
1.0.162 1,540 10/18/2023
1.0.161 111 10/18/2023
1.0.160 109 10/18/2023
1.0.159 1,878 10/17/2023
1.0.158 110 10/17/2023
1.0.157 124 10/17/2023
1.0.156 2,642 10/16/2023
1.0.155 121 10/16/2023
1.0.154 118 10/16/2023
1.0.153 2,633 10/13/2023
1.0.152 132 10/13/2023
1.0.151 130 10/13/2023
1.0.150 1,465 10/12/2023
1.0.149 5,302 9/20/2023
1.0.148 1,322 9/19/2023
1.0.147 114 9/19/2023
1.0.146 118 9/19/2023
1.0.145 3,853 9/18/2023
1.0.144 116 9/18/2023
1.0.143 110 9/18/2023
1.0.142 1,860 9/15/2023
1.0.141 1,914 9/14/2023
1.0.140 2,900 9/1/2023
1.0.139 2,465 8/31/2023
1.0.138 134 8/31/2023
1.0.137 1,720 8/30/2023
1.0.136 145 8/30/2023
1.0.135 134 8/30/2023
1.0.134 1,499 8/29/2023
1.0.133 151 8/29/2023
1.0.132 3,420 8/28/2023
1.0.131 142 8/28/2023
1.0.130 2,127 8/25/2023
1.0.129 145 8/25/2023
1.0.128 126 8/25/2023
1.0.127 3,023 8/24/2023
1.0.126 149 8/24/2023
1.0.125 3,169 8/22/2023
1.0.124 1,450 8/21/2023
1.0.123 146 8/21/2023
1.0.122 1,636 8/18/2023
1.0.121 141 8/18/2023
1.0.120 135 8/18/2023
1.0.119 2,254 8/17/2023
1.0.118 131 8/17/2023
1.0.117 142 8/17/2023
1.0.116 120 8/17/2023
1.0.115 6,627 8/11/2023
1.0.114 2,072 8/10/2023
1.0.113 148 8/10/2023
1.0.112 2,917 8/9/2023
1.0.111 160 8/9/2023
1.0.110 1,239 8/8/2023
1.0.109 159 8/8/2023
1.0.108 160 8/8/2023
1.0.107 3,293 8/7/2023
1.0.106 154 8/7/2023
1.0.105 158 8/7/2023
1.0.104 160 8/7/2023
1.0.103 6,107 7/14/2023
1.0.102 2,244 7/13/2023
1.0.101 2,125 7/12/2023
1.0.100 1,868 7/11/2023
1.0.99 156 7/11/2023
1.0.98 2,827 7/10/2023
1.0.97 156 7/10/2023
1.0.96 156 7/10/2023
1.0.95 2,237 7/7/2023
1.0.94 160 7/7/2023
1.0.93 162 7/7/2023
1.0.92 5,376 7/3/2023
1.0.91 2,500 6/30/2023
1.0.90 2,240 6/29/2023
1.0.89 180 6/29/2023
1.0.88 162 6/29/2023
1.0.87 2,031 6/28/2023
1.0.86 160 6/28/2023
1.0.85 170 6/28/2023
1.0.84 4,230 6/27/2023
1.0.83 157 6/27/2023
1.0.82 2,931 6/26/2023
1.0.81 163 6/26/2023
1.0.80 3,847 6/23/2023
1.0.79 2,594 6/22/2023
1.0.78 1,931 6/21/2023
1.0.77 3,387 6/19/2023
1.0.76 2,865 6/15/2023
1.0.75 149 6/15/2023
1.0.74 1,880 6/14/2023
1.0.73 5,508 6/12/2023
1.0.72 1,735 6/9/2023
1.0.71 162 6/9/2023
1.0.70 3,181 6/8/2023
1.0.69 166 6/8/2023
1.0.68 168 6/8/2023
1.0.67 4,134 6/7/2023
1.0.66 167 6/7/2023
1.0.65 166 6/7/2023
1.0.64 163 6/7/2023
1.0.63 2,402 6/6/2023
1.0.62 171 6/6/2023
1.0.61 166 6/6/2023
1.0.60 18,475 5/30/2023
1.0.59 167 5/30/2023
1.0.58 161 5/30/2023
1.0.57 4,313 5/29/2023
1.0.56 164 5/29/2023
1.0.55 161 5/29/2023
1.0.54 3,650 5/26/2023
1.0.53 171 5/26/2023
1.0.52 185 5/26/2023
1.0.51 5,908 5/25/2023
1.0.50 168 5/25/2023
1.0.49 168 5/25/2023
1.0.48 2,633 5/24/2023
1.0.46 168 5/24/2023
1.0.45 170 5/24/2023
1.0.43 3,344 5/23/2023
1.0.42 5,073 5/22/2023
1.0.41 178 5/22/2023
1.0.40 5,103 5/18/2023
1.0.39 3,303 5/17/2023
1.0.38 142 5/17/2023
1.0.37 222 5/17/2023
1.0.36 9,650 4/25/2023
1.0.35 1,203 4/24/2023
1.0.34 1,750 4/21/2023
1.0.33 193 4/21/2023
1.0.32 1,553 4/20/2023
1.0.31 2,149 4/19/2023
1.0.30 984 4/18/2023
1.0.29 1,519 4/17/2023
1.0.28 1,109 4/14/2023
1.0.27 1,093 4/13/2023
1.0.26 1,105 4/12/2023
1.0.25 1,400 4/11/2023
1.0.24 270 4/11/2023
1.0.23 1,540 4/10/2023
1.0.22 2,201 4/4/2023
1.0.21 196 4/4/2023
1.0.20 934 4/3/2023
1.0.19 219 4/3/2023
1.0.18 226 4/3/2023
1.0.17 221 4/3/2023
1.0.16 210 4/3/2023
1.0.15 208 4/3/2023
1.0.14 208 4/3/2023
1.0.13 210 4/3/2023
1.0.12 202 4/3/2023
1.0.11 1,966 3/23/2023
1.0.10 525 3/13/2023
1.0.9 295 3/12/2023
1.0.8 240 3/11/2023
1.0.7 240 3/10/2023
1.0.5 390 2/22/2023
1.0.4 440 2/19/2023
1.0.3 422 2/18/2023
1.0.1 369 2/12/2023