Soenneker.Utils.MemoryStream 2.1.267

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Soenneker.Utils.MemoryStream --version 2.1.267                
NuGet\Install-Package Soenneker.Utils.MemoryStream -Version 2.1.267                
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.267" />                
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.267                
#r "nuget: Soenneker.Utils.MemoryStream, 2.1.267"                
#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.267

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

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.Utils.File

A utility library encapsulating asynchronous file IO operations

Soenneker.Cosmos.Serializer

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

Soenneker.Blob.Download

A utility library for Azure Blob download operations

Soenneker.Blob.Upload

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.739 0 9/27/2024
2.1.738 0 9/27/2024
2.1.737 0 9/27/2024
2.1.736 0 9/27/2024
2.1.735 0 9/27/2024
2.1.734 51 9/26/2024
2.1.733 95 9/26/2024
2.1.732 1,390 9/26/2024
2.1.731 49 9/26/2024
2.1.730 531 9/26/2024
2.1.729 869 9/26/2024
2.1.728 3,142 9/23/2024
2.1.727 404 9/23/2024
2.1.726 656 9/23/2024
2.1.725 807 9/23/2024
2.1.724 912 9/23/2024
2.1.723 71 9/23/2024
2.1.722 2,685 9/23/2024
2.1.721 66 9/23/2024
2.1.720 2,526 9/23/2024
2.1.719 69 9/23/2024
2.1.718 654 9/23/2024
2.1.717 67 9/23/2024
2.1.716 68 9/23/2024
2.1.715 752 9/23/2024
2.1.714 65 9/23/2024
2.1.713 71 9/23/2024
2.1.712 2,431 9/23/2024
2.1.711 65 9/23/2024
2.1.710 5,735 9/18/2024
2.1.709 892 9/17/2024
2.1.708 663 9/17/2024
2.1.707 72 9/17/2024
2.1.706 367 9/17/2024
2.1.705 860 9/17/2024
2.1.704 183 9/17/2024
2.1.703 1,858 9/17/2024
2.1.702 79 9/17/2024
2.1.701 2,461 9/17/2024
2.1.700 1,763 9/17/2024
2.1.699 1,027 9/17/2024
2.1.698 1,684 9/17/2024
2.1.697 8,242 9/16/2024
2.1.696 73 9/16/2024
2.1.695 3,704 9/12/2024
2.1.694 85 9/12/2024
2.1.693 882 9/11/2024
2.1.692 151 9/11/2024
2.1.690 5,034 9/11/2024
2.1.689 271 9/11/2024
2.1.688 1,528 9/11/2024
2.1.687 3,034 9/11/2024
2.1.686 7,070 9/10/2024
2.1.685 317 9/10/2024
2.1.684 555 9/10/2024
2.1.683 356 9/10/2024
2.1.682 80 9/10/2024
2.1.681 532 9/9/2024
2.1.680 81 9/9/2024
2.1.679 278 9/9/2024
2.1.678 3,166 9/9/2024
2.1.677 66 9/9/2024
2.1.676 688 9/9/2024
2.1.675 104 9/9/2024
2.1.674 463 9/9/2024
2.1.673 3,409 9/9/2024
2.1.672 80 9/9/2024
2.1.671 194 9/9/2024
2.1.670 77 9/9/2024
2.1.669 74 9/9/2024
2.1.668 9,719 9/7/2024
2.1.667 1,629 9/6/2024
2.1.666 4,306 9/6/2024
2.1.665 78 9/6/2024
2.1.664 1,682 9/5/2024
2.1.663 991 9/5/2024
2.1.662 64 9/5/2024
2.1.661 77 9/5/2024
2.1.660 1,927 9/5/2024
2.1.659 2,127 9/5/2024
2.1.658 91 9/5/2024
2.1.657 79 9/5/2024
2.1.656 531 9/5/2024
2.1.655 87 9/5/2024
2.1.654 88 9/5/2024
2.1.653 4,157 9/5/2024
2.1.652 87 9/5/2024
2.1.651 3,362 9/4/2024
2.1.650 3,470 9/4/2024
2.1.649 3,769 9/3/2024
2.1.648 84 9/3/2024
2.1.647 2,778 9/3/2024
2.1.646 74 9/3/2024
2.1.645 1,962 9/3/2024
2.1.644 1,342 9/3/2024
2.1.643 62 9/3/2024
2.1.642 4,260 8/29/2024
2.1.641 76 8/29/2024
2.1.640 4,151 8/26/2024
2.1.639 1,058 8/26/2024
2.1.638 3,869 8/21/2024
2.1.637 218 8/21/2024
2.1.636 1,345 8/21/2024
2.1.635 111 8/21/2024
2.1.634 932 8/20/2024
2.1.633 101 8/20/2024
2.1.632 118 8/20/2024
2.1.631 1,852 8/20/2024
2.1.630 1,004 8/20/2024
2.1.629 99 8/20/2024
2.1.628 83 8/20/2024
2.1.627 94 8/20/2024
2.1.626 2,175 8/20/2024
2.1.625 98 8/20/2024
2.1.624 3,989 8/20/2024
2.1.623 1,969 8/19/2024
2.1.622 4,342 8/15/2024
2.1.621 590 8/15/2024
2.1.620 5,421 8/13/2024
2.1.619 541 8/13/2024
2.1.618 4,419 8/7/2024
2.1.617 362 8/6/2024
2.1.616 2,612 8/6/2024
2.1.615 65 8/6/2024
2.1.614 3,261 8/1/2024
2.1.613 435 8/1/2024
2.1.611 275 8/1/2024
2.1.610 252 8/1/2024
2.1.609 6,041 7/25/2024
2.1.608 237 7/25/2024
2.1.607 441 7/25/2024
2.1.606 79 7/25/2024
2.1.605 625 7/25/2024
2.1.604 63 7/25/2024
2.1.603 133 7/24/2024
2.1.602 364 7/24/2024
2.1.601 169 7/24/2024
2.1.600 995 7/24/2024
2.1.599 2,257 7/24/2024
2.1.598 1,638 7/20/2024
2.1.597 3,533 7/20/2024
2.1.596 4,716 7/14/2024
2.1.595 79 7/14/2024
2.1.594 2,582 7/14/2024
2.1.593 67 7/14/2024
2.1.592 433 7/14/2024
2.1.591 3,552 7/10/2024
2.1.590 229 7/10/2024
2.1.589 569 7/10/2024
2.1.588 66 7/10/2024
2.1.587 1,948 7/10/2024
2.1.586 64 7/10/2024
2.1.585 56 7/10/2024
2.1.584 57 7/10/2024
2.1.583 910 7/10/2024
2.1.582 56 7/10/2024
2.1.581 124 7/10/2024
2.1.580 72 7/10/2024
2.1.579 66 7/10/2024
2.1.578 886 7/10/2024
2.1.577 71 7/10/2024
2.1.576 816 7/10/2024
2.1.575 81 7/10/2024
2.1.574 73 7/10/2024
2.1.573 462 7/9/2024
2.1.572 74 7/9/2024
2.1.569 727 7/9/2024
2.1.568 62 7/9/2024
2.1.567 629 7/9/2024
2.1.566 71 7/9/2024
2.1.565 4,345 7/9/2024
2.1.564 76 7/9/2024
2.1.563 81 7/9/2024
2.1.562 4,459 7/9/2024
2.1.561 67 7/9/2024
2.1.560 75 7/9/2024
2.1.559 1,257 7/9/2024
2.1.558 357 7/9/2024
2.1.557 79 7/9/2024
2.1.556 2,451 7/8/2024
2.1.555 78 7/8/2024
2.1.554 77 7/8/2024
2.1.553 466 7/8/2024
2.1.552 77 7/8/2024
2.1.551 67 7/8/2024
2.1.550 4,803 7/8/2024
2.1.549 73 7/8/2024
2.1.548 149 7/8/2024
2.1.547 2,040 7/7/2024
2.1.546 1,507 7/7/2024
2.1.545 79 7/7/2024
2.1.544 439 7/7/2024
2.1.543 72 7/7/2024
2.1.542 962 7/7/2024
2.1.541 227 7/7/2024
2.1.540 77 7/7/2024
2.1.539 73 7/7/2024
2.1.538 1,411 7/7/2024
2.1.537 5,391 7/4/2024
2.1.536 850 7/3/2024
2.1.535 1,484 7/3/2024
2.1.534 1,866 7/3/2024
2.1.533 79 7/3/2024
2.1.532 591 7/3/2024
2.1.531 2,224 7/3/2024
2.1.530 606 7/3/2024
2.1.529 2,035 6/30/2024
2.1.528 1,341 6/28/2024
2.1.527 4,588 6/22/2024
2.1.526 88 6/22/2024
2.1.525 5,277 6/15/2024
2.1.524 81 6/15/2024
2.1.523 1,930 6/15/2024
2.1.522 3,172 6/14/2024
2.1.521 90 6/14/2024
2.1.520 1,515 6/14/2024
2.1.519 2,029 6/12/2024
2.1.518 3,969 6/1/2024
2.1.517 465 6/1/2024
2.1.516 800 6/1/2024
2.1.515 426 6/1/2024
2.1.514 89 6/1/2024
2.1.513 1,483 6/1/2024
2.1.512 3,931 5/31/2024
2.1.511 91 5/31/2024
2.1.510 3,549 5/29/2024
2.1.509 83 5/29/2024
2.1.508 4,196 5/28/2024
2.1.507 68 5/28/2024
2.1.506 2,479 5/27/2024
2.1.505 66 5/27/2024
2.1.504 68 5/27/2024
2.1.503 1,135 5/27/2024
2.1.502 2,884 5/26/2024
2.1.501 73 5/26/2024
2.1.500 4,194 5/26/2024
2.1.499 76 5/26/2024
2.1.498 1,099 5/26/2024
2.1.497 198 5/25/2024
2.1.496 76 5/25/2024
2.1.495 1,122 5/25/2024
2.1.494 83 5/25/2024
2.1.493 81 5/25/2024
2.1.492 76 5/25/2024
2.1.491 1,746 5/25/2024
2.1.490 77 5/25/2024
2.1.489 83 5/25/2024
2.1.488 986 5/25/2024
2.1.487 71 5/25/2024
2.1.486 83 5/25/2024
2.1.485 888 5/25/2024
2.1.484 78 5/25/2024
2.1.483 75 5/25/2024
2.1.482 5,712 5/23/2024
2.1.481 419 5/23/2024
2.1.480 1,488 5/23/2024
2.1.479 79 5/23/2024
2.1.478 1,144 5/23/2024
2.1.477 72 5/23/2024
2.1.476 89 5/22/2024
2.1.475 81 5/22/2024
2.1.474 76 5/22/2024
2.1.473 1,580 5/22/2024
2.1.472 77 5/22/2024
2.1.471 75 5/22/2024
2.1.470 884 5/22/2024
2.1.469 81 5/22/2024
2.1.468 3,601 5/22/2024
2.1.467 3,251 5/18/2024
2.1.466 128 5/18/2024
2.1.465 911 5/17/2024
2.1.464 96 5/17/2024
2.1.463 1,590 5/17/2024
2.1.462 103 5/17/2024
2.1.461 100 5/17/2024
2.1.460 2,918 5/16/2024
2.1.459 173 5/16/2024
2.1.458 94 5/16/2024
2.1.457 1,362 5/15/2024
2.1.456 1,109 5/15/2024
2.1.455 102 5/15/2024
2.1.454 4,651 5/13/2024
2.1.453 70 5/13/2024
2.1.452 2,941 5/3/2024
2.1.451 2,652 4/30/2024
2.1.450 346 4/29/2024
2.1.449 1,443 4/29/2024
2.1.448 101 4/29/2024
2.1.447 3,019 4/29/2024
2.1.446 91 4/28/2024
2.1.445 94 4/28/2024
2.1.444 455 4/28/2024
2.1.443 109 4/28/2024
2.1.442 1,491 4/28/2024
2.1.441 100 4/28/2024
2.1.440 90 4/28/2024
2.1.439 2,852 4/28/2024
2.1.438 98 4/28/2024
2.1.437 1,454 4/28/2024
2.1.436 98 4/28/2024
2.1.435 105 4/28/2024
2.1.434 408 4/28/2024
2.1.433 95 4/28/2024
2.1.432 93 4/28/2024
2.1.431 2,364 4/27/2024
2.1.430 105 4/27/2024
2.1.429 5,672 4/19/2024
2.1.428 99 4/19/2024
2.1.427 3,175 4/19/2024
2.1.426 778 4/18/2024
2.1.425 3,337 4/15/2024
2.1.424 2,182 4/12/2024
2.1.423 1,595 4/12/2024
2.1.422 1,332 4/12/2024
2.1.421 91 4/12/2024
2.1.420 1,811 4/12/2024
2.1.419 115 4/12/2024
2.1.418 641 4/12/2024
2.1.417 533 4/11/2024
2.1.416 6,433 4/10/2024
2.1.415 100 4/10/2024
2.1.414 1,903 4/9/2024
2.1.413 3,251 4/2/2024
2.1.412 109 4/2/2024
2.1.411 297 4/1/2024
2.1.410 99 4/1/2024
2.1.409 213 4/1/2024
2.1.408 5,128 3/29/2024
2.1.407 1,107 3/29/2024
2.1.406 2,758 3/25/2024
2.1.405 104 3/25/2024
2.1.404 733 3/25/2024
2.1.403 1,295 3/25/2024
2.1.402 3,379 3/20/2024
2.1.401 111 3/20/2024
2.1.400 3,367 3/19/2024
2.1.399 116 3/19/2024
2.1.398 1,545 3/19/2024
2.1.397 118 3/19/2024
2.1.396 1,212 3/19/2024
2.1.395 1,286 3/18/2024
2.1.394 859 3/18/2024
2.1.393 3,864 3/15/2024
2.1.392 114 3/15/2024
2.1.391 3,363 3/13/2024
2.1.390 527 3/13/2024
2.1.389 398 3/13/2024
2.1.388 110 3/13/2024
2.1.387 1,435 3/13/2024
2.1.386 320 3/13/2024
2.1.385 110 3/13/2024
2.1.384 119 3/13/2024
2.1.383 2,584 3/13/2024
2.1.382 111 3/13/2024
2.1.381 184 3/12/2024
2.1.380 107 3/12/2024
2.1.379 2,581 3/12/2024
2.1.378 106 3/12/2024
2.1.377 3,749 3/11/2024
2.1.376 327 3/11/2024
2.1.375 3,045 3/11/2024
2.1.374 173 3/11/2024
2.1.373 2,643 3/10/2024
2.1.372 1,281 3/10/2024
2.1.371 3,056 3/8/2024
2.1.370 118 3/8/2024
2.1.369 1,695 3/8/2024
2.1.368 1,247 3/8/2024
2.1.367 102 3/8/2024
2.1.366 1,886 3/8/2024
2.1.365 1,940 3/6/2024
2.1.364 370 3/6/2024
2.1.363 3,314 3/4/2024
2.1.362 110 3/4/2024
2.1.361 1,606 3/4/2024
2.1.360 111 3/4/2024
2.1.359 2,167 3/3/2024
2.1.358 2,033 3/3/2024
2.1.357 182 3/2/2024
2.1.356 113 3/2/2024
2.1.355 1,770 3/2/2024
2.1.354 114 3/2/2024
2.1.353 13,193 2/25/2024
2.1.352 1,116 2/25/2024
2.1.351 107 2/25/2024
2.1.350 414 2/25/2024
2.1.349 1,712 2/25/2024
2.1.348 1,616 2/23/2024
2.1.347 499 2/23/2024
2.1.346 3,528 2/22/2024
2.1.345 98 2/22/2024
2.1.344 709 2/22/2024
2.1.343 179 2/22/2024
2.1.342 106 2/22/2024
2.1.341 2,072 2/21/2024
2.1.340 106 2/21/2024
2.1.339 1,859 2/21/2024
2.1.338 108 2/21/2024
2.1.337 102 2/21/2024
2.1.336 103 2/21/2024
2.1.335 1,812 2/21/2024
2.1.334 675 2/21/2024
2.1.333 95 2/21/2024
2.1.332 94 2/21/2024
2.1.331 1,638 2/21/2024
2.1.330 1,788 2/21/2024
2.1.329 100 2/21/2024
2.1.328 98 2/21/2024
2.1.327 110 2/21/2024
2.1.326 2,362 2/20/2024
2.1.325 103 2/20/2024
2.1.324 2,020 2/20/2024
2.1.323 104 2/20/2024
2.1.322 1,880 2/20/2024
2.1.321 101 2/20/2024
2.1.320 101 2/20/2024
2.1.319 831 2/20/2024
2.1.318 268 2/19/2024
2.1.317 3,133 2/19/2024
2.1.316 104 2/19/2024
2.1.315 2,109 2/19/2024
2.1.314 2,363 2/17/2024
2.1.313 101 2/17/2024
2.1.312 1,332 2/17/2024
2.1.311 98 2/17/2024
2.1.310 266 2/17/2024
2.1.309 798 2/16/2024
2.1.308 94 2/16/2024
2.1.307 94 2/16/2024
2.1.306 143 2/16/2024
2.1.305 98 2/16/2024
2.1.304 1,974 2/16/2024
2.1.303 97 2/16/2024
2.1.302 2,483 2/16/2024
2.1.301 99 2/16/2024
2.1.300 98 2/16/2024
2.1.299 225 2/16/2024
2.1.298 100 2/16/2024
2.1.297 1,177 2/16/2024
2.1.296 97 2/16/2024
2.1.295 3,478 2/14/2024
2.1.294 1,456 2/13/2024
2.1.293 99 2/13/2024
2.1.292 1,341 2/13/2024
2.1.291 1,620 2/13/2024
2.1.290 917 2/13/2024
2.1.289 107 2/13/2024
2.1.288 1,805 2/13/2024
2.1.287 1,124 2/13/2024
2.1.286 114 2/13/2024
2.1.285 3,009 2/12/2024
2.1.284 105 2/12/2024
2.1.283 1,711 2/11/2024
2.1.282 1,956 2/11/2024
2.1.281 105 2/11/2024
2.1.280 1,839 2/11/2024
2.1.279 1,270 2/11/2024
2.1.278 3,318 2/10/2024
2.1.277 317 2/10/2024
2.1.276 108 2/10/2024
2.1.275 1,099 2/9/2024
2.1.274 2,759 2/9/2024
2.1.273 103 2/9/2024
2.1.272 2,223 2/9/2024
2.1.271 578 2/9/2024
2.1.270 118 2/8/2024
2.1.269 103 2/8/2024
2.1.268 3,137 2/8/2024
2.1.267 111 2/8/2024
2.1.266 552 2/8/2024
2.1.265 6,889 2/8/2024
2.1.264 1,255 2/8/2024
2.1.263 109 2/8/2024
2.1.262 3,889 2/7/2024
2.1.261 114 2/7/2024
2.1.260 826 2/7/2024
2.1.259 1,876 2/7/2024
2.1.258 545 2/7/2024
2.1.257 116 2/7/2024
2.1.256 115 2/7/2024
2.1.255 211 2/7/2024
2.1.254 107 2/7/2024
2.1.253 106 2/7/2024
2.1.252 585 2/6/2024
2.1.251 105 2/6/2024
2.1.250 907 2/6/2024
2.1.249 109 2/6/2024
2.1.248 109 2/6/2024
2.1.247 119 2/6/2024
2.1.246 5,827 2/5/2024
2.1.245 202 2/5/2024
2.1.244 1,512 2/4/2024
2.1.243 1,753 2/4/2024
2.1.242 648 2/4/2024
2.1.241 3,181 2/2/2024
2.1.240 106 2/2/2024
2.1.239 4,162 1/31/2024
2.1.238 101 1/31/2024
2.1.237 4,341 1/29/2024
2.1.236 96 1/29/2024
2.1.235 1,918 1/29/2024
2.1.234 100 1/29/2024
2.1.233 965 1/29/2024
2.1.232 99 1/29/2024
2.1.231 1,641 1/28/2024
2.1.230 1,759 1/28/2024
2.1.229 104 1/28/2024
2.1.228 1,146 1/28/2024
2.1.227 1,865 1/28/2024
2.1.226 107 1/28/2024
2.1.225 1,924 1/28/2024
2.1.224 104 1/28/2024
2.1.223 415 1/28/2024
2.1.222 1,656 1/27/2024
2.1.221 100 1/27/2024
2.1.220 350 1/27/2024
2.1.219 3,068 1/27/2024
2.1.218 913 1/27/2024
2.1.217 95 1/27/2024
2.1.216 597 1/27/2024
2.1.215 99 1/27/2024
2.1.214 3,823 1/27/2024
2.1.213 1,815 1/27/2024
2.1.212 96 1/27/2024
2.1.211 1,101 1/26/2024
2.1.210 100 1/26/2024
2.1.209 1,030 1/26/2024
2.1.208 97 1/26/2024
2.1.207 767 1/26/2024
2.1.206 437 1/26/2024
2.1.205 3,158 1/26/2024
2.1.204 98 1/26/2024
2.1.203 1,957 1/26/2024
2.1.202 97 1/26/2024
2.1.201 2,306 1/25/2024
2.1.200 92 1/25/2024
2.1.199 1,765 1/25/2024
2.1.198 262 1/25/2024
2.1.197 99 1/25/2024
2.1.196 4,400 1/25/2024
2.1.195 97 1/25/2024
2.1.194 4,461 1/19/2024
2.1.193 104 1/19/2024
2.1.192 3,806 1/16/2024
2.1.191 1,641 1/15/2024
2.1.190 113 1/15/2024
2.1.189 318 1/15/2024
2.1.188 105 1/15/2024
2.1.187 109 1/15/2024
2.1.186 2,068 1/15/2024
2.1.185 111 1/15/2024
2.1.184 1,831 1/15/2024
2.1.183 109 1/15/2024
2.1.182 106 1/15/2024
2.1.181 3,450 1/15/2024
2.1.180 118 1/15/2024
2.1.179 3,301 1/14/2024
2.1.178 112 1/14/2024
2.1.177 4,410 1/13/2024
2.1.176 117 1/13/2024
2.1.175 3,133 1/12/2024
2.1.174 107 1/12/2024
2.1.173 3,720 1/11/2024
2.1.172 486 1/11/2024
2.1.171 4,667 1/7/2024
2.1.170 113 1/7/2024
2.1.169 1,190 1/7/2024
2.1.168 2,971 1/5/2024
2.1.167 1,469 1/5/2024
2.1.166 115 1/5/2024
2.1.165 92 1/5/2024
2.1.164 105 1/5/2024
2.1.163 1,726 1/5/2024
2.1.162 107 1/5/2024
2.1.161 111 1/5/2024
2.1.160 106 1/5/2024
2.1.159 4,939 1/3/2024
2.1.158 2,758 1/1/2024
2.1.157 127 1/1/2024
2.1.156 1,520 1/1/2024
2.1.155 2,223 12/28/2023
2.1.154 662 12/28/2023
2.1.153 135 12/28/2023
2.1.152 209 12/28/2023
2.1.151 123 12/28/2023
2.1.150 123 12/28/2023
2.1.149 2,769 12/28/2023
2.1.148 130 12/28/2023
2.1.147 820 12/28/2023
2.1.146 121 12/28/2023
2.1.145 122 12/28/2023
2.1.144 787 12/27/2023
2.1.143 133 12/27/2023
2.1.142 2,170 12/27/2023
2.1.141 129 12/27/2023
2.1.140 4,375 12/25/2023
2.1.139 125 12/25/2023
2.1.138 1,546 12/25/2023
2.1.137 2,083 12/25/2023
2.1.136 113 12/25/2023
2.1.135 111 12/25/2023
2.1.134 1,589 12/25/2023
2.1.133 123 12/25/2023
2.1.132 115 12/25/2023
2.1.131 205 12/25/2023
2.1.130 125 12/25/2023
2.1.129 4,794 12/24/2023
2.1.128 1,449 12/24/2023
2.1.127 480 12/24/2023
2.1.126 2,105 12/23/2023
2.1.125 1,457 12/23/2023
2.1.124 574 12/23/2023
2.1.123 121 12/23/2023
2.1.122 104 12/23/2023
2.1.121 327 12/23/2023
2.1.120 117 12/23/2023
2.1.119 117 12/23/2023
2.1.118 116 12/23/2023
2.1.117 883 12/23/2023
2.1.116 120 12/23/2023
2.1.115 1,416 12/23/2023
2.1.114 122 12/23/2023
2.1.113 6,579 12/19/2023
2.1.112 100 12/19/2023
2.1.111 819 12/19/2023
2.1.110 111 12/19/2023
2.1.109 1,430 12/19/2023
2.1.108 314 12/18/2023
2.1.107 2,402 12/13/2023
2.1.106 896 12/12/2023
2.1.105 1,066 12/11/2023
2.1.104 1,204 12/11/2023
2.1.103 326 12/11/2023
2.1.102 452 12/11/2023
2.1.101 259 12/10/2023
2.1.100 106 12/10/2023
2.1.99 127 12/10/2023
2.1.98 136 12/10/2023
2.1.97 4,551 12/10/2023
2.1.96 3,088 12/10/2023
2.1.95 994 12/9/2023
2.1.94 983 12/9/2023
2.1.93 1,506 12/9/2023
2.1.92 139 12/9/2023
2.1.91 133 12/9/2023
2.1.90 113 12/9/2023
2.1.89 119 12/9/2023
2.1.88 1,176 12/9/2023
2.1.87 120 12/9/2023
2.1.86 3,253 12/9/2023
2.1.85 127 12/9/2023
2.1.84 4,981 12/6/2023
2.1.83 621 12/6/2023
2.1.82 891 12/6/2023
2.1.81 128 12/6/2023
2.1.80 2,175 12/6/2023
2.1.79 619 12/5/2023
2.1.78 1,207 12/5/2023
2.1.77 663 12/5/2023
2.1.76 1,197 12/5/2023
2.1.75 1,314 12/5/2023
2.1.74 361 12/5/2023
2.1.73 230 12/4/2023
2.1.72 145 12/4/2023
2.1.71 129 12/4/2023
2.1.70 3,612 12/4/2023
2.1.69 146 12/4/2023
2.1.68 782 12/4/2023
2.1.67 131 12/4/2023
2.1.66 3,797 12/4/2023
2.1.65 2,158 11/27/2023
2.1.64 560 11/27/2023
2.1.63 2,357 11/23/2023
2.1.62 131 11/23/2023
2.1.61 582 11/23/2023
2.1.60 644 11/23/2023
2.1.59 131 11/23/2023
2.1.58 1,497 11/23/2023
2.1.57 137 11/23/2023
2.1.56 136 11/23/2023
2.1.55 122 11/23/2023
2.1.54 1,477 11/23/2023
2.1.53 138 11/23/2023
2.1.52 4,133 11/20/2023
2.1.51 135 11/20/2023
2.1.50 2,625 11/20/2023
2.1.49 115 11/20/2023
2.1.48 122 11/20/2023
2.1.47 1,837 11/20/2023
2.1.46 2,067 11/19/2023
2.1.45 116 11/19/2023
2.1.44 1,752 11/19/2023
2.1.43 251 11/19/2023
2.1.42 124 11/19/2023
2.1.41 133 11/19/2023
2.1.40 131 11/19/2023
2.1.39 3,230 11/19/2023
2.1.38 110 11/19/2023
2.1.37 3,426 11/18/2023
2.1.36 127 11/18/2023
2.1.35 136 11/18/2023
2.1.34 2,786 11/18/2023
2.1.33 132 11/18/2023
2.1.32 135 11/18/2023
2.1.31 507 11/18/2023
2.1.30 126 11/18/2023
2.1.29 110 11/18/2023
2.1.28 131 11/18/2023
2.1.27 1,352 11/17/2023
2.1.26 112 11/17/2023
2.1.25 1,638 11/17/2023
2.1.24 128 11/17/2023
2.1.23 135 11/17/2023
2.1.22 298 11/17/2023
2.1.21 131 11/17/2023
2.1.20 127 11/17/2023
2.1.19 3,001 11/17/2023
2.1.18 126 11/17/2023
2.1.17 1,303 11/17/2023
2.1.16 134 11/17/2023
2.1.15 1,293 11/17/2023
2.1.14 126 11/17/2023
2.1.13 121 11/17/2023
2.1.12 806 11/17/2023
2.1.11 121 11/17/2023
2.1.10 92 11/17/2023
2.1.9 2,362 11/17/2023
2.1.8 526 11/17/2023
2.1.7 129 11/17/2023
2.1.6 1,044 11/16/2023
2.1.5 125 11/16/2023
2.0.196 2,205 11/15/2023
2.0.195 130 11/15/2023
2.0.194 132 11/15/2023
2.0.193 127 11/15/2023
2.0.4 115 11/16/2023
2.0.3 115 11/16/2023
2.0.2 126 11/16/2023
2.0.1 124 11/16/2023
1.0.192 1,668 11/14/2023
1.0.191 132 11/14/2023
1.0.190 4,534 11/13/2023
1.0.189 122 11/13/2023
1.0.188 1,033 11/10/2023
1.0.187 110 11/10/2023
1.0.186 94 11/10/2023
1.0.185 2,275 11/9/2023
1.0.184 126 11/9/2023
1.0.183 112 11/9/2023
1.0.182 131 11/9/2023
1.0.181 3,770 11/8/2023
1.0.180 1,309 11/7/2023
1.0.179 131 11/7/2023
1.0.178 2,073 11/6/2023
1.0.177 109 11/6/2023
1.0.176 121 11/6/2023
1.0.175 1,992 11/3/2023
1.0.174 121 11/3/2023
1.0.173 133 11/3/2023
1.0.172 2,489 11/2/2023
1.0.171 123 11/2/2023
1.0.170 140 11/2/2023
1.0.169 1,848 11/1/2023
1.0.168 124 11/1/2023
1.0.167 7,500 10/27/2023
1.0.166 1,915 10/26/2023
1.0.165 3,701 10/20/2023
1.0.164 2,272 10/19/2023
1.0.163 118 10/19/2023
1.0.162 1,774 10/18/2023
1.0.161 135 10/18/2023
1.0.160 133 10/18/2023
1.0.159 2,136 10/17/2023
1.0.158 138 10/17/2023
1.0.157 142 10/17/2023
1.0.156 2,964 10/16/2023
1.0.155 141 10/16/2023
1.0.154 145 10/16/2023
1.0.153 2,955 10/13/2023
1.0.152 150 10/13/2023
1.0.151 137 10/13/2023
1.0.150 1,829 10/12/2023
1.0.149 6,238 9/20/2023
1.0.148 1,558 9/19/2023
1.0.147 132 9/19/2023
1.0.146 130 9/19/2023
1.0.145 4,247 9/18/2023
1.0.144 143 9/18/2023
1.0.143 116 9/18/2023
1.0.142 2,141 9/15/2023
1.0.141 2,142 9/14/2023
1.0.140 3,606 9/1/2023
1.0.139 2,721 8/31/2023
1.0.138 140 8/31/2023
1.0.137 2,023 8/30/2023
1.0.136 164 8/30/2023
1.0.135 154 8/30/2023
1.0.134 1,667 8/29/2023
1.0.133 167 8/29/2023
1.0.132 3,759 8/28/2023
1.0.131 157 8/28/2023
1.0.130 2,503 8/25/2023
1.0.129 162 8/25/2023
1.0.128 142 8/25/2023
1.0.127 3,425 8/24/2023
1.0.126 167 8/24/2023
1.0.125 3,689 8/22/2023
1.0.124 1,675 8/21/2023
1.0.123 165 8/21/2023
1.0.122 1,901 8/18/2023
1.0.121 157 8/18/2023
1.0.120 139 8/18/2023
1.0.119 2,576 8/17/2023
1.0.118 135 8/17/2023
1.0.117 159 8/17/2023
1.0.116 124 8/17/2023
1.0.115 7,526 8/11/2023
1.0.114 2,338 8/10/2023
1.0.113 158 8/10/2023
1.0.112 3,156 8/9/2023
1.0.111 179 8/9/2023
1.0.110 1,417 8/8/2023
1.0.109 185 8/8/2023
1.0.108 164 8/8/2023
1.0.107 3,652 8/7/2023
1.0.106 176 8/7/2023
1.0.105 162 8/7/2023
1.0.104 178 8/7/2023
1.0.103 7,051 7/14/2023
1.0.102 2,423 7/13/2023
1.0.101 2,363 7/12/2023
1.0.100 2,161 7/11/2023
1.0.99 175 7/11/2023
1.0.98 3,022 7/10/2023
1.0.97 177 7/10/2023
1.0.96 174 7/10/2023
1.0.95 2,582 7/7/2023
1.0.94 178 7/7/2023
1.0.93 184 7/7/2023
1.0.92 6,083 7/3/2023
1.0.91 2,686 6/30/2023
1.0.90 2,678 6/29/2023
1.0.89 196 6/29/2023
1.0.88 185 6/29/2023
1.0.87 2,314 6/28/2023
1.0.86 179 6/28/2023
1.0.85 187 6/28/2023
1.0.84 4,550 6/27/2023
1.0.83 177 6/27/2023
1.0.82 3,271 6/26/2023
1.0.81 181 6/26/2023
1.0.80 4,224 6/23/2023
1.0.79 2,928 6/22/2023
1.0.78 2,240 6/21/2023
1.0.77 3,736 6/19/2023
1.0.76 3,406 6/15/2023
1.0.75 167 6/15/2023
1.0.74 2,067 6/14/2023
1.0.73 6,115 6/12/2023
1.0.72 2,017 6/9/2023
1.0.71 179 6/9/2023
1.0.70 3,467 6/8/2023
1.0.69 172 6/8/2023
1.0.68 173 6/8/2023
1.0.67 4,457 6/7/2023
1.0.66 185 6/7/2023
1.0.65 171 6/7/2023
1.0.64 173 6/7/2023
1.0.63 2,569 6/6/2023
1.0.62 191 6/6/2023
1.0.61 185 6/6/2023
1.0.60 20,125 5/30/2023
1.0.59 183 5/30/2023
1.0.58 177 5/30/2023
1.0.57 4,665 5/29/2023
1.0.56 181 5/29/2023
1.0.55 185 5/29/2023
1.0.54 3,910 5/26/2023
1.0.53 185 5/26/2023
1.0.52 202 5/26/2023
1.0.51 6,310 5/25/2023
1.0.50 185 5/25/2023
1.0.49 188 5/25/2023
1.0.48 2,824 5/24/2023
1.0.46 192 5/24/2023
1.0.45 192 5/24/2023
1.0.43 3,518 5/23/2023
1.0.42 5,420 5/22/2023
1.0.41 201 5/22/2023
1.0.40 5,506 5/18/2023
1.0.39 3,591 5/17/2023
1.0.38 164 5/17/2023
1.0.37 242 5/17/2023
1.0.36 10,383 4/25/2023
1.0.35 1,299 4/24/2023
1.0.34 1,893 4/21/2023
1.0.33 216 4/21/2023
1.0.32 1,675 4/20/2023
1.0.31 2,309 4/19/2023
1.0.30 1,050 4/18/2023
1.0.29 1,633 4/17/2023
1.0.28 1,195 4/14/2023
1.0.27 1,187 4/13/2023
1.0.26 1,210 4/12/2023
1.0.25 1,496 4/11/2023
1.0.24 290 4/11/2023
1.0.23 1,648 4/10/2023
1.0.22 2,391 4/4/2023
1.0.21 202 4/4/2023
1.0.20 990 4/3/2023
1.0.19 239 4/3/2023
1.0.18 249 4/3/2023
1.0.17 240 4/3/2023
1.0.16 229 4/3/2023
1.0.15 232 4/3/2023
1.0.14 236 4/3/2023
1.0.13 229 4/3/2023
1.0.12 227 4/3/2023
1.0.11 2,059 3/23/2023
1.0.10 562 3/13/2023
1.0.9 320 3/12/2023
1.0.8 254 3/11/2023
1.0.7 245 3/10/2023
1.0.5 429 2/22/2023
1.0.4 476 2/19/2023
1.0.3 461 2/18/2023
1.0.1 388 2/12/2023