Soenneker.Blazor.Utils.BlazorOutputInvoker 3.0.976

Prefix Reserved
dotnet add package Soenneker.Blazor.Utils.BlazorOutputInvoker --version 3.0.976
                    
NuGet\Install-Package Soenneker.Blazor.Utils.BlazorOutputInvoker -Version 3.0.976
                    
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.Blazor.Utils.BlazorOutputInvoker" Version="3.0.976" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Blazor.Utils.BlazorOutputInvoker" Version="3.0.976" />
                    
Directory.Packages.props
<PackageReference Include="Soenneker.Blazor.Utils.BlazorOutputInvoker" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Soenneker.Blazor.Utils.BlazorOutputInvoker --version 3.0.976
                    
#r "nuget: Soenneker.Blazor.Utils.BlazorOutputInvoker, 3.0.976"
                    
#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.
#addin nuget:?package=Soenneker.Blazor.Utils.BlazorOutputInvoker&version=3.0.976
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Blazor.Utils.BlazorOutputInvoker&version=3.0.976
                    
Install as a Cake Tool

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.Blazor.Utils.BlazorOutputInvoker

A generic invoker to simplify JavaScript to C# interaction that allows for an input and output, providing two-way communication with invocations.

Installation

dotnet add package Soenneker.Blazor.Utils.BlazorOutputInvoker

Usage

C#

async ValueTask<int> YourInvokerMethod(string input)
{
    Console.Log(input); // 'Hello there'
    return 42;
}

var blazorOutputInvoker = new BlazorOutputInvoker<string, int>(YourInvokerMethod);

JS

dotnetObject.invokeMethodAsync('InvokeWithOutput', 'Hello there').then((data) => {
    console.log(data); // 42
});
Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Soenneker.Blazor.Utils.BlazorOutputInvoker:

Package Downloads
Soenneker.Blazor.Utils.InteropEventListener

