Soenneker.Blazor.Utils.BlazorOutputInvoker 3.0.982

Prefix Reserved
dotnet add package Soenneker.Blazor.Utils.BlazorOutputInvoker --version 3.0.982
                    
NuGet\Install-Package Soenneker.Blazor.Utils.BlazorOutputInvoker -Version 3.0.982
                    
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.982" />
                    
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.982" />
                    
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.982
                    
#r "nuget: Soenneker.Blazor.Utils.BlazorOutputInvoker, 3.0.982"
                    
#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@3.0.982
                    
#: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=3.0.982
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Blazor.Utils.BlazorOutputInvoker&version=3.0.982
                    
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.982 530 10/14/2025
3.0.981 3,698 9/9/2025
3.0.980 1,076 9/6/2025
3.0.979 1,724 9/3/2025
3.0.978 2,454 8/11/2025
3.0.977 1,669 8/5/2025
3.0.976 1,687 7/8/2025
3.0.975 1,056 7/3/2025
3.0.974 1,139 6/27/2025
3.0.973 2,066 6/10/2025
3.0.972 1,758 5/27/2025
3.0.971 1,436 5/22/2025
3.0.970 1,203 5/13/2025
3.0.969 1,296 5/7/2025
3.0.968 1,209 5/5/2025
3.0.967 705 5/5/2025
3.0.966 175 5/5/2025
3.0.965 2,294 4/8/2025
3.0.964 382 4/8/2025
3.0.963 205 4/8/2025
3.0.962 300 4/8/2025
3.0.961 191 4/8/2025
3.0.960 186 4/8/2025
3.0.959 203 4/8/2025
3.0.958 180 4/8/2025
3.0.957 189 4/7/2025
3.0.956 183 4/7/2025
3.0.955 654 4/7/2025
3.0.954 180 4/7/2025
3.0.953 2,138 4/7/2025
3.0.952 186 4/7/2025
3.0.951 505 4/7/2025
3.0.950 463 4/7/2025
3.0.949 355 4/6/2025
3.0.948 348 4/6/2025
3.0.947 168 4/6/2025
3.0.946 357 4/6/2025
3.0.945 281 4/6/2025
3.0.944 132 4/6/2025
3.0.943 129 4/6/2025
3.0.942 132 4/6/2025
3.0.941 402 4/6/2025
3.0.940 324 4/5/2025
3.0.939 115 4/5/2025
3.0.938 108 4/5/2025
3.0.937 123 4/5/2025
3.0.936 126 4/5/2025
3.0.935 131 4/5/2025
3.0.934 118 4/4/2025
3.0.933 134 4/4/2025
3.0.932 3,314 4/3/2025
3.0.931 691 4/1/2025
3.0.930 1,245 3/31/2025
3.0.929 184 3/31/2025
3.0.928 1,402 3/29/2025
3.0.927 1,607 3/25/2025
3.0.926 507 3/25/2025
3.0.925 908 3/21/2025
3.0.924 519 3/21/2025
3.0.923 838 3/18/2025
3.0.922 429 3/18/2025
3.0.921 531 3/15/2025
3.0.920 88 3/15/2025
3.0.919 721 3/14/2025
3.0.918 911 3/12/2025
3.0.917 206 3/12/2025
3.0.916 193 3/11/2025
3.0.915 186 3/11/2025
3.0.914 193 3/11/2025
3.0.913 184 3/11/2025
3.0.912 1,026 3/11/2025
3.0.911 505 3/11/2025
3.0.910 185 3/11/2025
3.0.909 953 3/7/2025
3.0.908 567 3/7/2025
3.0.907 513 3/2/2025
3.0.906 142 3/2/2025
3.0.905 126 3/2/2025
3.0.904 124 3/1/2025
3.0.903 125 3/1/2025
3.0.902 120 3/1/2025
3.0.901 131 3/1/2025
3.0.900 119 3/1/2025
3.0.899 114 3/1/2025
3.0.898 122 3/1/2025
3.0.897 2,824 2/25/2025
3.0.896 409 2/25/2025
3.0.895 137 2/25/2025
3.0.894 131 2/25/2025
3.0.893 741 2/25/2025
3.0.892 776 2/23/2025
3.0.891 127 2/22/2025
3.0.890 754 2/22/2025
3.0.889 671 2/22/2025
3.0.888 584 2/22/2025
3.0.887 118 2/22/2025
3.0.886 258 2/22/2025
3.0.885 125 2/21/2025
3.0.884 552 2/21/2025
3.0.883 586 2/21/2025
3.0.882 499 2/19/2025
3.0.881 126 2/19/2025
3.0.880 115 2/19/2025
3.0.879 131 2/19/2025
3.0.878 128 2/18/2025
3.0.877 1,273 2/18/2025
3.0.876 150 2/18/2025
3.0.875 2,864 2/14/2025
3.0.874 132 2/14/2025
3.0.873 128 2/13/2025
3.0.872 1,114 2/12/2025
3.0.871 527 2/12/2025
3.0.870 133 2/12/2025
3.0.869 129 2/12/2025
3.0.868 480 2/12/2025
3.0.867 115 2/12/2025
3.0.866 137 2/11/2025
3.0.865 140 2/11/2025
3.0.864 913 2/11/2025
3.0.863 138 2/11/2025
3.0.862 147 2/11/2025
3.0.861 528 2/11/2025
3.0.860 593 2/11/2025
3.0.859 150 2/11/2025
3.0.858 142 2/10/2025
3.0.857 242 2/10/2025
3.0.856 137 2/10/2025
3.0.855 125 2/10/2025
3.0.854 134 2/10/2025
3.0.853 124 2/10/2025
3.0.852 139 2/9/2025
3.0.851 128 2/9/2025
3.0.850 117 2/9/2025
3.0.849 1,853 2/8/2025
3.0.848 147 2/8/2025
3.0.847 398 2/8/2025
3.0.846 125 2/8/2025
3.0.845 697 2/7/2025
3.0.844 531 2/7/2025
3.0.843 134 2/7/2025
3.0.842 147 2/7/2025
3.0.841 117 2/7/2025
3.0.840 443 2/7/2025
3.0.839 673 2/6/2025
3.0.838 784 2/5/2025
3.0.837 497 2/5/2025
3.0.836 313 2/5/2025
3.0.835 125 2/5/2025
3.0.834 376 2/5/2025
3.0.833 461 2/5/2025
3.0.832 126 2/5/2025
3.0.831 1,001 1/28/2025
3.0.830 310 1/28/2025
3.0.829 114 1/28/2025
3.0.828 599 1/28/2025
3.0.827 770 1/27/2025
3.0.826 109 1/27/2025
3.0.825 101 1/27/2025
3.0.824 117 1/27/2025
3.0.823 115 1/27/2025
3.0.822 127 1/27/2025
3.0.821 1,031 1/26/2025
3.0.820 338 1/26/2025
3.0.819 311 1/26/2025
3.0.818 236 1/26/2025
3.0.817 125 1/25/2025
3.0.816 514 1/25/2025
3.0.815 128 1/25/2025
3.0.814 126 1/25/2025
3.0.813 121 1/25/2025
3.0.812 772 1/25/2025
3.0.811 117 1/25/2025
3.0.810 949 1/24/2025
3.0.809 330 1/24/2025
3.0.808 114 1/24/2025
3.0.807 356 1/24/2025
3.0.806 278 1/24/2025
3.0.805 347 1/24/2025
3.0.804 124 1/23/2025
3.0.803 444 1/23/2025
3.0.802 702 1/22/2025
3.0.801 572 1/21/2025
3.0.800 287 1/21/2025
3.0.799 126 1/21/2025
3.0.798 304 1/21/2025
3.0.797 138 1/21/2025
3.0.796 406 1/21/2025
3.0.795 234 1/21/2025
3.0.794 204 1/20/2025
3.0.793 117 1/20/2025
3.0.792 118 1/20/2025
3.0.791 140 1/20/2025
3.0.790 1,459 1/20/2025
3.0.789 135 1/20/2025
3.0.788 125 1/20/2025
3.0.787 384 1/19/2025
3.0.786 519 1/19/2025
3.0.785 126 1/19/2025
3.0.784 119 1/19/2025
3.0.783 451 1/19/2025
3.0.782 111 1/19/2025
3.0.781 145 1/18/2025
3.0.780 610 1/18/2025
3.0.779 230 1/18/2025
3.0.778 390 1/18/2025
3.0.777 116 1/17/2025
3.0.776 398 1/17/2025
3.0.775 115 1/17/2025
3.0.774 115 1/17/2025
3.0.773 117 1/16/2025
3.0.772 1,153 1/16/2025
3.0.771 124 1/16/2025
3.0.770 115 1/16/2025
3.0.769 114 1/16/2025
3.0.768 839 1/15/2025
3.0.767 415 1/15/2025
3.0.766 626 1/15/2025
3.0.765 122 1/15/2025
3.0.764 354 1/15/2025
3.0.763 127 1/15/2025
3.0.762 432 1/15/2025
3.0.761 210 1/14/2025
3.0.760 98 1/14/2025
3.0.759 202 1/14/2025
3.0.758 95 1/14/2025
3.0.757 804 1/14/2025
3.0.756 105 1/13/2025
3.0.755 121 1/13/2025
3.0.754 111 1/13/2025
3.0.753 694 1/12/2025
3.0.752 810 1/11/2025
3.0.751 315 1/11/2025
3.0.750 323 1/11/2025
3.0.749 125 1/10/2025
3.0.748 145 1/10/2025
3.0.747 790 1/10/2025
3.0.746 118 1/10/2025
3.0.745 1,096 1/3/2025
3.0.744 156 1/3/2025
3.0.743 512 1/3/2025
3.0.742 123 1/3/2025
3.0.741 523 1/2/2025
3.0.740 136 1/2/2025
3.0.739 141 1/2/2025
3.0.738 116 1/2/2025
3.0.737 892 1/1/2025
3.0.736 1,018 1/1/2025
3.0.735 127 12/31/2024
3.0.734 225 12/31/2024
3.0.733 129 12/31/2024
3.0.732 309 12/31/2024
3.0.731 651 12/31/2024
3.0.730 141 12/31/2024
3.0.729 305 12/31/2024
3.0.728 297 12/31/2024
3.0.727 121 12/31/2024
3.0.726 446 12/31/2024
3.0.725 117 12/31/2024
3.0.724 943 12/28/2024
3.0.723 134 12/28/2024
3.0.722 124 12/27/2024
3.0.721 132 12/27/2024
3.0.720 1,191 12/24/2024
3.0.719 520 12/24/2024
3.0.718 116 12/24/2024
3.0.717 123 12/24/2024
3.0.716 110 12/23/2024
3.0.715 116 12/23/2024
3.0.714 574 12/23/2024
3.0.713 124 12/23/2024
3.0.712 299 12/23/2024
3.0.711 483 12/23/2024
3.0.710 120 12/23/2024
3.0.709 124 12/22/2024
3.0.708 753 12/22/2024
3.0.707 125 12/22/2024
3.0.706 121 12/22/2024
3.0.705 136 12/22/2024
3.0.704 1,944 12/21/2024
3.0.703 118 12/21/2024
3.0.702 131 12/21/2024
3.0.701 443 12/21/2024
3.0.700 131 12/21/2024
3.0.699 111 12/21/2024
3.0.698 131 12/21/2024
3.0.697 700 12/20/2024
3.0.696 134 12/20/2024
3.0.695 587 12/20/2024
3.0.694 130 12/20/2024
3.0.693 117 12/20/2024
3.0.692 666 12/19/2024
3.0.691 122 12/19/2024
3.0.690 117 12/19/2024
3.0.689 126 12/18/2024
3.0.688 133 12/18/2024
3.0.687 1,286 12/16/2024
3.0.686 107 12/16/2024
3.0.685 433 12/10/2024
3.0.684 128 12/10/2024
3.0.683 125 12/9/2024
3.0.682 845 12/9/2024
3.0.681 117 12/9/2024
3.0.680 127 12/9/2024
3.0.679 615 12/9/2024
3.0.678 292 12/7/2024
3.0.677 137 12/6/2024
3.0.676 127 12/6/2024
3.0.675 130 12/6/2024
3.0.674 144 12/6/2024
3.0.673 124 12/6/2024
3.0.672 136 12/6/2024
3.0.671 130 12/6/2024
3.0.670 136 12/6/2024
3.0.669 141 12/6/2024
3.0.668 130 12/6/2024
3.0.667 137 12/6/2024
3.0.666 143 12/5/2024
3.0.665 136 12/5/2024
3.0.664 686 12/5/2024
3.0.663 139 12/5/2024
3.0.662 133 12/5/2024
3.0.661 2,463 12/5/2024
3.0.660 127 12/5/2024
3.0.659 418 12/5/2024
3.0.658 141 12/4/2024
3.0.657 149 12/4/2024
3.0.656 453 12/4/2024
3.0.655 123 12/4/2024
3.0.654 142 12/4/2024
3.0.653 487 12/3/2024
3.0.652 351 12/3/2024
3.0.651 132 12/3/2024
3.0.650 128 12/3/2024
3.0.649 443 12/3/2024
3.0.648 438 12/3/2024
3.0.647 493 12/2/2024
3.0.646 112 12/2/2024
3.0.645 130 12/2/2024
3.0.644 498 12/2/2024
3.0.643 135 12/2/2024
3.0.642 388 12/1/2024
3.0.641 125 12/1/2024
3.0.640 535 12/1/2024
3.0.639 127 12/1/2024
3.0.638 534 11/29/2024
3.0.637 127 11/29/2024
3.0.636 856 11/21/2024
3.0.635 164 11/21/2024
3.0.634 665 11/20/2024
3.0.633 116 11/20/2024
3.0.632 136 11/20/2024
3.0.631 114 11/20/2024
3.0.630 129 11/20/2024
3.0.629 134 11/20/2024
3.0.628 140 11/20/2024
3.0.627 626 11/19/2024
3.0.626 138 11/19/2024
3.0.625 795 11/19/2024
3.0.624 138 11/19/2024
3.0.623 146 11/19/2024
3.0.622 784 11/15/2024
3.0.621 359 11/14/2024
3.0.620 128 11/14/2024
3.0.619 135 11/14/2024
3.0.618 132 11/14/2024
3.0.617 404 11/14/2024
3.0.616 303 11/14/2024
3.0.615 142 11/14/2024
3.0.614 486 11/14/2024
3.0.613 519 11/14/2024
3.0.612 131 11/14/2024
3.0.611 434 11/14/2024
3.0.610 130 11/14/2024
3.0.609 131 11/14/2024
2.1.608 799 11/13/2024
2.1.607 518 11/13/2024
2.1.606 136 11/13/2024
2.1.605 799 11/13/2024
2.1.604 131 11/12/2024
2.1.603 135 11/12/2024
2.1.602 989 11/9/2024
2.1.601 391 11/9/2024
2.1.600 396 11/9/2024
2.1.599 133 11/9/2024
2.1.598 126 11/8/2024
2.1.597 679 11/8/2024
2.1.596 152 11/8/2024
2.1.595 1,046 11/8/2024
2.1.594 394 11/8/2024
2.1.593 471 11/6/2024
2.1.592 523 11/1/2024
2.1.591 128 11/1/2024
2.1.590 143 11/1/2024
2.1.589 1,023 10/29/2024
2.1.588 133 10/29/2024
2.1.587 366 10/29/2024
2.1.586 360 10/29/2024
2.1.585 460 10/29/2024
2.1.584 127 10/29/2024
2.1.583 485 10/29/2024
2.1.582 772 10/28/2024
2.1.581 648 10/26/2024
2.1.580 130 10/26/2024
2.1.579 952 10/22/2024
2.1.578 514 10/22/2024
2.1.577 279 10/22/2024
2.1.576 129 10/22/2024
2.1.575 100 10/22/2024
2.1.574 1,277 10/17/2024
2.1.573 307 10/17/2024
2.1.572 857 10/15/2024
2.1.571 138 10/15/2024
2.1.570 422 10/14/2024
2.1.569 574 10/12/2024
2.1.568 120 10/12/2024
2.1.567 137 10/12/2024
2.1.566 782 10/11/2024
2.1.565 770 10/9/2024
2.1.564 327 10/9/2024
2.1.563 407 10/9/2024
2.1.562 373 10/9/2024
2.1.561 285 10/8/2024
2.1.560 140 10/8/2024
2.1.559 405 10/8/2024
2.1.558 129 10/8/2024
2.1.557 739 10/8/2024
2.1.556 130 10/8/2024
2.1.555 1,755 10/3/2024
2.1.554 399 10/3/2024
2.1.553 400 10/3/2024
2.1.552 126 10/3/2024
2.1.551 120 10/3/2024
2.1.550 120 10/3/2024
2.1.549 1,057 10/2/2024
2.1.548 252 10/2/2024
2.1.547 140 10/2/2024
2.1.546 596 10/2/2024
2.1.545 126 10/2/2024
2.1.544 132 10/2/2024
2.1.543 910 10/1/2024
2.1.542 329 10/1/2024
2.1.541 493 10/1/2024
2.1.540 129 10/1/2024
2.1.539 987 9/29/2024
2.1.538 131 9/29/2024
2.1.537 133 9/29/2024
2.1.536 833 9/29/2024
2.1.535 810 9/27/2024
2.1.534 125 9/27/2024
2.1.533 746 9/27/2024
2.1.532 134 9/27/2024
2.1.531 771 9/27/2024
2.1.530 129 9/27/2024
2.1.529 567 9/26/2024
2.1.528 307 9/26/2024
2.1.527 956 9/26/2024
2.1.526 220 9/26/2024
2.1.525 378 9/26/2024
2.1.524 356 9/26/2024
2.1.523 121 9/26/2024
2.1.522 1,109 9/23/2024
2.1.521 249 9/23/2024
2.1.520 459 9/23/2024
2.1.519 626 9/23/2024
2.1.518 131 9/23/2024
2.1.517 401 9/23/2024
2.1.516 893 9/23/2024
2.1.515 321 9/23/2024
2.1.514 130 9/23/2024
2.1.513 740 9/22/2024
2.1.512 627 9/18/2024
2.1.511 144 9/18/2024
2.1.510 261 9/18/2024
2.1.509 386 9/18/2024
2.1.508 135 9/18/2024
2.1.507 146 9/17/2024
2.1.506 472 9/17/2024
2.1.505 216 9/17/2024
2.1.504 142 9/17/2024
2.1.503 420 9/17/2024
2.1.502 284 9/17/2024
2.1.501 239 9/17/2024
2.1.500 135 9/17/2024
2.1.499 1,999 9/16/2024
2.1.498 134 9/16/2024
2.1.497 902 9/12/2024
2.1.496 189 9/12/2024
2.1.495 209 9/12/2024
2.1.494 160 9/12/2024
2.1.493 237 9/12/2024
2.1.492 182 9/11/2024
2.1.491 191 9/11/2024
2.1.490 228 9/11/2024
2.1.489 208 9/11/2024
2.1.488 214 9/11/2024
2.1.487 239 9/11/2024
2.1.486 150 9/11/2024
2.1.485 2,569 9/10/2024
2.1.484 348 9/10/2024
2.1.483 305 9/10/2024
2.1.482 232 9/10/2024
2.1.481 125 9/10/2024
2.1.480 253 9/10/2024
2.1.478 238 9/9/2024
2.1.477 167 9/9/2024
2.1.476 250 9/9/2024
2.1.475 233 9/9/2024
2.1.474 125 9/9/2024
2.1.473 2,308 9/9/2024
2.1.472 450 9/7/2024
2.1.471 137 9/7/2024
2.1.470 421 9/7/2024
2.1.469 599 9/6/2024
2.1.468 313 9/6/2024
2.1.467 343 9/6/2024
2.1.466 149 9/5/2024
2.1.465 134 9/5/2024
2.1.464 854 9/5/2024
2.1.463 140 9/5/2024
2.1.462 382 9/5/2024
2.1.461 134 9/5/2024
2.1.460 143 9/5/2024
2.1.459 380 9/5/2024
2.1.458 620 9/4/2024
2.1.457 633 9/4/2024
2.1.456 166 9/3/2024
2.1.455 146 9/3/2024
2.1.454 637 9/3/2024
2.1.453 143 9/3/2024
2.1.452 644 9/3/2024
2.1.451 433 8/29/2024
2.1.450 264 8/29/2024
2.1.449 137 8/29/2024
2.1.448 774 8/26/2024
2.1.447 491 8/26/2024
2.1.446 142 8/26/2024
2.1.445 883 8/21/2024
2.1.444 159 8/21/2024
2.1.443 619 8/21/2024
2.1.442 157 8/21/2024
2.1.441 349 8/20/2024
2.1.440 158 8/20/2024
2.1.439 156 8/20/2024
2.1.438 704 8/20/2024
2.1.437 172 8/20/2024
2.1.436 162 8/20/2024
2.1.435 585 8/20/2024
2.1.434 151 8/19/2024
2.1.433 650 8/15/2024
2.1.432 588 8/15/2024
2.1.431 155 8/15/2024
2.1.430 466 8/15/2024
2.1.429 665 8/13/2024
2.1.428 159 8/13/2024
2.1.427 621 8/7/2024
2.1.426 294 8/7/2024
2.1.425 140 8/7/2024
2.1.424 142 8/7/2024
2.1.423 667 8/6/2024
2.1.422 535 8/1/2024
2.1.421 137 8/1/2024
2.1.420 432 8/1/2024
2.1.419 131 8/1/2024
2.1.418 137 8/1/2024
2.1.417 1,053 7/25/2024
2.1.416 111 7/25/2024
2.1.415 111 7/25/2024
2.1.414 462 7/25/2024
2.1.413 122 7/25/2024
2.1.412 336 7/25/2024
2.1.411 141 7/25/2024
2.1.410 170 7/24/2024
2.1.409 121 7/24/2024
2.1.408 94 7/24/2024
2.1.407 720 7/20/2024
2.1.406 141 7/20/2024
2.1.405 486 7/20/2024
2.1.404 1,584 7/14/2024
2.1.403 239 7/14/2024
2.1.402 132 7/14/2024
2.1.401 455 7/14/2024
2.1.400 396 7/14/2024
2.1.399 401 7/10/2024
2.1.398 136 7/10/2024
2.1.397 131 7/10/2024
2.1.396 136 7/10/2024
2.1.395 120 7/10/2024
2.1.394 1,010 7/10/2024
2.1.393 373 7/10/2024
2.1.392 128 7/10/2024
2.1.391 138 7/10/2024
2.1.390 500 7/10/2024
2.1.389 140 7/10/2024
2.1.388 125 7/9/2024
2.1.387 514 7/9/2024
2.1.386 124 7/9/2024
2.1.385 143 7/9/2024
2.1.384 126 7/9/2024
2.1.383 137 7/9/2024
2.1.382 124 7/9/2024
2.1.381 133 7/9/2024
2.1.380 125 7/9/2024
2.1.379 121 7/9/2024
2.1.378 1,466 7/8/2024
2.1.377 117 7/8/2024
2.1.376 136 7/8/2024
2.1.375 474 7/8/2024
2.1.374 663 7/8/2024
2.1.373 136 7/7/2024
2.1.372 123 7/7/2024
2.1.371 700 7/7/2024
2.1.370 1,373 7/3/2024
2.1.369 121 7/3/2024
2.1.368 217 7/3/2024
2.1.367 532 7/3/2024
2.1.366 123 7/3/2024
2.1.365 1,331 6/27/2024
2.1.364 135 6/27/2024
2.1.363 145 6/27/2024
2.1.362 1,127 6/22/2024
2.1.361 163 6/22/2024
2.1.360 348 6/22/2024
2.1.359 479 6/16/2024
2.1.358 147 6/15/2024
2.1.357 151 6/15/2024
2.1.356 502 6/15/2024
2.1.355 141 6/15/2024
2.1.354 124 6/15/2024
2.1.353 537 6/15/2024
2.1.352 220 6/15/2024
2.1.351 296 6/15/2024
2.1.350 156 6/14/2024
2.1.349 712 6/4/2024
2.1.348 317 6/4/2024
2.1.347 592 6/2/2024
2.1.346 387 6/1/2024
2.1.345 146 6/1/2024
2.1.344 132 6/1/2024
2.1.343 142 6/1/2024
2.1.342 680 6/1/2024
2.1.341 137 6/1/2024
2.1.340 143 6/1/2024
2.1.339 473 5/31/2024
2.1.338 148 5/31/2024
2.1.337 135 5/31/2024
2.1.336 142 5/31/2024
2.1.335 787 5/29/2024
2.1.334 119 5/29/2024
2.1.333 404 5/29/2024
2.1.332 266 5/29/2024
2.1.331 373 5/28/2024
2.1.330 286 5/28/2024
2.1.329 376 5/28/2024
2.1.328 138 5/28/2024
2.1.327 141 5/28/2024
2.1.326 538 5/28/2024
2.1.325 329 5/27/2024
2.1.324 405 5/27/2024
2.1.323 129 5/27/2024
2.1.322 298 5/26/2024
2.1.321 401 5/26/2024
2.1.320 479 5/26/2024
2.1.319 148 5/26/2024
2.1.318 138 5/26/2024
2.1.317 424 5/26/2024
2.1.316 146 5/26/2024
2.1.315 142 5/25/2024
2.1.314 146 5/25/2024
2.1.313 142 5/25/2024
2.1.312 586 5/25/2024
2.1.311 147 5/25/2024
2.1.310 776 5/25/2024
2.1.309 310 5/23/2024
2.1.308 212 5/23/2024
2.1.307 138 5/23/2024
2.1.306 523 5/23/2024
2.1.305 156 5/23/2024
2.1.304 144 5/23/2024
2.1.303 407 5/23/2024
2.1.302 413 5/22/2024
2.1.301 140 5/22/2024
2.1.300 369 5/22/2024
2.1.299 141 5/22/2024
2.1.298 528 5/18/2024
2.1.297 157 5/18/2024
2.1.296 348 5/18/2024
2.1.295 166 5/18/2024
2.1.294 317 5/17/2024
2.1.293 154 5/17/2024
2.1.292 528 5/17/2024
2.1.291 317 5/17/2024
2.1.290 244 5/16/2024
2.1.289 173 5/16/2024
2.1.288 166 5/16/2024
2.1.287 498 5/15/2024
2.1.286 141 5/15/2024
2.1.285 151 5/14/2024
2.1.284 697 5/13/2024
2.1.283 123 5/13/2024
2.1.282 125 5/13/2024
2.1.281 644 5/1/2024
2.1.280 196 5/1/2024
2.1.279 1,778 4/28/2024
2.1.278 257 4/28/2024
2.1.277 277 4/28/2024
2.1.276 130 4/28/2024
2.1.275 147 4/28/2024
2.1.274 142 4/28/2024
2.1.273 145 4/27/2024
2.1.272 918 4/27/2024
2.1.271 355 4/20/2024
2.1.270 347 4/20/2024
2.1.269 161 4/19/2024
2.1.268 135 4/19/2024
2.1.267 657 4/19/2024
2.1.266 389 4/19/2024
2.1.265 312 4/19/2024
2.1.264 244 4/18/2024
2.1.263 650 4/13/2024
2.1.262 208 4/13/2024
2.1.261 281 4/13/2024
2.1.260 150 4/13/2024
2.1.259 386 4/12/2024
2.1.258 143 4/12/2024
2.1.257 670 4/12/2024
2.1.256 155 4/12/2024
2.1.255 145 4/12/2024
2.1.254 159 4/12/2024
2.1.253 146 4/12/2024
2.1.252 601 4/12/2024
2.1.251 130 4/12/2024
2.1.250 3,158 4/10/2024
2.1.249 135 4/10/2024
2.1.248 129 4/10/2024
2.1.247 632 4/10/2024
2.1.246 145 4/10/2024
2.1.245 383 4/9/2024
2.1.244 640 4/3/2024
2.1.243 289 4/2/2024
2.1.242 363 4/2/2024
2.1.241 326 4/2/2024
2.1.240 156 4/1/2024
2.1.239 798 3/30/2024
2.1.238 267 3/29/2024
2.1.237 127 3/29/2024
2.1.236 664 3/25/2024
2.1.235 160 3/25/2024
2.1.234 169 3/25/2024
2.1.233 460 3/25/2024
2.1.232 169 3/25/2024
2.1.231 154 3/25/2024
2.1.230 617 3/21/2024
2.1.229 159 3/21/2024
2.1.228 458 3/21/2024
2.1.227 147 3/20/2024
2.1.226 592 3/20/2024
2.1.225 152 3/19/2024
2.1.224 165 3/19/2024
2.1.223 148 3/19/2024
2.1.222 503 3/19/2024
2.1.221 141 3/19/2024
2.1.220 140 3/19/2024
2.1.219 529 3/19/2024
2.1.218 371 3/19/2024
2.1.217 163 3/18/2024
2.1.216 544 3/16/2024
2.1.215 146 3/16/2024
2.1.214 415 3/16/2024
2.1.213 150 3/16/2024
2.1.212 402 3/15/2024
2.1.211 159 3/15/2024
2.1.210 341 3/14/2024
2.1.209 131 3/13/2024
2.1.208 393 3/13/2024
2.1.207 153 3/13/2024
2.1.206 158 3/13/2024
2.1.205 135 3/13/2024
2.1.204 792 3/13/2024
2.1.203 429 3/13/2024
2.1.202 145 3/13/2024
2.1.201 129 3/12/2024
2.1.200 134 3/12/2024
2.1.199 134 3/12/2024
2.1.198 526 3/12/2024
2.1.197 144 3/12/2024
2.1.196 133 3/12/2024
2.1.195 693 3/11/2024
2.1.194 419 3/11/2024
2.1.193 124 3/11/2024
2.1.192 157 3/11/2024
2.1.191 636 3/10/2024
2.1.190 145 3/10/2024
2.1.189 153 3/10/2024
2.1.188 647 3/10/2024
2.1.187 355 3/9/2024
2.1.186 141 3/9/2024
2.1.185 152 3/8/2024
2.1.184 142 3/8/2024
2.1.183 146 3/8/2024
2.1.182 155 3/8/2024
2.1.181 704 3/8/2024
2.1.180 155 3/8/2024
2.1.179 608 3/6/2024
2.1.178 375 3/6/2024
2.1.177 176 3/6/2024
2.1.176 624 3/4/2024
2.1.175 309 3/4/2024
2.1.174 147 3/4/2024
2.1.173 148 3/4/2024
2.1.172 147 3/4/2024
2.1.171 435 3/4/2024
2.1.170 299 3/3/2024
2.1.169 271 3/3/2024
2.1.168 213 3/3/2024
2.1.167 147 3/3/2024
2.1.166 166 3/2/2024
2.1.165 303 3/2/2024
2.1.164 230 3/2/2024
2.1.163 147 3/2/2024
2.1.162 431 3/2/2024
2.1.161 152 3/2/2024
2.1.160 347 3/1/2024
2.1.159 149 2/29/2024
2.1.158 136 2/29/2024
2.1.157 157 2/29/2024
2.1.156 140 2/29/2024
2.1.155 566 2/29/2024
2.1.154 147 2/29/2024
2.1.153 363 2/27/2024
2.1.152 276 2/26/2024
2.1.151 196 2/26/2024
2.1.150 305 2/25/2024
2.1.149 233 2/25/2024
2.1.148 147 2/25/2024
2.1.147 151 2/25/2024
2.1.146 172 2/25/2024
2.1.145 468 2/24/2024
2.1.144 163 2/24/2024
2.1.143 150 2/24/2024
2.1.142 150 2/23/2024
2.1.141 153 2/23/2024
2.1.140 563 2/22/2024
2.1.139 163 2/22/2024
2.1.138 151 2/22/2024
2.1.137 352 2/22/2024
2.1.136 186 2/22/2024
2.1.135 328 2/22/2024
2.1.134 164 2/21/2024
2.1.133 147 2/21/2024
2.1.132 161 2/21/2024
2.1.131 428 2/21/2024
2.1.130 160 2/21/2024
2.1.129 369 2/21/2024
2.1.128 162 2/21/2024
2.1.127 157 2/21/2024
2.1.126 153 2/21/2024
2.1.125 419 2/20/2024
2.1.124 151 2/20/2024
2.1.123 324 2/20/2024
2.1.122 150 2/20/2024
2.1.121 352 2/20/2024
2.1.120 159 2/20/2024
2.1.119 155 2/20/2024
2.1.118 152 2/19/2024
2.1.117 142 2/19/2024
2.1.116 169 2/19/2024
2.1.115 558 2/19/2024
2.1.114 301 2/19/2024
2.1.113 187 2/17/2024
2.1.112 150 2/17/2024
2.1.111 155 2/17/2024
2.1.110 478 2/17/2024
2.1.109 219 2/16/2024
2.1.108 146 2/16/2024
2.1.107 144 2/16/2024
2.1.106 383 2/16/2024
2.1.105 136 2/16/2024
2.1.104 147 2/16/2024
2.1.103 268 2/16/2024
2.1.102 337 2/14/2024
2.1.101 135 2/14/2024
2.1.100 157 2/14/2024
2.1.99 152 2/14/2024
2.1.98 444 2/13/2024
2.1.97 157 2/13/2024
2.1.96 163 2/13/2024
2.1.95 146 2/13/2024
2.1.94 349 2/13/2024
2.1.93 267 2/13/2024
2.1.92 215 2/13/2024
2.1.91 259 2/13/2024
2.1.90 237 2/12/2024
2.1.89 164 2/12/2024
2.1.88 318 2/12/2024
2.1.87 160 2/12/2024
2.1.86 352 2/11/2024
2.1.85 152 2/11/2024
2.1.84 308 2/11/2024
2.1.83 158 2/11/2024
2.1.82 155 2/11/2024
2.1.81 419 2/11/2024
2.1.80 264 2/10/2024
2.1.79 156 2/10/2024
2.1.78 315 2/10/2024
2.1.77 249 2/10/2024
2.1.76 178 2/10/2024
2.1.75 382 2/9/2024
2.1.74 255 2/9/2024
2.1.73 157 2/9/2024
2.1.72 420 2/9/2024
2.1.71 148 2/9/2024
2.1.70 157 2/8/2024
2.1.69 157 2/8/2024
2.1.68 454 2/8/2024
2.1.67 157 2/8/2024
2.1.66 157 2/8/2024
2.1.65 592 2/7/2024
2.1.64 294 2/7/2024
2.1.63 155 2/7/2024
2.1.62 161 2/7/2024
2.1.61 234 2/7/2024
2.1.60 278 2/7/2024
2.1.59 155 2/7/2024
2.1.58 188 2/6/2024
2.1.57 177 2/6/2024
2.1.56 156 2/6/2024
2.1.55 637 2/5/2024
2.1.54 164 2/5/2024
2.1.53 285 2/5/2024
2.1.52 366 2/4/2024
2.1.51 135 2/4/2024
2.1.50 360 2/4/2024
2.1.49 269 2/3/2024
2.1.48 463 2/3/2024
2.1.47 220 1/31/2024
2.1.46 164 1/31/2024
2.1.45 140 1/31/2024
2.1.44 140 1/31/2024
2.1.43 581 1/30/2024
2.1.42 142 1/30/2024
2.1.41 287 1/30/2024
2.1.40 196 1/30/2024
2.1.39 137 1/29/2024
2.1.38 408 1/29/2024
2.1.37 154 1/29/2024
2.1.36 145 1/29/2024
2.1.35 131 1/29/2024
2.1.34 129 1/29/2024
2.1.33 622 1/28/2024
2.1.32 147 1/28/2024
2.1.31 146 1/28/2024
2.1.30 147 1/28/2024
2.1.29 137 1/28/2024
2.1.28 141 1/28/2024
2.1.27 576 1/27/2024
2.1.26 142 1/27/2024
2.1.25 476 1/27/2024
2.1.24 141 1/27/2024
2.1.23 375 1/27/2024
2.1.22 188 1/27/2024
2.1.21 279 1/26/2024
2.1.20 157 1/26/2024
2.1.19 175 1/26/2024
2.1.18 264 1/26/2024
2.1.17 412 1/26/2024
2.1.16 144 1/26/2024
2.1.15 164 1/26/2024
2.1.14 320 1/25/2024
2.1.13 148 1/25/2024
2.1.12 292 1/25/2024
2.1.11 147 1/25/2024
2.1.10 318 1/25/2024
2.1.9 135 1/25/2024
2.1.8 320 1/19/2024
2.1.7 288 1/19/2024
2.1.6 148 1/19/2024
2.1.5 362 1/17/2024
2.1.4 217 1/17/2024
2.1.3 475 1/15/2024
2.1.2 585 1/13/2024
2.1.1 173 1/13/2024