Soenneker.Blazor.Utils.BlazorOutputInvoker 4.0.983

Prefix Reserved
dotnet add package Soenneker.Blazor.Utils.BlazorOutputInvoker --version 4.0.983
                    
NuGet\Install-Package Soenneker.Blazor.Utils.BlazorOutputInvoker -Version 4.0.983
                    
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="4.0.983" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Blazor.Utils.BlazorOutputInvoker" Version="4.0.983" />
                    
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 4.0.983
                    
#r "nuget: Soenneker.Blazor.Utils.BlazorOutputInvoker, 4.0.983"
                    
#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.
#:package Soenneker.Blazor.Utils.BlazorOutputInvoker@4.0.983
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Soenneker.Blazor.Utils.BlazorOutputInvoker&version=4.0.983
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Blazor.Utils.BlazorOutputInvoker&version=4.0.983
                    
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 net10.0 is compatible.  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
4.0.983 636 10/29/2025
3.0.982 1,787 10/14/2025
3.0.981 4,056 9/9/2025
3.0.980 1,143 9/6/2025
3.0.979 1,837 9/3/2025
3.0.978 2,622 8/11/2025
3.0.977 1,748 8/5/2025
3.0.976 1,746 7/8/2025
3.0.975 1,062 7/3/2025
3.0.974 1,158 6/27/2025
3.0.973 2,095 6/10/2025
3.0.972 1,764 5/27/2025
3.0.971 1,444 5/22/2025
3.0.970 1,209 5/13/2025
3.0.969 1,310 5/7/2025
3.0.968 1,211 5/5/2025
3.0.967 711 5/5/2025
3.0.966 176 5/5/2025
3.0.965 2,349 4/8/2025
3.0.964 389 4/8/2025
3.0.963 206 4/8/2025
3.0.962 302 4/8/2025
3.0.961 192 4/8/2025
3.0.960 188 4/8/2025
3.0.959 204 4/8/2025
3.0.958 181 4/8/2025
3.0.957 191 4/7/2025
3.0.956 185 4/7/2025
3.0.955 673 4/7/2025
3.0.954 182 4/7/2025
3.0.953 2,144 4/7/2025
3.0.952 187 4/7/2025
3.0.951 508 4/7/2025
3.0.950 467 4/7/2025
3.0.949 357 4/6/2025
3.0.948 352 4/6/2025
3.0.947 177 4/6/2025
3.0.946 365 4/6/2025
3.0.945 284 4/6/2025
3.0.944 134 4/6/2025
3.0.943 132 4/6/2025
3.0.942 136 4/6/2025
3.0.941 404 4/6/2025
3.0.940 330 4/5/2025
3.0.939 117 4/5/2025
3.0.938 110 4/5/2025
3.0.937 127 4/5/2025
3.0.936 129 4/5/2025
3.0.935 133 4/5/2025
3.0.934 122 4/4/2025
3.0.933 138 4/4/2025
3.0.932 3,340 4/3/2025
3.0.931 693 4/1/2025
3.0.930 1,254 3/31/2025
3.0.929 195 3/31/2025
3.0.928 1,414 3/29/2025
3.0.927 1,615 3/25/2025
3.0.926 508 3/25/2025
3.0.925 919 3/21/2025
3.0.924 523 3/21/2025
3.0.923 839 3/18/2025
3.0.922 440 3/18/2025
3.0.921 544 3/15/2025
3.0.920 89 3/15/2025
3.0.919 730 3/14/2025
3.0.918 918 3/12/2025
3.0.917 208 3/12/2025
3.0.916 196 3/11/2025
3.0.915 187 3/11/2025
3.0.914 194 3/11/2025
3.0.913 185 3/11/2025
3.0.912 1,036 3/11/2025
3.0.911 512 3/11/2025
3.0.910 186 3/11/2025
3.0.909 955 3/7/2025
3.0.908 573 3/7/2025
3.0.907 519 3/2/2025
3.0.906 147 3/2/2025
3.0.905 127 3/2/2025
3.0.904 125 3/1/2025
3.0.903 127 3/1/2025
3.0.902 121 3/1/2025
3.0.901 132 3/1/2025
3.0.900 123 3/1/2025
3.0.899 115 3/1/2025
3.0.898 124 3/1/2025
3.0.897 2,849 2/25/2025
3.0.896 429 2/25/2025
3.0.895 140 2/25/2025
3.0.894 132 2/25/2025
3.0.893 748 2/25/2025
3.0.892 785 2/23/2025
3.0.891 130 2/22/2025
3.0.890 763 2/22/2025
3.0.889 685 2/22/2025
3.0.888 598 2/22/2025
3.0.887 119 2/22/2025
3.0.886 259 2/22/2025
3.0.885 126 2/21/2025
3.0.884 556 2/21/2025
3.0.883 587 2/21/2025
3.0.882 502 2/19/2025
3.0.881 127 2/19/2025
3.0.880 126 2/19/2025
3.0.879 134 2/19/2025
3.0.878 129 2/18/2025
3.0.877 1,277 2/18/2025
3.0.876 156 2/18/2025
3.0.875 2,937 2/14/2025
3.0.874 133 2/14/2025
3.0.873 131 2/13/2025
3.0.872 1,124 2/12/2025
3.0.871 531 2/12/2025
3.0.870 134 2/12/2025
3.0.869 130 2/12/2025
3.0.868 481 2/12/2025
3.0.867 116 2/12/2025
3.0.866 138 2/11/2025
3.0.865 144 2/11/2025
3.0.864 927 2/11/2025
3.0.863 140 2/11/2025
3.0.862 150 2/11/2025
3.0.861 535 2/11/2025
3.0.860 599 2/11/2025
3.0.859 153 2/11/2025
3.0.858 147 2/10/2025
3.0.857 249 2/10/2025
3.0.856 138 2/10/2025
3.0.855 126 2/10/2025
3.0.854 135 2/10/2025
3.0.853 127 2/10/2025
3.0.852 141 2/9/2025
3.0.851 131 2/9/2025
3.0.850 118 2/9/2025
3.0.849 1,865 2/8/2025
3.0.848 153 2/8/2025
3.0.847 403 2/8/2025
3.0.846 128 2/8/2025
3.0.845 710 2/7/2025
3.0.844 547 2/7/2025
3.0.843 137 2/7/2025
3.0.842 153 2/7/2025
3.0.841 118 2/7/2025
3.0.840 450 2/7/2025
3.0.839 686 2/6/2025
3.0.838 785 2/5/2025
3.0.837 502 2/5/2025
3.0.836 317 2/5/2025
3.0.835 126 2/5/2025
3.0.834 383 2/5/2025
3.0.833 465 2/5/2025
3.0.832 127 2/5/2025
3.0.831 1,009 1/28/2025
3.0.830 319 1/28/2025
3.0.829 115 1/28/2025
3.0.828 603 1/28/2025
3.0.827 775 1/27/2025
3.0.826 112 1/27/2025
3.0.825 114 1/27/2025
3.0.824 118 1/27/2025
3.0.823 117 1/27/2025
3.0.822 128 1/27/2025
3.0.821 1,041 1/26/2025
3.0.820 342 1/26/2025
3.0.819 331 1/26/2025
3.0.818 240 1/26/2025
3.0.817 126 1/25/2025
3.0.816 524 1/25/2025
3.0.815 131 1/25/2025
3.0.814 127 1/25/2025
3.0.813 122 1/25/2025
3.0.812 782 1/25/2025
3.0.811 118 1/25/2025
3.0.810 958 1/24/2025
3.0.809 338 1/24/2025
3.0.808 115 1/24/2025
3.0.807 357 1/24/2025
3.0.806 291 1/24/2025
3.0.805 354 1/24/2025
3.0.804 125 1/23/2025
3.0.803 448 1/23/2025
3.0.802 710 1/22/2025
3.0.801 579 1/21/2025
3.0.800 292 1/21/2025
3.0.799 127 1/21/2025
3.0.798 318 1/21/2025
3.0.797 141 1/21/2025
3.0.796 417 1/21/2025
3.0.795 235 1/21/2025
3.0.794 208 1/20/2025
3.0.793 118 1/20/2025
3.0.792 121 1/20/2025
3.0.791 141 1/20/2025
3.0.790 1,471 1/20/2025
3.0.789 138 1/20/2025
3.0.788 129 1/20/2025
3.0.787 391 1/19/2025
3.0.786 533 1/19/2025
3.0.785 127 1/19/2025
3.0.784 122 1/19/2025
3.0.783 455 1/19/2025
3.0.782 113 1/19/2025
3.0.781 151 1/18/2025
3.0.780 619 1/18/2025
3.0.779 235 1/18/2025
3.0.778 399 1/18/2025
3.0.777 120 1/17/2025
3.0.776 402 1/17/2025
3.0.775 116 1/17/2025
3.0.774 117 1/17/2025
3.0.773 121 1/16/2025
3.0.772 1,164 1/16/2025
3.0.771 129 1/16/2025
3.0.770 118 1/16/2025
3.0.769 115 1/16/2025
3.0.768 852 1/15/2025
3.0.767 419 1/15/2025
3.0.766 633 1/15/2025
3.0.765 129 1/15/2025
3.0.764 361 1/15/2025
3.0.763 131 1/15/2025
3.0.762 436 1/15/2025
3.0.761 223 1/14/2025
3.0.760 99 1/14/2025
3.0.759 206 1/14/2025
3.0.758 98 1/14/2025
3.0.757 808 1/14/2025
3.0.756 106 1/13/2025
3.0.755 122 1/13/2025
3.0.754 112 1/13/2025
3.0.753 701 1/12/2025
3.0.752 813 1/11/2025
3.0.751 322 1/11/2025
3.0.750 327 1/11/2025
3.0.749 126 1/10/2025
3.0.748 146 1/10/2025
3.0.747 794 1/10/2025
3.0.746 121 1/10/2025
3.0.745 1,103 1/3/2025
3.0.744 159 1/3/2025
3.0.743 516 1/3/2025
3.0.742 124 1/3/2025
3.0.741 529 1/2/2025
3.0.740 138 1/2/2025
3.0.739 143 1/2/2025
3.0.738 127 1/2/2025
3.0.737 908 1/1/2025
3.0.736 1,032 1/1/2025
3.0.735 130 12/31/2024
3.0.734 235 12/31/2024
3.0.733 130 12/31/2024
3.0.732 315 12/31/2024
3.0.731 661 12/31/2024
3.0.730 142 12/31/2024
3.0.729 308 12/31/2024
3.0.728 307 12/31/2024
3.0.727 123 12/31/2024
3.0.726 458 12/31/2024
3.0.725 120 12/31/2024
3.0.724 955 12/28/2024
3.0.723 137 12/28/2024
3.0.722 127 12/27/2024
3.0.721 135 12/27/2024
3.0.720 1,207 12/24/2024
3.0.719 538 12/24/2024
3.0.718 117 12/24/2024
3.0.717 124 12/24/2024
3.0.716 111 12/23/2024
3.0.715 119 12/23/2024
3.0.714 600 12/23/2024
3.0.713 135 12/23/2024
3.0.712 304 12/23/2024
3.0.711 489 12/23/2024
3.0.710 121 12/23/2024
3.0.709 126 12/22/2024
3.0.708 783 12/22/2024
3.0.707 126 12/22/2024
3.0.706 123 12/22/2024
3.0.705 149 12/22/2024
3.0.704 1,975 12/21/2024
3.0.703 119 12/21/2024
3.0.702 133 12/21/2024
3.0.701 449 12/21/2024
3.0.700 132 12/21/2024
3.0.699 123 12/21/2024
3.0.698 132 12/21/2024
3.0.697 709 12/20/2024
3.0.696 137 12/20/2024
3.0.695 594 12/20/2024
3.0.694 130 12/20/2024
3.0.693 139 12/20/2024
3.0.692 681 12/19/2024
3.0.691 122 12/19/2024
3.0.690 131 12/19/2024
3.0.689 129 12/18/2024
3.0.688 143 12/18/2024
3.0.687 1,305 12/16/2024
3.0.686 110 12/16/2024
3.0.685 437 12/10/2024
3.0.684 130 12/10/2024
3.0.683 126 12/9/2024
3.0.682 852 12/9/2024
3.0.681 130 12/9/2024
3.0.680 129 12/9/2024
3.0.679 639 12/9/2024
3.0.678 297 12/7/2024
3.0.677 141 12/6/2024
3.0.676 128 12/6/2024
3.0.675 134 12/6/2024
3.0.674 150 12/6/2024
3.0.673 126 12/6/2024
3.0.672 140 12/6/2024
3.0.671 135 12/6/2024
3.0.670 138 12/6/2024
3.0.669 142 12/6/2024
3.0.668 132 12/6/2024
3.0.667 138 12/6/2024
3.0.666 144 12/5/2024
3.0.665 141 12/5/2024
3.0.664 758 12/5/2024
3.0.663 140 12/5/2024
3.0.662 134 12/5/2024
3.0.661 2,472 12/5/2024
3.0.660 130 12/5/2024
3.0.659 439 12/5/2024
3.0.658 144 12/4/2024
3.0.657 152 12/4/2024
3.0.656 459 12/4/2024
3.0.655 126 12/4/2024
3.0.654 154 12/4/2024
3.0.653 496 12/3/2024
3.0.652 355 12/3/2024
3.0.651 133 12/3/2024
3.0.650 131 12/3/2024
3.0.649 452 12/3/2024
3.0.648 439 12/3/2024
3.0.647 505 12/2/2024
3.0.646 124 12/2/2024
3.0.645 131 12/2/2024
3.0.644 502 12/2/2024
3.0.643 142 12/2/2024
3.0.642 403 12/1/2024
3.0.641 128 12/1/2024
3.0.640 542 12/1/2024
3.0.639 128 12/1/2024
3.0.638 538 11/29/2024
3.0.637 143 11/29/2024
3.0.636 886 11/21/2024
3.0.635 171 11/21/2024
3.0.634 668 11/20/2024
3.0.633 129 11/20/2024
3.0.632 137 11/20/2024
3.0.631 126 11/20/2024
3.0.630 132 11/20/2024
3.0.629 137 11/20/2024
3.0.628 143 11/20/2024
3.0.627 633 11/19/2024
3.0.626 140 11/19/2024
3.0.625 805 11/19/2024
3.0.624 145 11/19/2024
3.0.623 149 11/19/2024
3.0.622 791 11/15/2024
3.0.621 365 11/14/2024
3.0.620 131 11/14/2024
3.0.619 136 11/14/2024
3.0.618 135 11/14/2024
3.0.617 414 11/14/2024
3.0.616 308 11/14/2024
3.0.615 150 11/14/2024
3.0.614 500 11/14/2024
3.0.613 525 11/14/2024
3.0.612 134 11/14/2024
3.0.611 436 11/14/2024
3.0.610 134 11/14/2024
3.0.609 145 11/14/2024
2.1.608 848 11/13/2024
2.1.607 526 11/13/2024
2.1.606 147 11/13/2024
2.1.605 807 11/13/2024
2.1.604 133 11/12/2024
2.1.603 138 11/12/2024
2.1.602 1,000 11/9/2024
2.1.601 392 11/9/2024
2.1.600 403 11/9/2024
2.1.599 134 11/9/2024
2.1.598 137 11/8/2024
2.1.597 686 11/8/2024
2.1.596 157 11/8/2024
2.1.595 1,055 11/8/2024
2.1.594 395 11/8/2024
2.1.593 486 11/6/2024
2.1.592 527 11/1/2024
2.1.591 130 11/1/2024
2.1.590 145 11/1/2024
2.1.589 1,036 10/29/2024
2.1.588 134 10/29/2024
2.1.587 376 10/29/2024
2.1.586 368 10/29/2024
2.1.585 471 10/29/2024
2.1.584 128 10/29/2024
2.1.583 490 10/29/2024
2.1.582 783 10/28/2024
2.1.581 655 10/26/2024
2.1.580 131 10/26/2024
2.1.579 964 10/22/2024
2.1.578 526 10/22/2024
2.1.577 280 10/22/2024
2.1.576 131 10/22/2024
2.1.575 111 10/22/2024
2.1.574 1,301 10/17/2024
2.1.573 313 10/17/2024
2.1.572 858 10/15/2024
2.1.571 142 10/15/2024
2.1.570 425 10/14/2024
2.1.569 580 10/12/2024
2.1.568 131 10/12/2024
2.1.567 139 10/12/2024
2.1.566 787 10/11/2024
2.1.565 786 10/9/2024
2.1.564 328 10/9/2024
2.1.563 410 10/9/2024
2.1.562 384 10/9/2024
2.1.561 288 10/8/2024
2.1.560 146 10/8/2024
2.1.559 412 10/8/2024
2.1.558 132 10/8/2024
2.1.557 741 10/8/2024
2.1.556 131 10/8/2024
2.1.555 1,848 10/3/2024
2.1.554 404 10/3/2024
2.1.553 401 10/3/2024
2.1.552 127 10/3/2024
2.1.551 121 10/3/2024
2.1.550 125 10/3/2024
2.1.549 1,060 10/2/2024
2.1.548 253 10/2/2024
2.1.547 142 10/2/2024
2.1.546 606 10/2/2024
2.1.545 129 10/2/2024
2.1.544 136 10/2/2024
2.1.543 915 10/1/2024
2.1.542 335 10/1/2024
2.1.541 495 10/1/2024
2.1.540 130 10/1/2024
2.1.539 991 9/29/2024
2.1.538 132 9/29/2024
2.1.537 134 9/29/2024
2.1.536 835 9/29/2024
2.1.535 812 9/27/2024
2.1.534 126 9/27/2024
2.1.533 757 9/27/2024
2.1.532 137 9/27/2024
2.1.531 776 9/27/2024
2.1.530 131 9/27/2024
2.1.529 568 9/26/2024
2.1.528 308 9/26/2024
2.1.527 967 9/26/2024
2.1.526 221 9/26/2024
2.1.525 379 9/26/2024
2.1.524 360 9/26/2024
2.1.523 132 9/26/2024
2.1.522 1,114 9/23/2024
2.1.521 252 9/23/2024
2.1.520 460 9/23/2024
2.1.519 627 9/23/2024
2.1.518 143 9/23/2024
2.1.517 402 9/23/2024
2.1.516 895 9/23/2024
2.1.515 322 9/23/2024
2.1.514 133 9/23/2024
2.1.513 747 9/22/2024
2.1.512 629 9/18/2024
2.1.511 145 9/18/2024
2.1.510 270 9/18/2024
2.1.509 396 9/18/2024
2.1.508 136 9/18/2024
2.1.507 149 9/17/2024
2.1.506 476 9/17/2024
2.1.505 218 9/17/2024
2.1.504 143 9/17/2024
2.1.503 421 9/17/2024
2.1.502 287 9/17/2024
2.1.501 246 9/17/2024
2.1.500 136 9/17/2024
2.1.499 2,008 9/16/2024
2.1.498 137 9/16/2024
2.1.497 907 9/12/2024
2.1.496 194 9/12/2024
2.1.495 210 9/12/2024
2.1.494 161 9/12/2024
2.1.493 248 9/12/2024
2.1.492 183 9/11/2024
2.1.491 194 9/11/2024
2.1.490 229 9/11/2024
2.1.489 211 9/11/2024
2.1.488 219 9/11/2024
2.1.487 248 9/11/2024
2.1.486 151 9/11/2024
2.1.485 2,580 9/10/2024
2.1.484 357 9/10/2024
2.1.483 312 9/10/2024
2.1.482 235 9/10/2024
2.1.481 136 9/10/2024
2.1.480 258 9/10/2024
2.1.478 241 9/9/2024
2.1.477 170 9/9/2024
2.1.476 253 9/9/2024
2.1.475 245 9/9/2024
2.1.474 136 9/9/2024
2.1.473 2,325 9/9/2024
2.1.472 451 9/7/2024
2.1.471 138 9/7/2024
2.1.470 422 9/7/2024
2.1.469 600 9/6/2024
2.1.468 324 9/6/2024
2.1.467 344 9/6/2024
2.1.466 152 9/5/2024
2.1.465 137 9/5/2024
2.1.464 859 9/5/2024
2.1.463 141 9/5/2024
2.1.462 385 9/5/2024
2.1.461 135 9/5/2024
2.1.460 144 9/5/2024
2.1.459 389 9/5/2024
2.1.458 639 9/4/2024
2.1.457 642 9/4/2024
2.1.456 167 9/3/2024
2.1.455 147 9/3/2024
2.1.454 642 9/3/2024
2.1.453 146 9/3/2024
2.1.452 647 9/3/2024
2.1.451 440 8/29/2024
2.1.450 266 8/29/2024
2.1.449 138 8/29/2024
2.1.448 795 8/26/2024
2.1.447 503 8/26/2024
2.1.446 146 8/26/2024
2.1.445 890 8/21/2024
2.1.444 160 8/21/2024
2.1.443 620 8/21/2024
2.1.442 158 8/21/2024
2.1.441 352 8/20/2024
2.1.440 159 8/20/2024
2.1.439 159 8/20/2024
2.1.438 719 8/20/2024
2.1.437 181 8/20/2024
2.1.436 166 8/20/2024
2.1.435 596 8/20/2024
2.1.434 154 8/19/2024
2.1.433 651 8/15/2024
2.1.432 595 8/15/2024
2.1.431 158 8/15/2024
2.1.430 474 8/15/2024
2.1.429 678 8/13/2024
2.1.428 162 8/13/2024
2.1.427 638 8/7/2024
2.1.426 302 8/7/2024
2.1.425 144 8/7/2024
2.1.424 145 8/7/2024
2.1.423 671 8/6/2024
2.1.422 543 8/1/2024
2.1.421 138 8/1/2024
2.1.420 442 8/1/2024
2.1.419 132 8/1/2024
2.1.418 140 8/1/2024
2.1.417 1,066 7/25/2024
2.1.416 115 7/25/2024
2.1.415 112 7/25/2024
2.1.414 469 7/25/2024
2.1.413 124 7/25/2024
2.1.412 337 7/25/2024
2.1.411 142 7/25/2024
2.1.410 171 7/24/2024
2.1.409 122 7/24/2024
2.1.408 106 7/24/2024
2.1.407 725 7/20/2024
2.1.406 144 7/20/2024
2.1.405 492 7/20/2024
2.1.404 1,650 7/14/2024
2.1.403 240 7/14/2024
2.1.402 135 7/14/2024
2.1.401 457 7/14/2024
2.1.400 401 7/14/2024
2.1.399 405 7/10/2024
2.1.398 139 7/10/2024
2.1.397 134 7/10/2024
2.1.396 139 7/10/2024
2.1.395 134 7/10/2024
2.1.394 1,024 7/10/2024
2.1.393 386 7/10/2024
2.1.392 131 7/10/2024
2.1.391 139 7/10/2024
2.1.390 515 7/10/2024
2.1.389 142 7/10/2024
2.1.388 126 7/9/2024
2.1.387 525 7/9/2024
2.1.386 125 7/9/2024
2.1.385 147 7/9/2024
2.1.384 129 7/9/2024
2.1.383 140 7/9/2024
2.1.382 125 7/9/2024
2.1.381 134 7/9/2024
2.1.380 128 7/9/2024
2.1.379 122 7/9/2024
2.1.378 1,473 7/8/2024
2.1.377 120 7/8/2024
2.1.376 150 7/8/2024
2.1.375 479 7/8/2024
2.1.374 671 7/8/2024
2.1.373 137 7/7/2024
2.1.372 125 7/7/2024
2.1.371 708 7/7/2024
2.1.370 1,374 7/3/2024
2.1.369 125 7/3/2024
2.1.368 223 7/3/2024
2.1.367 535 7/3/2024
2.1.366 124 7/3/2024
2.1.365 1,336 6/27/2024
2.1.364 136 6/27/2024
2.1.363 151 6/27/2024
2.1.362 1,143 6/22/2024
2.1.361 168 6/22/2024
2.1.360 357 6/22/2024
2.1.359 485 6/16/2024
2.1.358 150 6/15/2024
2.1.357 160 6/15/2024
2.1.356 506 6/15/2024
2.1.355 142 6/15/2024
2.1.354 127 6/15/2024
2.1.353 548 6/15/2024
2.1.352 231 6/15/2024
2.1.351 299 6/15/2024
2.1.350 161 6/14/2024
2.1.349 721 6/4/2024
2.1.348 328 6/4/2024
2.1.347 603 6/2/2024
2.1.346 394 6/1/2024
2.1.345 149 6/1/2024
2.1.344 133 6/1/2024
2.1.343 143 6/1/2024
2.1.342 687 6/1/2024
2.1.341 140 6/1/2024
2.1.340 144 6/1/2024
2.1.339 476 5/31/2024
2.1.338 149 5/31/2024
2.1.337 136 5/31/2024
2.1.336 153 5/31/2024
2.1.335 790 5/29/2024
2.1.334 121 5/29/2024
2.1.333 405 5/29/2024
2.1.332 267 5/29/2024
2.1.331 383 5/28/2024
2.1.330 287 5/28/2024
2.1.329 385 5/28/2024
2.1.328 139 5/28/2024
2.1.327 144 5/28/2024
2.1.326 543 5/28/2024
2.1.325 330 5/27/2024
2.1.324 410 5/27/2024
2.1.323 130 5/27/2024
2.1.322 303 5/26/2024
2.1.321 405 5/26/2024
2.1.320 480 5/26/2024
2.1.319 157 5/26/2024
2.1.318 139 5/26/2024
2.1.317 442 5/26/2024
2.1.316 149 5/26/2024
2.1.315 143 5/25/2024
2.1.314 147 5/25/2024
2.1.313 143 5/25/2024
2.1.312 601 5/25/2024
2.1.311 148 5/25/2024
2.1.310 785 5/25/2024
2.1.309 311 5/23/2024
2.1.308 223 5/23/2024
2.1.307 139 5/23/2024
2.1.306 528 5/23/2024
2.1.305 159 5/23/2024
2.1.304 146 5/23/2024
2.1.303 408 5/23/2024
2.1.302 417 5/22/2024
2.1.301 142 5/22/2024
2.1.300 376 5/22/2024
2.1.299 144 5/22/2024
2.1.298 546 5/18/2024
2.1.297 162 5/18/2024
2.1.296 353 5/18/2024
2.1.295 167 5/18/2024
2.1.294 318 5/17/2024
2.1.293 155 5/17/2024
2.1.292 529 5/17/2024
2.1.291 321 5/17/2024
2.1.290 249 5/16/2024
2.1.289 180 5/16/2024
2.1.288 167 5/16/2024
2.1.287 503 5/15/2024
2.1.286 142 5/15/2024
2.1.285 154 5/14/2024
2.1.284 710 5/13/2024
2.1.283 126 5/13/2024
2.1.282 128 5/13/2024
2.1.281 649 5/1/2024
2.1.280 197 5/1/2024
2.1.279 1,805 4/28/2024
2.1.278 259 4/28/2024
2.1.277 280 4/28/2024
2.1.276 131 4/28/2024
2.1.275 148 4/28/2024
2.1.274 145 4/28/2024
2.1.273 149 4/27/2024
2.1.272 939 4/27/2024
2.1.271 358 4/20/2024
2.1.270 356 4/20/2024
2.1.269 166 4/19/2024
2.1.268 138 4/19/2024
2.1.267 666 4/19/2024
2.1.266 394 4/19/2024
2.1.265 319 4/19/2024
2.1.264 247 4/18/2024
2.1.263 653 4/13/2024
2.1.262 213 4/13/2024
2.1.261 282 4/13/2024
2.1.260 151 4/13/2024
2.1.259 397 4/12/2024
2.1.258 144 4/12/2024
2.1.257 685 4/12/2024
2.1.256 161 4/12/2024
2.1.255 148 4/12/2024
2.1.254 165 4/12/2024
2.1.253 149 4/12/2024
2.1.252 614 4/12/2024
2.1.251 133 4/12/2024
2.1.250 3,201 4/10/2024
2.1.249 138 4/10/2024
2.1.248 132 4/10/2024
2.1.247 657 4/10/2024
2.1.246 146 4/10/2024
2.1.245 391 4/9/2024
2.1.244 657 4/3/2024
2.1.243 290 4/2/2024
2.1.242 374 4/2/2024
2.1.241 335 4/2/2024
2.1.240 159 4/1/2024
2.1.239 810 3/30/2024
2.1.238 274 3/29/2024
2.1.237 129 3/29/2024
2.1.236 677 3/25/2024
2.1.235 161 3/25/2024
2.1.234 172 3/25/2024
2.1.233 473 3/25/2024
2.1.232 170 3/25/2024
2.1.231 156 3/25/2024
2.1.230 622 3/21/2024
2.1.229 162 3/21/2024
2.1.228 467 3/21/2024
2.1.227 148 3/20/2024
2.1.226 600 3/20/2024
2.1.225 155 3/19/2024
2.1.224 166 3/19/2024
2.1.223 149 3/19/2024
2.1.222 514 3/19/2024
2.1.221 142 3/19/2024
2.1.220 141 3/19/2024
2.1.219 536 3/19/2024
2.1.218 372 3/19/2024
2.1.217 164 3/18/2024
2.1.216 545 3/16/2024
2.1.215 147 3/16/2024
2.1.214 431 3/16/2024
2.1.213 150 3/16/2024
2.1.212 412 3/15/2024
2.1.211 160 3/15/2024
2.1.210 364 3/14/2024
2.1.209 132 3/13/2024
2.1.208 395 3/13/2024
2.1.207 154 3/13/2024
2.1.206 159 3/13/2024
2.1.205 136 3/13/2024
2.1.204 799 3/13/2024
2.1.203 432 3/13/2024
2.1.202 147 3/13/2024
2.1.201 150 3/12/2024
2.1.200 147 3/12/2024
2.1.199 147 3/12/2024
2.1.198 537 3/12/2024
2.1.197 148 3/12/2024
2.1.196 144 3/12/2024
2.1.195 696 3/11/2024
2.1.194 428 3/11/2024
2.1.193 137 3/11/2024
2.1.192 162 3/11/2024
2.1.191 647 3/10/2024
2.1.190 156 3/10/2024
2.1.189 154 3/10/2024
2.1.188 649 3/10/2024
2.1.187 356 3/9/2024
2.1.186 142 3/9/2024
2.1.185 153 3/8/2024
2.1.184 153 3/8/2024
2.1.183 147 3/8/2024
2.1.182 158 3/8/2024
2.1.181 709 3/8/2024
2.1.180 156 3/8/2024
2.1.179 614 3/6/2024
2.1.178 376 3/6/2024
2.1.177 178 3/6/2024
2.1.176 625 3/4/2024
2.1.175 310 3/4/2024
2.1.174 161 3/4/2024
2.1.173 149 3/4/2024
2.1.172 160 3/4/2024
2.1.171 445 3/4/2024
2.1.170 314 3/3/2024
2.1.169 275 3/3/2024
2.1.168 224 3/3/2024
2.1.167 160 3/3/2024
2.1.166 171 3/2/2024
2.1.165 310 3/2/2024
2.1.164 231 3/2/2024
2.1.163 150 3/2/2024
2.1.162 442 3/2/2024
2.1.161 155 3/2/2024
2.1.160 348 3/1/2024
2.1.159 152 2/29/2024
2.1.158 147 2/29/2024
2.1.157 161 2/29/2024
2.1.156 141 2/29/2024
2.1.155 581 2/29/2024
2.1.154 150 2/29/2024
2.1.153 364 2/27/2024
2.1.152 281 2/26/2024
2.1.151 197 2/26/2024
2.1.150 310 2/25/2024
2.1.149 236 2/25/2024
2.1.148 149 2/25/2024
2.1.147 152 2/25/2024
2.1.146 174 2/25/2024
2.1.145 471 2/24/2024
2.1.144 164 2/24/2024
2.1.143 161 2/24/2024
2.1.142 151 2/23/2024
2.1.141 154 2/23/2024
2.1.140 570 2/22/2024
2.1.139 166 2/22/2024
2.1.138 154 2/22/2024
2.1.137 363 2/22/2024
2.1.136 194 2/22/2024
2.1.135 330 2/22/2024
2.1.134 165 2/21/2024
2.1.133 157 2/21/2024
2.1.132 162 2/21/2024
2.1.131 439 2/21/2024
2.1.130 161 2/21/2024
2.1.129 385 2/21/2024
2.1.128 163 2/21/2024
2.1.127 160 2/21/2024
2.1.126 154 2/21/2024
2.1.125 420 2/20/2024
2.1.124 152 2/20/2024
2.1.123 338 2/20/2024
2.1.122 151 2/20/2024
2.1.121 353 2/20/2024
2.1.120 160 2/20/2024
2.1.119 156 2/20/2024
2.1.118 165 2/19/2024
2.1.117 153 2/19/2024
2.1.116 178 2/19/2024
2.1.115 570 2/19/2024
2.1.114 302 2/19/2024
2.1.113 188 2/17/2024
2.1.112 161 2/17/2024
2.1.111 158 2/17/2024
2.1.110 479 2/17/2024
2.1.109 220 2/16/2024
2.1.108 152 2/16/2024
2.1.107 147 2/16/2024
2.1.106 394 2/16/2024
2.1.105 147 2/16/2024
2.1.104 150 2/16/2024
2.1.103 273 2/16/2024
2.1.102 338 2/14/2024
2.1.101 154 2/14/2024
2.1.100 158 2/14/2024
2.1.99 154 2/14/2024
2.1.98 456 2/13/2024
2.1.97 158 2/13/2024
2.1.96 170 2/13/2024
2.1.95 147 2/13/2024
2.1.94 352 2/13/2024
2.1.93 269 2/13/2024
2.1.92 216 2/13/2024
2.1.91 260 2/13/2024
2.1.90 239 2/12/2024
2.1.89 166 2/12/2024
2.1.88 320 2/12/2024
2.1.87 161 2/12/2024
2.1.86 353 2/11/2024
2.1.85 153 2/11/2024
2.1.84 313 2/11/2024
2.1.83 162 2/11/2024
2.1.82 156 2/11/2024
2.1.81 422 2/11/2024
2.1.80 269 2/10/2024
2.1.79 159 2/10/2024
2.1.78 316 2/10/2024
2.1.77 272 2/10/2024
2.1.76 185 2/10/2024
2.1.75 384 2/9/2024
2.1.74 256 2/9/2024
2.1.73 158 2/9/2024
2.1.72 421 2/9/2024
2.1.71 149 2/9/2024
2.1.70 160 2/8/2024
2.1.69 158 2/8/2024
2.1.68 459 2/8/2024
2.1.67 158 2/8/2024
2.1.66 160 2/8/2024
2.1.65 597 2/7/2024
2.1.64 295 2/7/2024
2.1.63 158 2/7/2024
2.1.62 164 2/7/2024
2.1.61 235 2/7/2024
2.1.60 293 2/7/2024
2.1.59 156 2/7/2024
2.1.58 194 2/6/2024
2.1.57 191 2/6/2024
2.1.56 159 2/6/2024
2.1.55 639 2/5/2024
2.1.54 168 2/5/2024
2.1.53 294 2/5/2024
2.1.52 375 2/4/2024
2.1.51 146 2/4/2024
2.1.50 369 2/4/2024
2.1.49 271 2/3/2024
2.1.48 482 2/3/2024
2.1.47 227 1/31/2024
2.1.46 165 1/31/2024
2.1.45 143 1/31/2024
2.1.44 142 1/31/2024
2.1.43 600 1/30/2024
2.1.42 143 1/30/2024
2.1.41 294 1/30/2024
2.1.40 197 1/30/2024
2.1.39 139 1/29/2024
2.1.38 417 1/29/2024
2.1.37 158 1/29/2024
2.1.36 147 1/29/2024
2.1.35 144 1/29/2024
2.1.34 142 1/29/2024
2.1.33 635 1/28/2024
2.1.32 148 1/28/2024
2.1.31 147 1/28/2024
2.1.30 150 1/28/2024
2.1.29 149 1/28/2024
2.1.28 142 1/28/2024
2.1.27 598 1/27/2024
2.1.26 143 1/27/2024
2.1.25 487 1/27/2024
2.1.24 143 1/27/2024
2.1.23 380 1/27/2024
2.1.22 189 1/27/2024
2.1.21 280 1/26/2024
2.1.20 160 1/26/2024
2.1.19 178 1/26/2024
2.1.18 273 1/26/2024
2.1.17 413 1/26/2024
2.1.16 146 1/26/2024
2.1.15 169 1/26/2024
2.1.14 328 1/25/2024
2.1.13 149 1/25/2024
2.1.12 293 1/25/2024
2.1.11 148 1/25/2024
2.1.10 331 1/25/2024
2.1.9 138 1/25/2024
2.1.8 325 1/19/2024
2.1.7 295 1/19/2024
2.1.6 149 1/19/2024
2.1.5 365 1/17/2024
2.1.4 222 1/17/2024
2.1.3 478 1/15/2024
2.1.2 588 1/13/2024
2.1.1 174 1/13/2024