Manages the registration, removal, and disposal of .NET object references used for interop event listeners.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.0.976 187 7/8/2025
3.0.975 677 7/3/2025
3.0.974 741 6/27/2025
3.0.973 1,490 6/10/2025
3.0.972 1,235 5/27/2025
3.0.971 916 5/22/2025
3.0.970 837 5/13/2025
3.0.969 847 5/7/2025
3.0.968 795 5/5/2025
3.0.967 491 5/5/2025
3.0.966 137 5/5/2025
3.0.965 1,508 4/8/2025
3.0.964 290 4/8/2025
3.0.963 166 4/8/2025
3.0.962 231 4/8/2025
3.0.961 162 4/8/2025
3.0.960 154 4/8/2025
3.0.959 169 4/8/2025
3.0.958 151 4/8/2025
3.0.957 158 4/7/2025
3.0.956 153 4/7/2025
3.0.955 484 4/7/2025
3.0.954 149 4/7/2025
3.0.953 1,312 4/7/2025
3.0.952 156 4/7/2025
3.0.951 346 4/7/2025
3.0.950 320 4/7/2025
3.0.949 266 4/6/2025
3.0.948 252 4/6/2025
3.0.947 130 4/6/2025
3.0.946 257 4/6/2025
3.0.945 208 4/6/2025
3.0.944 103 4/6/2025
3.0.943 98 4/6/2025
3.0.942 101 4/6/2025
3.0.941 283 4/6/2025
3.0.940 212 4/5/2025
3.0.939 86 4/5/2025
3.0.938 78 4/5/2025
3.0.937 92 4/5/2025
3.0.936 97 4/5/2025
3.0.935 99 4/5/2025
3.0.934 88 4/4/2025
3.0.933 94 4/4/2025
3.0.932 2,160 4/3/2025
3.0.931 445 4/1/2025
3.0.930 765 3/31/2025
3.0.929 154 3/31/2025
3.0.928 851 3/29/2025
3.0.927 1,117 3/25/2025
3.0.926 476 3/25/2025
3.0.925 570 3/21/2025
3.0.924 338 3/21/2025
3.0.923 526 3/18/2025
3.0.922 299 3/18/2025
3.0.921 318 3/15/2025
3.0.920 68 3/15/2025
3.0.919 438 3/14/2025
3.0.918 559 3/12/2025
3.0.917 160 3/12/2025
3.0.916 161 3/11/2025
3.0.915 156 3/11/2025
3.0.914 163 3/11/2025
3.0.913 151 3/11/2025
3.0.912 646 3/11/2025
3.0.911 340 3/11/2025
3.0.910 151 3/11/2025
3.0.909 640 3/7/2025
3.0.908 395 3/7/2025
3.0.907 333 3/2/2025
3.0.906 98 3/2/2025
3.0.905 97 3/2/2025
3.0.904 95 3/1/2025
3.0.903 95 3/1/2025
3.0.902 91 3/1/2025
3.0.901 101 3/1/2025
3.0.900 91 3/1/2025
3.0.899 86 3/1/2025
3.0.898 93 3/1/2025
3.0.897 1,728 2/25/2025
3.0.896 270 2/25/2025
3.0.895 107 2/25/2025
3.0.894 101 2/25/2025
3.0.893 462 2/25/2025
3.0.892 494 2/23/2025
3.0.891 97 2/22/2025
3.0.890 458 2/22/2025
3.0.889 418 2/22/2025
3.0.888 351 2/22/2025
3.0.887 88 2/22/2025
3.0.886 174 2/22/2025
3.0.885 96 2/21/2025
3.0.884 367 2/21/2025
3.0.883 379 2/21/2025
3.0.882 338 2/19/2025
3.0.881 98 2/19/2025
3.0.880 96 2/19/2025
3.0.879 100 2/19/2025
3.0.878 99 2/18/2025
3.0.877 824 2/18/2025
3.0.876 104 2/18/2025
3.0.875 1,103 2/14/2025
3.0.874 103 2/14/2025
3.0.873 99 2/13/2025
3.0.872 683 2/12/2025
3.0.871 328 2/12/2025
3.0.870 105 2/12/2025
3.0.869 108 2/12/2025
3.0.868 308 2/12/2025
3.0.867 96 2/12/2025
3.0.866 108 2/11/2025
3.0.865 111 2/11/2025
3.0.864 560 2/11/2025
3.0.863 109 2/11/2025
3.0.862 100 2/11/2025
3.0.861 352 2/11/2025
3.0.860 377 2/11/2025
3.0.859 115 2/11/2025
3.0.858 100 2/10/2025
3.0.857 183 2/10/2025
3.0.856 108 2/10/2025
3.0.855 106 2/10/2025
3.0.854 106 2/10/2025
3.0.853 95 2/10/2025
3.0.852 110 2/9/2025
3.0.851 99 2/9/2025
3.0.850 97 2/9/2025
3.0.849 1,092 2/8/2025
3.0.848 101 2/8/2025
3.0.847 248 2/8/2025
3.0.846 96 2/8/2025
3.0.845 429 2/7/2025
3.0.844 340 2/7/2025
3.0.843 94 2/7/2025
3.0.842 102 2/7/2025
3.0.841 97 2/7/2025
3.0.840 294 2/7/2025
3.0.839 418 2/6/2025
3.0.838 491 2/5/2025
3.0.837 309 2/5/2025
3.0.836 205 2/5/2025
3.0.835 96 2/5/2025
3.0.834 246 2/5/2025
3.0.833 289 2/5/2025
3.0.832 97 2/5/2025
3.0.831 624 1/28/2025
3.0.830 194 1/28/2025
3.0.829 86 1/28/2025
3.0.828 359 1/28/2025
3.0.827 429 1/27/2025
3.0.826 79 1/27/2025
3.0.825 82 1/27/2025
3.0.824 88 1/27/2025
3.0.823 87 1/27/2025
3.0.822 96 1/27/2025
3.0.821 599 1/26/2025
3.0.820 216 1/26/2025
3.0.819 218 1/26/2025
3.0.818 167 1/26/2025
3.0.817 95 1/25/2025
3.0.816 319 1/25/2025
3.0.815 98 1/25/2025
3.0.814 97 1/25/2025
3.0.813 92 1/25/2025
3.0.812 443 1/25/2025
3.0.811 89 1/25/2025
3.0.810 546 1/24/2025
3.0.809 197 1/24/2025
3.0.808 85 1/24/2025
3.0.807 223 1/24/2025
3.0.806 191 1/24/2025
3.0.805 224 1/24/2025
3.0.804 96 1/23/2025
3.0.803 272 1/23/2025
3.0.802 434 1/22/2025
3.0.801 364 1/21/2025
3.0.800 185 1/21/2025
3.0.799 97 1/21/2025
3.0.798 203 1/21/2025
3.0.797 99 1/21/2025
3.0.796 254 1/21/2025
3.0.795 158 1/21/2025
3.0.794 130 1/20/2025
3.0.793 88 1/20/2025
3.0.792 88 1/20/2025
3.0.791 108 1/20/2025
3.0.790 881 1/20/2025
3.0.789 85 1/20/2025
3.0.788 93 1/20/2025
3.0.787 238 1/19/2025
3.0.786 311 1/19/2025
3.0.785 96 1/19/2025
3.0.784 90 1/19/2025
3.0.783 278 1/19/2025
3.0.782 80 1/19/2025
3.0.781 99 1/18/2025
3.0.780 365 1/18/2025
3.0.779 148 1/18/2025
3.0.778 254 1/18/2025
3.0.777 85 1/17/2025
3.0.776 252 1/17/2025
3.0.775 86 1/17/2025
3.0.774 84 1/17/2025
3.0.773 87 1/16/2025
3.0.772 653 1/16/2025
3.0.771 80 1/16/2025
3.0.770 85 1/16/2025
3.0.769 82 1/16/2025
3.0.768 506 1/15/2025
3.0.767 263 1/15/2025
3.0.766 365 1/15/2025
3.0.765 77 1/15/2025
3.0.764 212 1/15/2025
3.0.763 75 1/15/2025
3.0.762 221 1/15/2025
3.0.761 113 1/14/2025
3.0.760 68 1/14/2025
3.0.759 122 1/14/2025
3.0.758 65 1/14/2025
3.0.757 443 1/14/2025
3.0.756 77 1/13/2025
3.0.755 91 1/13/2025
3.0.754 81 1/13/2025
3.0.753 410 1/12/2025
3.0.752 474 1/11/2025
3.0.751 208 1/11/2025
3.0.750 212 1/11/2025
3.0.749 94 1/10/2025
3.0.748 106 1/10/2025
3.0.747 466 1/10/2025
3.0.746 89 1/10/2025
3.0.745 756 1/3/2025
3.0.744 128 1/3/2025
3.0.743 308 1/3/2025
3.0.742 95 1/3/2025
3.0.741 322 1/2/2025
3.0.740 106 1/2/2025
3.0.739 110 1/2/2025
3.0.738 98 1/2/2025
3.0.737 534 1/1/2025
3.0.736 590 1/1/2025
3.0.735 98 12/31/2024
3.0.734 163 12/31/2024
3.0.733 101 12/31/2024
3.0.732 216 12/31/2024
3.0.731 407 12/31/2024
3.0.730 115 12/31/2024
3.0.729 202 12/31/2024
3.0.728 187 12/31/2024
3.0.727 91 12/31/2024
3.0.726 274 12/31/2024
3.0.725 86 12/31/2024
3.0.724 541 12/28/2024
3.0.723 106 12/28/2024
3.0.722 92 12/27/2024
3.0.721 102 12/27/2024
3.0.720 701 12/24/2024
3.0.719 326 12/24/2024
3.0.718 87 12/24/2024
3.0.717 92 12/24/2024
3.0.716 80 12/23/2024
3.0.715 87 12/23/2024
3.0.714 363 12/23/2024
3.0.713 95 12/23/2024
3.0.712 196 12/23/2024
3.0.711 299 12/23/2024
3.0.710 91 12/23/2024
3.0.709 95 12/22/2024
3.0.708 457 12/22/2024
3.0.707 102 12/22/2024
3.0.706 91 12/22/2024
3.0.705 97 12/22/2024
3.0.704 1,135 12/21/2024
3.0.703 98 12/21/2024
3.0.702 101 12/21/2024
3.0.701 277 12/21/2024
3.0.700 101 12/21/2024
3.0.699 92 12/21/2024
3.0.698 100 12/21/2024
3.0.697 448 12/20/2024
3.0.696 104 12/20/2024
3.0.695 351 12/20/2024
3.0.694 101 12/20/2024
3.0.693 97 12/20/2024
3.0.692 404 12/19/2024
3.0.691 93 12/19/2024
3.0.690 95 12/19/2024
3.0.689 94 12/18/2024
3.0.688 93 12/18/2024
3.0.687 770 12/16/2024
3.0.686 77 12/16/2024
3.0.685 298 12/10/2024
3.0.684 97 12/10/2024
3.0.683 96 12/9/2024
3.0.682 517 12/9/2024
3.0.681 94 12/9/2024
3.0.680 97 12/9/2024
3.0.679 371 12/9/2024
3.0.678 187 12/7/2024
3.0.677 105 12/6/2024
3.0.676 97 12/6/2024
3.0.675 101 12/6/2024
3.0.674 107 12/6/2024
3.0.673 95 12/6/2024
3.0.672 102 12/6/2024
3.0.671 101 12/6/2024
3.0.670 116 12/6/2024
3.0.669 112 12/6/2024
3.0.668 100 12/6/2024
3.0.667 109 12/6/2024
3.0.666 114 12/5/2024
3.0.665 108 12/5/2024
3.0.664 556 12/5/2024
3.0.663 108 12/5/2024
3.0.662 102 12/5/2024
3.0.661 1,420 12/5/2024
3.0.660 99 12/5/2024
3.0.659 296 12/5/2024
3.0.658 107 12/4/2024
3.0.657 106 12/4/2024
3.0.656 311 12/4/2024
3.0.655 102 12/4/2024
3.0.654 111 12/4/2024
3.0.653 329 12/3/2024
3.0.652 238 12/3/2024
3.0.651 103 12/3/2024
3.0.650 100 12/3/2024
3.0.649 293 12/3/2024
3.0.648 281 12/3/2024
3.0.647 333 12/2/2024
3.0.646 92 12/2/2024
3.0.645 101 12/2/2024
3.0.644 317 12/2/2024
3.0.643 92 12/2/2024
3.0.642 269 12/1/2024
3.0.641 95 12/1/2024
3.0.640 345 12/1/2024
3.0.639 98 12/1/2024
3.0.638 355 11/29/2024
3.0.637 95 11/29/2024
3.0.636 575 11/21/2024
3.0.635 118 11/21/2024
3.0.634 425 11/20/2024
3.0.633 97 11/20/2024
3.0.632 108 11/20/2024
3.0.631 105 11/20/2024
3.0.630 97 11/20/2024
3.0.629 106 11/20/2024
3.0.628 111 11/20/2024
3.0.627 450 11/19/2024
3.0.626 105 11/19/2024
3.0.625 514 11/19/2024
3.0.624 105 11/19/2024
3.0.623 105 11/19/2024
3.0.622 519 11/15/2024
3.0.621 237 11/14/2024
3.0.620 99 11/14/2024
3.0.619 103 11/14/2024
3.0.618 102 11/14/2024
3.0.617 276 11/14/2024
3.0.616 210 11/14/2024
3.0.615 98 11/14/2024
3.0.614 323 11/14/2024
3.0.613 336 11/14/2024
3.0.612 102 11/14/2024
3.0.611 280 11/14/2024
3.0.610 100 11/14/2024
3.0.609 100 11/14/2024
2.1.608 493 11/13/2024
2.1.607 356 11/13/2024
2.1.606 107 11/13/2024
2.1.605 540 11/13/2024
2.1.604 103 11/12/2024
2.1.603 107 11/12/2024
2.1.602 723 11/9/2024
2.1.601 272 11/9/2024
2.1.600 270 11/9/2024
2.1.599 104 11/9/2024
2.1.598 104 11/8/2024
2.1.597 429 11/8/2024
2.1.596 107 11/8/2024
2.1.595 666 11/8/2024
2.1.594 258 11/8/2024
2.1.593 321 11/6/2024
2.1.592 360 11/1/2024
2.1.591 99 11/1/2024
2.1.590 101 11/1/2024
2.1.589 650 10/29/2024
2.1.588 104 10/29/2024
2.1.587 258 10/29/2024
2.1.586 244 10/29/2024
2.1.585 305 10/29/2024
2.1.584 98 10/29/2024
2.1.583 331 10/29/2024
2.1.582 478 10/28/2024
2.1.581 438 10/26/2024
2.1.580 100 10/26/2024
2.1.579 610 10/22/2024
2.1.578 341 10/22/2024
2.1.577 192 10/22/2024
2.1.576 94 10/22/2024
2.1.575 92 10/22/2024
2.1.574 790 10/17/2024
2.1.573 209 10/17/2024
2.1.572 538 10/15/2024
2.1.571 96 10/15/2024
2.1.570 265 10/14/2024
2.1.569 374 10/12/2024
2.1.568 101 10/12/2024
2.1.567 104 10/12/2024
2.1.566 483 10/11/2024
2.1.565 502 10/9/2024
2.1.564 224 10/9/2024
2.1.563 277 10/9/2024
2.1.562 262 10/9/2024
2.1.561 196 10/8/2024
2.1.560 104 10/8/2024
2.1.559 303 10/8/2024
2.1.558 101 10/8/2024
2.1.557 475 10/8/2024
2.1.556 100 10/8/2024
2.1.555 906 10/3/2024
2.1.554 262 10/3/2024
2.1.553 264 10/3/2024
2.1.552 98 10/3/2024
2.1.551 93 10/3/2024
2.1.550 93 10/3/2024
2.1.549 659 10/2/2024
2.1.548 186 10/2/2024
2.1.547 98 10/2/2024
2.1.546 399 10/2/2024
2.1.545 98 10/2/2024
2.1.544 105 10/2/2024
2.1.543 577 10/1/2024
2.1.542 245 10/1/2024
2.1.541 323 10/1/2024
2.1.540 101 10/1/2024
2.1.539 608 9/29/2024
2.1.538 103 9/29/2024
2.1.537 104 9/29/2024
2.1.536 513 9/29/2024
2.1.535 515 9/27/2024
2.1.534 96 9/27/2024
2.1.533 480 9/27/2024
2.1.532 106 9/27/2024
2.1.531 487 9/27/2024
2.1.530 100 9/27/2024
2.1.529 385 9/26/2024
2.1.528 222 9/26/2024
2.1.527 630 9/26/2024
2.1.526 164 9/26/2024
2.1.525 261 9/26/2024
2.1.524 247 9/26/2024
2.1.523 104 9/26/2024
2.1.522 730 9/23/2024
2.1.521 175 9/23/2024
2.1.520 301 9/23/2024
2.1.519 398 9/23/2024
2.1.518 99 9/23/2024
2.1.517 278 9/23/2024
2.1.516 555 9/23/2024
2.1.515 221 9/23/2024
2.1.514 101 9/23/2024
2.1.513 473 9/22/2024
2.1.512 433 9/18/2024
2.1.511 114 9/18/2024
2.1.510 199 9/18/2024
2.1.509 286 9/18/2024
2.1.508 105 9/18/2024
2.1.507 118 9/17/2024
2.1.506 329 9/17/2024
2.1.505 161 9/17/2024
2.1.504 112 9/17/2024
2.1.503 296 9/17/2024
2.1.502 200 9/17/2024
2.1.501 182 9/17/2024
2.1.500 106 9/17/2024
2.1.499 1,122 9/16/2024
2.1.498 116 9/16/2024
2.1.497 588 9/12/2024
2.1.496 153 9/12/2024
2.1.495 166 9/12/2024
2.1.494 121 9/12/2024
2.1.493 199 9/12/2024
2.1.492 147 9/11/2024
2.1.491 155 9/11/2024
2.1.490 184 9/11/2024
2.1.489 168 9/11/2024
2.1.488 175 9/11/2024
2.1.487 194 9/11/2024
2.1.486 122 9/11/2024
2.1.485 1,564 9/10/2024
2.1.484 247 9/10/2024
2.1.483 228 9/10/2024
2.1.482 186 9/10/2024
2.1.481 104 9/10/2024
2.1.480 207 9/10/2024
2.1.478 191 9/9/2024
2.1.477 128 9/9/2024
2.1.476 203 9/9/2024
2.1.475 195 9/9/2024
2.1.474 107 9/9/2024
2.1.473 1,466 9/9/2024
2.1.472 327 9/7/2024
2.1.471 110 9/7/2024
2.1.470 309 9/7/2024
2.1.469 419 9/6/2024
2.1.468 229 9/6/2024
2.1.467 253 9/6/2024
2.1.466 122 9/5/2024
2.1.465 108 9/5/2024
2.1.464 603 9/5/2024
2.1.463 112 9/5/2024
2.1.462 280 9/5/2024
2.1.461 107 9/5/2024
2.1.460 116 9/5/2024
2.1.459 289 9/5/2024
2.1.458 440 9/4/2024
2.1.457 449 9/4/2024
2.1.456 133 9/3/2024
2.1.455 119 9/3/2024
2.1.454 420 9/3/2024
2.1.453 114 9/3/2024
2.1.452 436 9/3/2024
2.1.451 300 8/29/2024
2.1.450 189 8/29/2024
2.1.449 109 8/29/2024
2.1.448 546 8/26/2024
2.1.447 354 8/26/2024
2.1.446 113 8/26/2024
2.1.445 615 8/21/2024
2.1.444 133 8/21/2024
2.1.443 417 8/21/2024
2.1.442 129 8/21/2024
2.1.441 255 8/20/2024
2.1.440 140 8/20/2024
2.1.439 129 8/20/2024
2.1.438 500 8/20/2024
2.1.437 122 8/20/2024
2.1.436 136 8/20/2024
2.1.435 403 8/20/2024
2.1.434 119 8/19/2024
2.1.433 448 8/15/2024
2.1.432 405 8/15/2024
2.1.431 129 8/15/2024
2.1.430 336 8/15/2024
2.1.429 474 8/13/2024
2.1.428 133 8/13/2024
2.1.427 453 8/7/2024
2.1.426 203 8/7/2024
2.1.425 114 8/7/2024
2.1.424 113 8/7/2024
2.1.423 430 8/6/2024
2.1.422 369 8/1/2024
2.1.421 106 8/1/2024
2.1.420 284 8/1/2024
2.1.419 104 8/1/2024
2.1.418 106 8/1/2024
2.1.417 655 7/25/2024
2.1.416 78 7/25/2024
2.1.415 83 7/25/2024
2.1.414 304 7/25/2024
2.1.413 81 7/25/2024
2.1.412 226 7/25/2024
2.1.411 113 7/25/2024
2.1.410 124 7/24/2024
2.1.409 91 7/24/2024
2.1.408 76 7/24/2024
2.1.407 490 7/20/2024
2.1.406 109 7/20/2024
2.1.405 324 7/20/2024
2.1.404 1,152 7/14/2024
2.1.403 171 7/14/2024
2.1.402 103 7/14/2024
2.1.401 297 7/14/2024
2.1.400 263 7/14/2024
2.1.399 268 7/10/2024
2.1.398 104 7/10/2024
2.1.397 102 7/10/2024
2.1.396 109 7/10/2024
2.1.395 90 7/10/2024
2.1.394 653 7/10/2024
2.1.393 268 7/10/2024
2.1.392 99 7/10/2024
2.1.391 109 7/10/2024
2.1.390 354 7/10/2024
2.1.389 111 7/10/2024
2.1.388 107 7/9/2024
2.1.387 347 7/9/2024
2.1.386 97 7/9/2024
2.1.385 102 7/9/2024
2.1.384 98 7/9/2024
2.1.383 108 7/9/2024
2.1.382 96 7/9/2024
2.1.381 106 7/9/2024
2.1.380 94 7/9/2024
2.1.379 92 7/9/2024
2.1.378 933 7/8/2024
2.1.377 90 7/8/2024
2.1.376 103 7/8/2024
2.1.375 332 7/8/2024
2.1.374 429 7/8/2024
2.1.373 108 7/7/2024
2.1.372 96 7/7/2024
2.1.371 450 7/7/2024
2.1.370 859 7/3/2024
2.1.369 103 7/3/2024
2.1.368 170 7/3/2024
2.1.367 346 7/3/2024
2.1.366 102 7/3/2024
2.1.365 829 6/27/2024
2.1.364 106 6/27/2024
2.1.363 110 6/27/2024
2.1.362 846 6/22/2024
2.1.361 119 6/22/2024
2.1.360 255 6/22/2024
2.1.359 345 6/16/2024
2.1.358 119 6/15/2024
2.1.357 111 6/15/2024
2.1.356 349 6/15/2024
2.1.355 114 6/15/2024
2.1.354 105 6/15/2024
2.1.353 368 6/15/2024
2.1.352 173 6/15/2024
2.1.351 217 6/15/2024
2.1.350 119 6/14/2024
2.1.349 486 6/4/2024
2.1.348 241 6/4/2024
2.1.347 421 6/2/2024
2.1.346 291 6/1/2024
2.1.345 118 6/1/2024
2.1.344 103 6/1/2024
2.1.343 114 6/1/2024
2.1.342 495 6/1/2024
2.1.341 108 6/1/2024
2.1.340 115 6/1/2024
2.1.339 333 5/31/2024
2.1.338 116 5/31/2024
2.1.337 107 5/31/2024
2.1.336 124 5/31/2024
2.1.335 530 5/29/2024
2.1.334 101 5/29/2024
2.1.333 297 5/29/2024
2.1.332 204 5/29/2024
2.1.331 262 5/28/2024
2.1.330 219 5/28/2024
2.1.329 272 5/28/2024
2.1.328 111 5/28/2024
2.1.327 112 5/28/2024
2.1.326 366 5/28/2024
2.1.325 235 5/27/2024
2.1.324 283 5/27/2024
2.1.323 108 5/27/2024
2.1.322 208 5/26/2024
2.1.321 273 5/26/2024
2.1.320 328 5/26/2024
2.1.319 117 5/26/2024
2.1.318 109 5/26/2024
2.1.317 300 5/26/2024
2.1.316 116 5/26/2024
2.1.315 114 5/25/2024
2.1.314 118 5/25/2024
2.1.313 114 5/25/2024
2.1.312 420 5/25/2024
2.1.311 118 5/25/2024
2.1.310 518 5/25/2024
2.1.309 242 5/23/2024
2.1.308 173 5/23/2024
2.1.307 111 5/23/2024
2.1.306 362 5/23/2024
2.1.305 110 5/23/2024
2.1.304 117 5/23/2024
2.1.303 289 5/23/2024
2.1.302 301 5/22/2024
2.1.301 112 5/22/2024
2.1.300 265 5/22/2024
2.1.299 111 5/22/2024
2.1.298 374 5/18/2024
2.1.297 115 5/18/2024
2.1.296 246 5/18/2024
2.1.295 138 5/18/2024
2.1.294 225 5/17/2024
2.1.293 126 5/17/2024
2.1.292 357 5/17/2024
2.1.291 229 5/17/2024
2.1.290 185 5/16/2024
2.1.289 141 5/16/2024
2.1.288 138 5/16/2024
2.1.287 333 5/15/2024
2.1.286 114 5/15/2024
2.1.285 124 5/14/2024
2.1.284 451 5/13/2024
2.1.283 96 5/13/2024
2.1.282 98 5/13/2024
2.1.281 438 5/1/2024
2.1.280 147 5/1/2024
2.1.279 1,221 4/28/2024
2.1.278 197 4/28/2024
2.1.277 185 4/28/2024
2.1.276 102 4/28/2024
2.1.275 120 4/28/2024
2.1.274 114 4/28/2024
2.1.273 116 4/27/2024
2.1.272 611 4/27/2024
2.1.271 259 4/20/2024
2.1.270 255 4/20/2024
2.1.269 116 4/19/2024
2.1.268 107 4/19/2024
2.1.267 454 4/19/2024
2.1.266 272 4/19/2024
2.1.265 227 4/19/2024
2.1.264 189 4/18/2024
2.1.263 459 4/13/2024
2.1.262 161 4/13/2024
2.1.261 209 4/13/2024
2.1.260 121 4/13/2024
2.1.259 283 4/12/2024
2.1.258 115 4/12/2024
2.1.257 461 4/12/2024
2.1.256 112 4/12/2024
2.1.255 117 4/12/2024
2.1.254 125 4/12/2024
2.1.253 118 4/12/2024
2.1.252 430 4/12/2024
2.1.251 102 4/12/2024
2.1.250 2,648 4/10/2024
2.1.249 106 4/10/2024
2.1.248 100 4/10/2024
2.1.247 440 4/10/2024
2.1.246 116 4/10/2024
2.1.245 287 4/9/2024
2.1.244 469 4/3/2024
2.1.243 211 4/2/2024
2.1.242 264 4/2/2024
2.1.241 242 4/2/2024
2.1.240 127 4/1/2024
2.1.239 577 3/30/2024
2.1.238 194 3/29/2024
2.1.237 99 3/29/2024
2.1.236 472 3/25/2024
2.1.235 131 3/25/2024
2.1.234 137 3/25/2024
2.1.233 331 3/25/2024
2.1.232 130 3/25/2024
2.1.231 126 3/25/2024
2.1.230 434 3/21/2024
2.1.229 130 3/21/2024
2.1.228 328 3/21/2024
2.1.227 127 3/20/2024
2.1.226 422 3/20/2024
2.1.225 123 3/19/2024
2.1.224 137 3/19/2024
2.1.223 119 3/19/2024
2.1.222 369 3/19/2024
2.1.221 111 3/19/2024
2.1.220 121 3/19/2024
2.1.219 362 3/19/2024
2.1.218 262 3/19/2024
2.1.217 134 3/18/2024
2.1.216 388 3/16/2024
2.1.215 119 3/16/2024
2.1.214 307 3/16/2024
2.1.213 121 3/16/2024
2.1.212 276 3/15/2024
2.1.211 132 3/15/2024
2.1.210 254 3/14/2024
2.1.209 111 3/13/2024
2.1.208 280 3/13/2024
2.1.207 119 3/13/2024
2.1.206 130 3/13/2024
2.1.205 115 3/13/2024
2.1.204 550 3/13/2024
2.1.203 287 3/13/2024
2.1.202 116 3/13/2024
2.1.201 109 3/12/2024
2.1.200 114 3/12/2024
2.1.199 113 3/12/2024
2.1.198 377 3/12/2024
2.1.197 116 3/12/2024
2.1.196 122 3/12/2024
2.1.195 461 3/11/2024
2.1.194 307 3/11/2024
2.1.193 115 3/11/2024
2.1.192 115 3/11/2024
2.1.191 434 3/10/2024
2.1.190 133 3/10/2024
2.1.189 123 3/10/2024
2.1.188 441 3/10/2024
2.1.187 254 3/9/2024
2.1.186 121 3/9/2024
2.1.185 123 3/8/2024
2.1.184 124 3/8/2024
2.1.183 115 3/8/2024
2.1.182 122 3/8/2024
2.1.181 482 3/8/2024
2.1.180 125 3/8/2024
2.1.179 406 3/6/2024
2.1.178 265 3/6/2024
2.1.177 132 3/6/2024
2.1.176 420 3/4/2024
2.1.175 232 3/4/2024
2.1.174 127 3/4/2024
2.1.173 119 3/4/2024
2.1.172 125 3/4/2024
2.1.171 317 3/4/2024
2.1.170 238 3/3/2024
2.1.169 200 3/3/2024
2.1.168 175 3/3/2024
2.1.167 128 3/3/2024
2.1.166 122 3/2/2024
2.1.165 230 3/2/2024
2.1.164 177 3/2/2024
2.1.163 118 3/2/2024
2.1.162 311 3/2/2024
2.1.161 123 3/2/2024
2.1.160 254 3/1/2024
2.1.159 119 2/29/2024
2.1.158 117 2/29/2024
2.1.157 116 2/29/2024
2.1.156 115 2/29/2024
2.1.155 397 2/29/2024
2.1.154 118 2/29/2024
2.1.153 266 2/27/2024
2.1.152 215 2/26/2024
2.1.151 156 2/26/2024
2.1.150 230 2/25/2024
2.1.149 178 2/25/2024
2.1.148 118 2/25/2024
2.1.147 124 2/25/2024
2.1.146 119 2/25/2024
2.1.145 336 2/24/2024
2.1.144 136 2/24/2024
2.1.143 134 2/24/2024
2.1.142 124 2/23/2024
2.1.141 127 2/23/2024
2.1.140 400 2/22/2024
2.1.139 137 2/22/2024
2.1.138 125 2/22/2024
2.1.137 257 2/22/2024
2.1.136 137 2/22/2024
2.1.135 245 2/22/2024
2.1.134 137 2/21/2024
2.1.133 130 2/21/2024
2.1.132 134 2/21/2024
2.1.131 310 2/21/2024
2.1.130 132 2/21/2024
2.1.129 266 2/21/2024
2.1.128 136 2/21/2024
2.1.127 131 2/21/2024
2.1.126 127 2/21/2024
2.1.125 308 2/20/2024
2.1.124 124 2/20/2024
2.1.123 247 2/20/2024
2.1.122 123 2/20/2024
2.1.121 259 2/20/2024
2.1.120 130 2/20/2024
2.1.119 128 2/20/2024
2.1.118 132 2/19/2024
2.1.117 126 2/19/2024
2.1.116 129 2/19/2024
2.1.115 394 2/19/2024
2.1.114 229 2/19/2024
2.1.113 148 2/17/2024
2.1.112 132 2/17/2024
2.1.111 127 2/17/2024
2.1.110 336 2/17/2024
2.1.109 169 2/16/2024
2.1.108 118 2/16/2024
2.1.107 117 2/16/2024
2.1.106 284 2/16/2024
2.1.105 119 2/16/2024
2.1.104 119 2/16/2024
2.1.103 193 2/16/2024
2.1.102 245 2/14/2024
2.1.101 117 2/14/2024
2.1.100 130 2/14/2024
2.1.99 125 2/14/2024
2.1.98 332 2/13/2024
2.1.97 130 2/13/2024
2.1.96 116 2/13/2024
2.1.95 119 2/13/2024
2.1.94 256 2/13/2024
2.1.93 191 2/13/2024
2.1.92 164 2/13/2024
2.1.91 198 2/13/2024
2.1.90 188 2/12/2024
2.1.89 124 2/12/2024
2.1.88 243 2/12/2024
2.1.87 132 2/12/2024
2.1.86 260 2/11/2024
2.1.85 122 2/11/2024
2.1.84 237 2/11/2024
2.1.83 129 2/11/2024
2.1.82 139 2/11/2024
2.1.81 297 2/11/2024
2.1.80 209 2/10/2024
2.1.79 129 2/10/2024
2.1.78 231 2/10/2024
2.1.77 196 2/10/2024
2.1.76 134 2/10/2024
2.1.75 278 2/9/2024
2.1.74 193 2/9/2024
2.1.73 126 2/9/2024
2.1.72 307 2/9/2024
2.1.71 116 2/9/2024
2.1.70 129 2/8/2024
2.1.69 128 2/8/2024
2.1.68 327 2/8/2024
2.1.67 129 2/8/2024
2.1.66 126 2/8/2024
2.1.65 407 2/7/2024
2.1.64 217 2/7/2024
2.1.63 128 2/7/2024
2.1.62 132 2/7/2024
2.1.61 187 2/7/2024
2.1.60 213 2/7/2024
2.1.59 129 2/7/2024
2.1.58 147 2/6/2024
2.1.57 149 2/6/2024
2.1.56 130 2/6/2024
2.1.55 425 2/5/2024
2.1.54 122 2/5/2024
2.1.53 226 2/5/2024
2.1.52 263 2/4/2024
2.1.51 116 2/4/2024
2.1.50 268 2/4/2024
2.1.49 202 2/3/2024
2.1.48 334 2/3/2024
2.1.47 171 1/31/2024
2.1.46 137 1/31/2024
2.1.45 114 1/31/2024
2.1.44 113 1/31/2024
2.1.43 415 1/30/2024
2.1.42 114 1/30/2024
2.1.41 212 1/30/2024
2.1.40 157 1/30/2024
2.1.39 110 1/29/2024
2.1.38 296 1/29/2024
2.1.37 127 1/29/2024
2.1.36 118 1/29/2024
2.1.35 113 1/29/2024
2.1.34 106 1/29/2024
2.1.33 416 1/28/2024
2.1.32 118 1/28/2024
2.1.31 119 1/28/2024
2.1.30 117 1/28/2024
2.1.29 118 1/28/2024
2.1.28 114 1/28/2024
2.1.27 414 1/27/2024
2.1.26 115 1/27/2024
2.1.25 326 1/27/2024
2.1.24 114 1/27/2024
2.1.23 261 1/27/2024
2.1.22 147 1/27/2024
2.1.21 207 1/26/2024
2.1.20 116 1/26/2024
2.1.19 139 1/26/2024
2.1.18 208 1/26/2024
2.1.17 279 1/26/2024
2.1.16 118 1/26/2024
2.1.15 118 1/26/2024
2.1.14 232 1/25/2024
2.1.13 121 1/25/2024
2.1.12 216 1/25/2024
2.1.11 120 1/25/2024
2.1.10 231 1/25/2024
2.1.9 107 1/25/2024
2.1.8 239 1/19/2024
2.1.7 229 1/19/2024
2.1.6 120 1/19/2024
2.1.5 264 1/17/2024
2.1.4 175 1/17/2024
2.1.3 346 1/15/2024
2.1.2 392 1/13/2024
2.1.1 146 1/13/2024