Soenneker.Blazor.Utils.BlazorOutputInvoker 2.1.104

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Soenneker.Blazor.Utils.BlazorOutputInvoker --version 2.1.104
                    
NuGet\Install-Package Soenneker.Blazor.Utils.BlazorOutputInvoker -Version 2.1.104
                    
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="2.1.104" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Blazor.Utils.BlazorOutputInvoker" Version="2.1.104" />
                    
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 2.1.104
                    
#r "nuget: Soenneker.Blazor.Utils.BlazorOutputInvoker, 2.1.104"
                    
#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@2.1.104
                    
#: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=2.1.104
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Blazor.Utils.BlazorOutputInvoker&version=2.1.104
                    
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 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.  net9.0 was computed.  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.978 1,029 8/11/2025
3.0.977 1,029 8/5/2025
3.0.976 750 7/8/2025
3.0.975 771 7/3/2025
3.0.974 763 6/27/2025
3.0.973 1,519 6/10/2025
3.0.972 1,243 5/27/2025
3.0.971 926 5/22/2025
3.0.970 868 5/13/2025
3.0.969 889 5/7/2025
3.0.968 805 5/5/2025
3.0.967 498 5/5/2025
3.0.966 152 5/5/2025
3.0.965 1,583 4/8/2025
3.0.964 297 4/8/2025
3.0.963 173 4/8/2025
3.0.962 239 4/8/2025
3.0.961 169 4/8/2025
3.0.960 164 4/8/2025
3.0.959 179 4/8/2025
3.0.958 158 4/8/2025
3.0.957 166 4/7/2025
3.0.956 160 4/7/2025
3.0.955 493 4/7/2025
3.0.954 158 4/7/2025
3.0.953 1,321 4/7/2025
3.0.952 164 4/7/2025
3.0.951 354 4/7/2025
3.0.950 331 4/7/2025
3.0.949 273 4/6/2025
3.0.948 261 4/6/2025
3.0.947 142 4/6/2025
3.0.946 266 4/6/2025
3.0.945 217 4/6/2025
3.0.944 110 4/6/2025
3.0.943 105 4/6/2025
3.0.942 109 4/6/2025
3.0.941 293 4/6/2025
3.0.940 221 4/5/2025
3.0.939 93 4/5/2025
3.0.938 86 4/5/2025
3.0.937 101 4/5/2025
3.0.936 104 4/5/2025
3.0.935 109 4/5/2025
3.0.934 95 4/4/2025
3.0.933 105 4/4/2025
3.0.932 2,175 4/3/2025
3.0.931 456 4/1/2025
3.0.930 785 3/31/2025
3.0.929 162 3/31/2025
3.0.928 859 3/29/2025
3.0.927 1,124 3/25/2025
3.0.926 483 3/25/2025
3.0.925 584 3/21/2025
3.0.924 345 3/21/2025
3.0.923 534 3/18/2025
3.0.922 306 3/18/2025
3.0.921 327 3/15/2025
3.0.920 76 3/15/2025
3.0.919 446 3/14/2025
3.0.918 569 3/12/2025
3.0.917 172 3/12/2025
3.0.916 168 3/11/2025
3.0.915 164 3/11/2025
3.0.914 171 3/11/2025
3.0.913 158 3/11/2025
3.0.912 654 3/11/2025
3.0.911 355 3/11/2025
3.0.910 160 3/11/2025
3.0.909 647 3/7/2025
3.0.908 402 3/7/2025
3.0.907 340 3/2/2025
3.0.906 109 3/2/2025
3.0.905 105 3/2/2025
3.0.904 103 3/1/2025
3.0.903 104 3/1/2025
3.0.902 99 3/1/2025
3.0.901 110 3/1/2025
3.0.900 98 3/1/2025
3.0.899 93 3/1/2025
3.0.898 101 3/1/2025
3.0.897 1,736 2/25/2025
3.0.896 278 2/25/2025
3.0.895 115 2/25/2025
3.0.894 110 2/25/2025
3.0.893 471 2/25/2025
3.0.892 501 2/23/2025
3.0.891 106 2/22/2025
3.0.890 471 2/22/2025
3.0.889 429 2/22/2025
3.0.888 360 2/22/2025
3.0.887 95 2/22/2025
3.0.886 183 2/22/2025
3.0.885 104 2/21/2025
3.0.884 374 2/21/2025
3.0.883 387 2/21/2025
3.0.882 346 2/19/2025
3.0.881 105 2/19/2025
3.0.880 103 2/19/2025
3.0.879 109 2/19/2025
3.0.878 107 2/18/2025
3.0.877 832 2/18/2025
3.0.876 117 2/18/2025
3.0.875 1,682 2/14/2025
3.0.874 111 2/14/2025
3.0.873 107 2/13/2025
3.0.872 690 2/12/2025
3.0.871 342 2/12/2025
3.0.870 112 2/12/2025
3.0.869 115 2/12/2025
3.0.868 316 2/12/2025
3.0.867 104 2/12/2025
3.0.866 116 2/11/2025
3.0.865 119 2/11/2025
3.0.864 568 2/11/2025
3.0.863 117 2/11/2025
3.0.862 116 2/11/2025
3.0.861 359 2/11/2025
3.0.860 384 2/11/2025
3.0.859 123 2/11/2025
3.0.858 112 2/10/2025
3.0.857 191 2/10/2025
3.0.856 116 2/10/2025
3.0.855 114 2/10/2025
3.0.854 113 2/10/2025
3.0.853 103 2/10/2025
3.0.852 118 2/9/2025
3.0.851 108 2/9/2025
3.0.850 105 2/9/2025
3.0.849 1,100 2/8/2025
3.0.848 115 2/8/2025
3.0.847 260 2/8/2025
3.0.846 104 2/8/2025
3.0.845 439 2/7/2025
3.0.844 348 2/7/2025
3.0.843 102 2/7/2025
3.0.842 113 2/7/2025
3.0.841 105 2/7/2025
3.0.840 302 2/7/2025
3.0.839 426 2/6/2025
3.0.838 499 2/5/2025
3.0.837 316 2/5/2025
3.0.836 212 2/5/2025
3.0.835 103 2/5/2025
3.0.834 255 2/5/2025
3.0.833 296 2/5/2025
3.0.832 105 2/5/2025
3.0.831 631 1/28/2025
3.0.830 203 1/28/2025
3.0.829 93 1/28/2025
3.0.828 366 1/28/2025
3.0.827 437 1/27/2025
3.0.826 88 1/27/2025
3.0.825 90 1/27/2025
3.0.824 96 1/27/2025
3.0.823 94 1/27/2025
3.0.822 104 1/27/2025
3.0.821 606 1/26/2025
3.0.820 224 1/26/2025
3.0.819 226 1/26/2025
3.0.818 175 1/26/2025
3.0.817 102 1/25/2025
3.0.816 327 1/25/2025
3.0.815 106 1/25/2025
3.0.814 105 1/25/2025
3.0.813 100 1/25/2025
3.0.812 453 1/25/2025
3.0.811 96 1/25/2025
3.0.810 554 1/24/2025
3.0.809 208 1/24/2025
3.0.808 93 1/24/2025
3.0.807 231 1/24/2025
3.0.806 198 1/24/2025
3.0.805 232 1/24/2025
3.0.804 103 1/23/2025
3.0.803 279 1/23/2025
3.0.802 442 1/22/2025
3.0.801 372 1/21/2025
3.0.800 193 1/21/2025
3.0.799 104 1/21/2025
3.0.798 211 1/21/2025
3.0.797 108 1/21/2025
3.0.796 262 1/21/2025
3.0.795 165 1/21/2025
3.0.794 140 1/20/2025
3.0.793 96 1/20/2025
3.0.792 97 1/20/2025
3.0.791 119 1/20/2025
3.0.790 889 1/20/2025
3.0.789 97 1/20/2025
3.0.788 101 1/20/2025
3.0.787 245 1/19/2025
3.0.786 321 1/19/2025
3.0.785 104 1/19/2025
3.0.784 98 1/19/2025
3.0.783 286 1/19/2025
3.0.782 90 1/19/2025
3.0.781 108 1/18/2025
3.0.780 379 1/18/2025
3.0.779 159 1/18/2025
3.0.778 263 1/18/2025
3.0.777 93 1/17/2025
3.0.776 261 1/17/2025
3.0.775 94 1/17/2025
3.0.774 92 1/17/2025
3.0.773 95 1/16/2025
3.0.772 665 1/16/2025
3.0.771 95 1/16/2025
3.0.770 94 1/16/2025
3.0.769 91 1/16/2025
3.0.768 514 1/15/2025
3.0.767 270 1/15/2025
3.0.766 373 1/15/2025
3.0.765 93 1/15/2025
3.0.764 220 1/15/2025
3.0.763 83 1/15/2025
3.0.762 230 1/15/2025
3.0.761 120 1/14/2025
3.0.760 77 1/14/2025
3.0.759 130 1/14/2025
3.0.758 74 1/14/2025
3.0.757 450 1/14/2025
3.0.756 84 1/13/2025
3.0.755 99 1/13/2025
3.0.754 90 1/13/2025
3.0.753 417 1/12/2025
3.0.752 482 1/11/2025
3.0.751 216 1/11/2025
3.0.750 222 1/11/2025
3.0.749 102 1/10/2025
3.0.748 114 1/10/2025
3.0.747 473 1/10/2025
3.0.746 96 1/10/2025
3.0.745 765 1/3/2025
3.0.744 135 1/3/2025
3.0.743 321 1/3/2025
3.0.742 102 1/3/2025
3.0.741 330 1/2/2025
3.0.740 115 1/2/2025
3.0.739 118 1/2/2025
3.0.738 105 1/2/2025
3.0.737 542 1/1/2025
3.0.736 599 1/1/2025
3.0.735 106 12/31/2024
3.0.734 171 12/31/2024
3.0.733 108 12/31/2024
3.0.732 223 12/31/2024
3.0.731 414 12/31/2024
3.0.730 122 12/31/2024
3.0.729 210 12/31/2024
3.0.728 195 12/31/2024
3.0.727 99 12/31/2024
3.0.726 281 12/31/2024
3.0.725 93 12/31/2024
3.0.724 551 12/28/2024
3.0.723 113 12/28/2024
3.0.722 101 12/27/2024
3.0.721 110 12/27/2024
3.0.720 709 12/24/2024
3.0.719 335 12/24/2024
3.0.718 95 12/24/2024
3.0.717 100 12/24/2024
3.0.716 88 12/23/2024
3.0.715 95 12/23/2024
3.0.714 370 12/23/2024
3.0.713 103 12/23/2024
3.0.712 203 12/23/2024
3.0.711 306 12/23/2024
3.0.710 99 12/23/2024
3.0.709 103 12/22/2024
3.0.708 464 12/22/2024
3.0.707 112 12/22/2024
3.0.706 98 12/22/2024
3.0.705 112 12/22/2024
3.0.704 1,143 12/21/2024
3.0.703 107 12/21/2024
3.0.702 109 12/21/2024
3.0.701 285 12/21/2024
3.0.700 110 12/21/2024
3.0.699 99 12/21/2024
3.0.698 108 12/21/2024
3.0.697 455 12/20/2024
3.0.696 113 12/20/2024
3.0.695 362 12/20/2024
3.0.694 109 12/20/2024
3.0.693 105 12/20/2024
3.0.692 412 12/19/2024
3.0.691 99 12/19/2024
3.0.690 103 12/19/2024
3.0.689 103 12/18/2024
3.0.688 101 12/18/2024
3.0.687 778 12/16/2024
3.0.686 84 12/16/2024
3.0.685 305 12/10/2024
3.0.684 105 12/10/2024
3.0.683 104 12/9/2024
3.0.682 524 12/9/2024
3.0.681 103 12/9/2024
3.0.680 105 12/9/2024
3.0.679 382 12/9/2024
3.0.678 201 12/7/2024
3.0.677 114 12/6/2024
3.0.676 104 12/6/2024
3.0.675 109 12/6/2024
3.0.674 115 12/6/2024
3.0.673 103 12/6/2024
3.0.672 111 12/6/2024
3.0.671 109 12/6/2024
3.0.670 124 12/6/2024
3.0.669 120 12/6/2024
3.0.668 109 12/6/2024
3.0.667 116 12/6/2024
3.0.666 122 12/5/2024
3.0.665 115 12/5/2024
3.0.664 564 12/5/2024
3.0.663 115 12/5/2024
3.0.662 110 12/5/2024
3.0.661 1,436 12/5/2024
3.0.660 106 12/5/2024
3.0.659 305 12/5/2024
3.0.658 117 12/4/2024
3.0.657 117 12/4/2024
3.0.656 320 12/4/2024
3.0.655 112 12/4/2024
3.0.654 119 12/4/2024
3.0.653 341 12/3/2024
3.0.652 245 12/3/2024
3.0.651 111 12/3/2024
3.0.650 107 12/3/2024
3.0.649 300 12/3/2024
3.0.648 290 12/3/2024
3.0.647 340 12/2/2024
3.0.646 101 12/2/2024
3.0.645 108 12/2/2024
3.0.644 325 12/2/2024
3.0.643 104 12/2/2024
3.0.642 277 12/1/2024
3.0.641 103 12/1/2024
3.0.640 354 12/1/2024
3.0.639 106 12/1/2024
3.0.638 363 11/29/2024
3.0.637 106 11/29/2024
3.0.636 583 11/21/2024
3.0.635 129 11/21/2024
3.0.634 432 11/20/2024
3.0.633 104 11/20/2024
3.0.632 115 11/20/2024
3.0.631 113 11/20/2024
3.0.630 106 11/20/2024
3.0.629 113 11/20/2024
3.0.628 119 11/20/2024
3.0.627 457 11/19/2024
3.0.626 113 11/19/2024
3.0.625 521 11/19/2024
3.0.624 117 11/19/2024
3.0.623 114 11/19/2024
3.0.622 526 11/15/2024
3.0.621 247 11/14/2024
3.0.620 107 11/14/2024
3.0.619 111 11/14/2024
3.0.618 110 11/14/2024
3.0.617 283 11/14/2024
3.0.616 219 11/14/2024
3.0.615 108 11/14/2024
3.0.614 331 11/14/2024
3.0.613 344 11/14/2024
3.0.612 110 11/14/2024
3.0.611 289 11/14/2024
3.0.610 109 11/14/2024
3.0.609 111 11/14/2024
2.1.608 546 11/13/2024
2.1.607 364 11/13/2024
2.1.606 115 11/13/2024
2.1.605 548 11/13/2024
2.1.604 110 11/12/2024
2.1.603 114 11/12/2024
2.1.602 730 11/9/2024
2.1.601 280 11/9/2024
2.1.600 280 11/9/2024
2.1.599 112 11/9/2024
2.1.598 112 11/8/2024
2.1.597 436 11/8/2024
2.1.596 119 11/8/2024
2.1.595 677 11/8/2024
2.1.594 265 11/8/2024
2.1.593 330 11/6/2024
2.1.592 369 11/1/2024
2.1.591 107 11/1/2024
2.1.590 111 11/1/2024
2.1.589 658 10/29/2024
2.1.588 112 10/29/2024
2.1.587 266 10/29/2024
2.1.586 251 10/29/2024
2.1.585 312 10/29/2024
2.1.584 105 10/29/2024
2.1.583 338 10/29/2024
2.1.582 485 10/28/2024
2.1.581 447 10/26/2024
2.1.580 108 10/26/2024
2.1.579 621 10/22/2024
2.1.578 348 10/22/2024
2.1.577 199 10/22/2024
2.1.576 105 10/22/2024
2.1.575 99 10/22/2024
2.1.574 800 10/17/2024
2.1.573 216 10/17/2024
2.1.572 545 10/15/2024
2.1.571 108 10/15/2024
2.1.570 274 10/14/2024
2.1.569 380 10/12/2024
2.1.568 109 10/12/2024
2.1.567 116 10/12/2024
2.1.566 490 10/11/2024
2.1.565 511 10/9/2024
2.1.564 231 10/9/2024
2.1.563 286 10/9/2024
2.1.562 272 10/9/2024
2.1.561 204 10/8/2024
2.1.560 114 10/8/2024
2.1.559 309 10/8/2024
2.1.558 108 10/8/2024
2.1.557 481 10/8/2024
2.1.556 108 10/8/2024
2.1.555 1,046 10/3/2024
2.1.554 269 10/3/2024
2.1.553 272 10/3/2024
2.1.552 105 10/3/2024
2.1.551 99 10/3/2024
2.1.550 99 10/3/2024
2.1.549 665 10/2/2024
2.1.548 193 10/2/2024
2.1.547 110 10/2/2024
2.1.546 405 10/2/2024
2.1.545 105 10/2/2024
2.1.544 111 10/2/2024
2.1.543 584 10/1/2024
2.1.542 251 10/1/2024
2.1.541 330 10/1/2024
2.1.540 108 10/1/2024
2.1.539 615 9/29/2024
2.1.538 110 9/29/2024
2.1.537 112 9/29/2024
2.1.536 519 9/29/2024
2.1.535 523 9/27/2024
2.1.534 104 9/27/2024
2.1.533 487 9/27/2024
2.1.532 113 9/27/2024
2.1.531 494 9/27/2024
2.1.530 107 9/27/2024
2.1.529 391 9/26/2024
2.1.528 229 9/26/2024
2.1.527 637 9/26/2024
2.1.526 171 9/26/2024
2.1.525 268 9/26/2024
2.1.524 253 9/26/2024
2.1.523 110 9/26/2024
2.1.522 739 9/23/2024
2.1.521 182 9/23/2024
2.1.520 309 9/23/2024
2.1.519 406 9/23/2024
2.1.518 107 9/23/2024
2.1.517 285 9/23/2024
2.1.516 561 9/23/2024
2.1.515 227 9/23/2024
2.1.514 108 9/23/2024
2.1.513 479 9/22/2024
2.1.512 440 9/18/2024
2.1.511 123 9/18/2024
2.1.510 205 9/18/2024
2.1.509 293 9/18/2024
2.1.508 112 9/18/2024
2.1.507 125 9/17/2024
2.1.506 340 9/17/2024
2.1.505 168 9/17/2024
2.1.504 120 9/17/2024
2.1.503 303 9/17/2024
2.1.502 211 9/17/2024
2.1.501 188 9/17/2024
2.1.500 113 9/17/2024
2.1.499 1,128 9/16/2024
2.1.498 123 9/16/2024
2.1.497 596 9/12/2024
2.1.496 159 9/12/2024
2.1.495 173 9/12/2024
2.1.494 129 9/12/2024
2.1.493 206 9/12/2024
2.1.492 153 9/11/2024
2.1.491 163 9/11/2024
2.1.490 190 9/11/2024
2.1.489 176 9/11/2024
2.1.488 181 9/11/2024
2.1.487 201 9/11/2024
2.1.486 129 9/11/2024
2.1.485 1,572 9/10/2024
2.1.484 254 9/10/2024
2.1.483 238 9/10/2024
2.1.482 193 9/10/2024
2.1.481 110 9/10/2024
2.1.480 213 9/10/2024
2.1.478 198 9/9/2024
2.1.477 134 9/9/2024
2.1.476 209 9/9/2024
2.1.475 202 9/9/2024
2.1.474 114 9/9/2024
2.1.473 1,473 9/9/2024
2.1.472 333 9/7/2024
2.1.471 116 9/7/2024
2.1.470 316 9/7/2024
2.1.469 425 9/6/2024
2.1.468 236 9/6/2024
2.1.467 261 9/6/2024
2.1.466 128 9/5/2024
2.1.465 114 9/5/2024
2.1.464 609 9/5/2024
2.1.463 120 9/5/2024
2.1.462 286 9/5/2024
2.1.461 114 9/5/2024
2.1.460 123 9/5/2024
2.1.459 297 9/5/2024
2.1.458 447 9/4/2024
2.1.457 456 9/4/2024
2.1.456 141 9/3/2024
2.1.455 125 9/3/2024
2.1.454 427 9/3/2024
2.1.453 121 9/3/2024
2.1.452 444 9/3/2024
2.1.451 308 8/29/2024
2.1.450 196 8/29/2024
2.1.449 116 8/29/2024
2.1.448 553 8/26/2024
2.1.447 360 8/26/2024
2.1.446 120 8/26/2024
2.1.445 623 8/21/2024
2.1.444 139 8/21/2024
2.1.443 425 8/21/2024
2.1.442 136 8/21/2024
2.1.441 261 8/20/2024
2.1.440 148 8/20/2024
2.1.439 136 8/20/2024
2.1.438 506 8/20/2024
2.1.437 135 8/20/2024
2.1.436 142 8/20/2024
2.1.435 410 8/20/2024
2.1.434 128 8/19/2024
2.1.433 454 8/15/2024
2.1.432 412 8/15/2024
2.1.431 135 8/15/2024
2.1.430 343 8/15/2024
2.1.429 480 8/13/2024
2.1.428 139 8/13/2024
2.1.427 460 8/7/2024
2.1.426 212 8/7/2024
2.1.425 120 8/7/2024
2.1.424 122 8/7/2024
2.1.423 436 8/6/2024
2.1.422 377 8/1/2024
2.1.421 115 8/1/2024
2.1.420 291 8/1/2024
2.1.419 111 8/1/2024
2.1.418 116 8/1/2024
2.1.417 662 7/25/2024
2.1.416 89 7/25/2024
2.1.415 90 7/25/2024
2.1.414 310 7/25/2024
2.1.413 91 7/25/2024
2.1.412 232 7/25/2024
2.1.411 120 7/25/2024
2.1.410 132 7/24/2024
2.1.409 100 7/24/2024
2.1.408 83 7/24/2024
2.1.407 499 7/20/2024
2.1.406 118 7/20/2024
2.1.405 330 7/20/2024
2.1.404 1,208 7/14/2024
2.1.403 178 7/14/2024
2.1.402 111 7/14/2024
2.1.401 305 7/14/2024
2.1.400 270 7/14/2024
2.1.399 279 7/10/2024
2.1.398 112 7/10/2024
2.1.397 109 7/10/2024
2.1.396 115 7/10/2024
2.1.395 100 7/10/2024
2.1.394 660 7/10/2024
2.1.393 274 7/10/2024
2.1.392 106 7/10/2024
2.1.391 116 7/10/2024
2.1.390 361 7/10/2024
2.1.389 119 7/10/2024
2.1.388 114 7/9/2024
2.1.387 353 7/9/2024
2.1.386 103 7/9/2024
2.1.385 110 7/9/2024
2.1.384 105 7/9/2024
2.1.383 114 7/9/2024
2.1.382 102 7/9/2024
2.1.381 112 7/9/2024
2.1.380 101 7/9/2024
2.1.379 98 7/9/2024
2.1.378 939 7/8/2024
2.1.377 96 7/8/2024
2.1.376 111 7/8/2024
2.1.375 339 7/8/2024
2.1.374 437 7/8/2024
2.1.373 115 7/7/2024
2.1.372 102 7/7/2024
2.1.371 457 7/7/2024
2.1.370 865 7/3/2024
2.1.369 109 7/3/2024
2.1.368 180 7/3/2024
2.1.367 353 7/3/2024
2.1.366 108 7/3/2024
2.1.365 836 6/27/2024
2.1.364 113 6/27/2024
2.1.363 119 6/27/2024
2.1.362 893 6/22/2024
2.1.361 129 6/22/2024
2.1.360 263 6/22/2024
2.1.359 358 6/16/2024
2.1.358 125 6/15/2024
2.1.357 119 6/15/2024
2.1.356 356 6/15/2024
2.1.355 120 6/15/2024
2.1.354 113 6/15/2024
2.1.353 375 6/15/2024
2.1.352 181 6/15/2024
2.1.351 224 6/15/2024
2.1.350 130 6/14/2024
2.1.349 494 6/4/2024
2.1.348 247 6/4/2024
2.1.347 428 6/2/2024
2.1.346 297 6/1/2024
2.1.345 125 6/1/2024
2.1.344 110 6/1/2024
2.1.343 121 6/1/2024
2.1.342 501 6/1/2024
2.1.341 116 6/1/2024
2.1.340 122 6/1/2024
2.1.339 339 5/31/2024
2.1.338 124 5/31/2024
2.1.337 113 5/31/2024
2.1.336 131 5/31/2024
2.1.335 536 5/29/2024
2.1.334 108 5/29/2024
2.1.333 303 5/29/2024
2.1.332 211 5/29/2024
2.1.331 269 5/28/2024
2.1.330 225 5/28/2024
2.1.329 278 5/28/2024
2.1.328 117 5/28/2024
2.1.327 119 5/28/2024
2.1.326 372 5/28/2024
2.1.325 241 5/27/2024
2.1.324 290 5/27/2024
2.1.323 118 5/27/2024
2.1.322 222 5/26/2024
2.1.321 279 5/26/2024
2.1.320 335 5/26/2024
2.1.319 127 5/26/2024
2.1.318 117 5/26/2024
2.1.317 310 5/26/2024
2.1.316 125 5/26/2024
2.1.315 121 5/25/2024
2.1.314 125 5/25/2024
2.1.313 121 5/25/2024
2.1.312 426 5/25/2024
2.1.311 125 5/25/2024
2.1.310 525 5/25/2024
2.1.309 249 5/23/2024
2.1.308 179 5/23/2024
2.1.307 117 5/23/2024
2.1.306 370 5/23/2024
2.1.305 121 5/23/2024
2.1.304 123 5/23/2024
2.1.303 296 5/23/2024
2.1.302 309 5/22/2024
2.1.301 119 5/22/2024
2.1.300 272 5/22/2024
2.1.299 120 5/22/2024
2.1.298 381 5/18/2024
2.1.297 125 5/18/2024
2.1.296 253 5/18/2024
2.1.295 145 5/18/2024
2.1.294 232 5/17/2024
2.1.293 132 5/17/2024
2.1.292 364 5/17/2024
2.1.291 236 5/17/2024
2.1.290 193 5/16/2024
2.1.289 148 5/16/2024
2.1.288 145 5/16/2024
2.1.287 339 5/15/2024
2.1.286 120 5/15/2024
2.1.285 130 5/14/2024
2.1.284 457 5/13/2024
2.1.283 102 5/13/2024
2.1.282 104 5/13/2024
2.1.281 444 5/1/2024
2.1.280 154 5/1/2024
2.1.279 1,229 4/28/2024
2.1.278 203 4/28/2024
2.1.277 200 4/28/2024
2.1.276 109 4/28/2024
2.1.275 126 4/28/2024
2.1.274 121 4/28/2024
2.1.273 124 4/27/2024
2.1.272 618 4/27/2024
2.1.271 266 4/20/2024
2.1.270 260 4/20/2024
2.1.269 128 4/19/2024
2.1.268 114 4/19/2024
2.1.267 461 4/19/2024
2.1.266 280 4/19/2024
2.1.265 233 4/19/2024
2.1.264 196 4/18/2024
2.1.263 466 4/13/2024
2.1.262 171 4/13/2024
2.1.261 216 4/13/2024
2.1.260 128 4/13/2024
2.1.259 290 4/12/2024
2.1.258 122 4/12/2024
2.1.257 468 4/12/2024
2.1.256 122 4/12/2024
2.1.255 124 4/12/2024
2.1.254 134 4/12/2024
2.1.253 124 4/12/2024
2.1.252 437 4/12/2024
2.1.251 109 4/12/2024
2.1.250 2,814 4/10/2024
2.1.249 114 4/10/2024
2.1.248 107 4/10/2024
2.1.247 447 4/10/2024
2.1.246 123 4/10/2024
2.1.245 293 4/9/2024
2.1.244 475 4/3/2024
2.1.243 219 4/2/2024
2.1.242 270 4/2/2024
2.1.241 249 4/2/2024
2.1.240 134 4/1/2024
2.1.239 587 3/30/2024
2.1.238 203 3/29/2024
2.1.237 105 3/29/2024
2.1.236 479 3/25/2024
2.1.235 137 3/25/2024
2.1.234 146 3/25/2024
2.1.233 337 3/25/2024
2.1.232 137 3/25/2024
2.1.231 132 3/25/2024
2.1.230 442 3/21/2024
2.1.229 138 3/21/2024
2.1.228 336 3/21/2024
2.1.227 135 3/20/2024
2.1.226 430 3/20/2024
2.1.225 131 3/19/2024
2.1.224 144 3/19/2024
2.1.223 126 3/19/2024
2.1.222 377 3/19/2024
2.1.221 118 3/19/2024
2.1.220 128 3/19/2024
2.1.219 372 3/19/2024
2.1.218 270 3/19/2024
2.1.217 142 3/18/2024
2.1.216 397 3/16/2024
2.1.215 125 3/16/2024
2.1.214 312 3/16/2024
2.1.213 128 3/16/2024
2.1.212 285 3/15/2024
2.1.211 137 3/15/2024
2.1.210 259 3/14/2024
2.1.209 118 3/13/2024
2.1.208 286 3/13/2024
2.1.207 126 3/13/2024
2.1.206 136 3/13/2024
2.1.205 121 3/13/2024
2.1.204 556 3/13/2024
2.1.203 295 3/13/2024
2.1.202 122 3/13/2024
2.1.201 115 3/12/2024
2.1.200 120 3/12/2024
2.1.199 120 3/12/2024
2.1.198 382 3/12/2024
2.1.197 121 3/12/2024
2.1.196 130 3/12/2024
2.1.195 466 3/11/2024
2.1.194 312 3/11/2024
2.1.193 121 3/11/2024
2.1.192 124 3/11/2024
2.1.191 440 3/10/2024
2.1.190 141 3/10/2024
2.1.189 129 3/10/2024
2.1.188 447 3/10/2024
2.1.187 261 3/9/2024
2.1.186 127 3/9/2024
2.1.185 129 3/8/2024
2.1.184 129 3/8/2024
2.1.183 122 3/8/2024
2.1.182 129 3/8/2024
2.1.181 487 3/8/2024
2.1.180 131 3/8/2024
2.1.179 412 3/6/2024
2.1.178 271 3/6/2024
2.1.177 147 3/6/2024
2.1.176 427 3/4/2024
2.1.175 238 3/4/2024
2.1.174 134 3/4/2024
2.1.173 125 3/4/2024
2.1.172 135 3/4/2024
2.1.171 333 3/4/2024
2.1.170 244 3/3/2024
2.1.169 206 3/3/2024
2.1.168 180 3/3/2024
2.1.167 133 3/3/2024
2.1.166 131 3/2/2024
2.1.165 237 3/2/2024
2.1.164 188 3/2/2024
2.1.163 126 3/2/2024
2.1.162 319 3/2/2024
2.1.161 130 3/2/2024
2.1.160 263 3/1/2024
2.1.159 128 2/29/2024
2.1.158 125 2/29/2024
2.1.157 126 2/29/2024
2.1.156 119 2/29/2024
2.1.155 407 2/29/2024
2.1.154 125 2/29/2024
2.1.153 273 2/27/2024
2.1.152 220 2/26/2024
2.1.151 162 2/26/2024
2.1.150 235 2/25/2024
2.1.149 184 2/25/2024
2.1.148 123 2/25/2024
2.1.147 130 2/25/2024
2.1.146 128 2/25/2024
2.1.145 341 2/24/2024
2.1.144 142 2/24/2024
2.1.143 139 2/24/2024
2.1.142 129 2/23/2024
2.1.141 132 2/23/2024
2.1.140 406 2/22/2024
2.1.139 142 2/22/2024
2.1.138 130 2/22/2024
2.1.137 263 2/22/2024
2.1.136 144 2/22/2024
2.1.135 252 2/22/2024
2.1.134 142 2/21/2024
2.1.133 136 2/21/2024
2.1.132 139 2/21/2024
2.1.131 316 2/21/2024
2.1.130 138 2/21/2024
2.1.129 277 2/21/2024
2.1.128 141 2/21/2024
2.1.127 136 2/21/2024
2.1.126 132 2/21/2024
2.1.125 313 2/20/2024
2.1.124 130 2/20/2024
2.1.123 252 2/20/2024
2.1.122 129 2/20/2024
2.1.121 264 2/20/2024
2.1.120 136 2/20/2024
2.1.119 134 2/20/2024
2.1.118 138 2/19/2024
2.1.117 131 2/19/2024
2.1.116 138 2/19/2024
2.1.115 402 2/19/2024
2.1.114 235 2/19/2024
2.1.113 154 2/17/2024
2.1.112 138 2/17/2024
2.1.111 133 2/17/2024
2.1.110 341 2/17/2024
2.1.109 177 2/16/2024
2.1.108 124 2/16/2024
2.1.107 123 2/16/2024
2.1.106 289 2/16/2024
2.1.105 124 2/16/2024
2.1.104 126 2/16/2024
2.1.103 200 2/16/2024
2.1.102 250 2/14/2024
2.1.101 123 2/14/2024
2.1.100 136 2/14/2024
2.1.99 131 2/14/2024
2.1.98 338 2/13/2024
2.1.97 136 2/13/2024
2.1.96 125 2/13/2024
2.1.95 125 2/13/2024
2.1.94 263 2/13/2024
2.1.93 197 2/13/2024
2.1.92 169 2/13/2024
2.1.91 203 2/13/2024
2.1.90 194 2/12/2024
2.1.89 132 2/12/2024
2.1.88 249 2/12/2024
2.1.87 138 2/12/2024
2.1.86 265 2/11/2024
2.1.85 131 2/11/2024
2.1.84 244 2/11/2024
2.1.83 137 2/11/2024
2.1.82 144 2/11/2024
2.1.81 303 2/11/2024
2.1.80 215 2/10/2024
2.1.79 135 2/10/2024
2.1.78 237 2/10/2024
2.1.77 202 2/10/2024
2.1.76 144 2/10/2024
2.1.75 284 2/9/2024
2.1.74 200 2/9/2024
2.1.73 132 2/9/2024
2.1.72 313 2/9/2024
2.1.71 123 2/9/2024
2.1.70 134 2/8/2024
2.1.69 134 2/8/2024
2.1.68 332 2/8/2024
2.1.67 135 2/8/2024
2.1.66 136 2/8/2024
2.1.65 419 2/7/2024
2.1.64 223 2/7/2024
2.1.63 134 2/7/2024
2.1.62 140 2/7/2024
2.1.61 193 2/7/2024
2.1.60 223 2/7/2024
2.1.59 134 2/7/2024
2.1.58 157 2/6/2024
2.1.57 156 2/6/2024
2.1.56 135 2/6/2024
2.1.55 435 2/5/2024
2.1.54 130 2/5/2024
2.1.53 231 2/5/2024
2.1.52 269 2/4/2024
2.1.51 122 2/4/2024
2.1.50 274 2/4/2024
2.1.49 208 2/3/2024
2.1.48 344 2/3/2024
2.1.47 177 1/31/2024
2.1.46 142 1/31/2024
2.1.45 119 1/31/2024
2.1.44 119 1/31/2024
2.1.43 421 1/30/2024
2.1.42 120 1/30/2024
2.1.41 217 1/30/2024
2.1.40 162 1/30/2024
2.1.39 115 1/29/2024
2.1.38 302 1/29/2024
2.1.37 133 1/29/2024
2.1.36 124 1/29/2024
2.1.35 119 1/29/2024
2.1.34 116 1/29/2024
2.1.33 424 1/28/2024
2.1.32 124 1/28/2024
2.1.31 125 1/28/2024
2.1.30 122 1/28/2024
2.1.29 125 1/28/2024
2.1.28 120 1/28/2024
2.1.27 420 1/27/2024
2.1.26 121 1/27/2024
2.1.25 332 1/27/2024
2.1.24 120 1/27/2024
2.1.23 267 1/27/2024
2.1.22 153 1/27/2024
2.1.21 214 1/26/2024
2.1.20 126 1/26/2024
2.1.19 145 1/26/2024
2.1.18 214 1/26/2024
2.1.17 285 1/26/2024
2.1.16 123 1/26/2024
2.1.15 127 1/26/2024
2.1.14 239 1/25/2024
2.1.13 127 1/25/2024
2.1.12 222 1/25/2024
2.1.11 126 1/25/2024
2.1.10 236 1/25/2024
2.1.9 114 1/25/2024
2.1.8 246 1/19/2024
2.1.7 234 1/19/2024
2.1.6 126 1/19/2024
2.1.5 270 1/17/2024
2.1.4 181 1/17/2024
2.1.3 352 1/15/2024
2.1.2 406 1/13/2024
2.1.1 152 1/13/2024