Soenneker.Blazor.Utils.BlazorOutputInvoker 3.0.981

Prefix Reserved
dotnet add package Soenneker.Blazor.Utils.BlazorOutputInvoker --version 3.0.981
                    
NuGet\Install-Package Soenneker.Blazor.Utils.BlazorOutputInvoker -Version 3.0.981
                    
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.981" />
                    
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.981" />
                    
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.981
                    
#r "nuget: Soenneker.Blazor.Utils.BlazorOutputInvoker, 3.0.981"
                    
#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.981
                    
#: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.981
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Blazor.Utils.BlazorOutputInvoker&version=3.0.981
                    
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.981 1,508 9/9/2025
3.0.980 733 9/6/2025
3.0.979 1,078 9/3/2025
3.0.978 1,517 8/11/2025
3.0.977 1,117 8/5/2025
3.0.976 1,117 7/8/2025
3.0.975 811 7/3/2025
3.0.974 804 6/27/2025
3.0.973 1,595 6/10/2025
3.0.972 1,319 5/27/2025
3.0.971 1,006 5/22/2025
3.0.970 909 5/13/2025
3.0.969 981 5/7/2025
3.0.968 871 5/5/2025
3.0.967 541 5/5/2025
3.0.966 153 5/5/2025
3.0.965 1,713 4/8/2025
3.0.964 313 4/8/2025
3.0.963 174 4/8/2025
3.0.962 249 4/8/2025
3.0.961 170 4/8/2025
3.0.960 165 4/8/2025
3.0.959 181 4/8/2025
3.0.958 159 4/8/2025
3.0.957 168 4/7/2025
3.0.956 161 4/7/2025
3.0.955 548 4/7/2025
3.0.954 159 4/7/2025
3.0.953 1,440 4/7/2025
3.0.952 165 4/7/2025
3.0.951 385 4/7/2025
3.0.950 376 4/7/2025
3.0.949 297 4/6/2025
3.0.948 280 4/6/2025
3.0.947 145 4/6/2025
3.0.946 291 4/6/2025
3.0.945 233 4/6/2025
3.0.944 111 4/6/2025
3.0.943 106 4/6/2025
3.0.942 110 4/6/2025
3.0.941 330 4/6/2025
3.0.940 246 4/5/2025
3.0.939 94 4/5/2025
3.0.938 87 4/5/2025
3.0.937 102 4/5/2025
3.0.936 105 4/5/2025
3.0.935 110 4/5/2025
3.0.934 97 4/4/2025
3.0.933 110 4/4/2025
3.0.932 2,311 4/3/2025
3.0.931 492 4/1/2025
3.0.930 864 3/31/2025
3.0.929 163 3/31/2025
3.0.928 941 3/29/2025
3.0.927 1,218 3/25/2025
3.0.926 484 3/25/2025
3.0.925 642 3/21/2025
3.0.924 377 3/21/2025
3.0.923 614 3/18/2025
3.0.922 331 3/18/2025
3.0.921 380 3/15/2025
3.0.920 77 3/15/2025
3.0.919 509 3/14/2025
3.0.918 650 3/12/2025
3.0.917 180 3/12/2025
3.0.916 169 3/11/2025
3.0.915 165 3/11/2025
3.0.914 172 3/11/2025
3.0.913 160 3/11/2025
3.0.912 743 3/11/2025
3.0.911 392 3/11/2025
3.0.910 161 3/11/2025
3.0.909 716 3/7/2025
3.0.908 432 3/7/2025
3.0.907 379 3/2/2025
3.0.906 116 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,945 2/25/2025
3.0.896 299 2/25/2025
3.0.895 116 2/25/2025
3.0.894 110 2/25/2025
3.0.893 513 2/25/2025
3.0.892 560 2/23/2025
3.0.891 106 2/22/2025
3.0.890 535 2/22/2025
3.0.889 475 2/22/2025
3.0.888 385 2/22/2025
3.0.887 95 2/22/2025
3.0.886 201 2/22/2025
3.0.885 104 2/21/2025
3.0.884 409 2/21/2025
3.0.883 420 2/21/2025
3.0.882 390 2/19/2025
3.0.881 105 2/19/2025
3.0.880 103 2/19/2025
3.0.879 110 2/19/2025
3.0.878 107 2/18/2025
3.0.877 948 2/18/2025
3.0.876 122 2/18/2025
3.0.875 2,386 2/14/2025
3.0.874 111 2/14/2025
3.0.873 107 2/13/2025
3.0.872 792 2/12/2025
3.0.871 390 2/12/2025
3.0.870 112 2/12/2025
3.0.869 115 2/12/2025
3.0.868 360 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 643 2/11/2025
3.0.863 117 2/11/2025
3.0.862 123 2/11/2025
3.0.861 421 2/11/2025
3.0.860 412 2/11/2025
3.0.859 126 2/11/2025
3.0.858 117 2/10/2025
3.0.857 206 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,278 2/8/2025
3.0.848 122 2/8/2025
3.0.847 284 2/8/2025
3.0.846 104 2/8/2025
3.0.845 489 2/7/2025
3.0.844 410 2/7/2025
3.0.843 102 2/7/2025
3.0.842 118 2/7/2025
3.0.841 106 2/7/2025
3.0.840 330 2/7/2025
3.0.839 476 2/6/2025
3.0.838 567 2/5/2025
3.0.837 367 2/5/2025
3.0.836 224 2/5/2025
3.0.835 104 2/5/2025
3.0.834 285 2/5/2025
3.0.833 338 2/5/2025
3.0.832 105 2/5/2025
3.0.831 717 1/28/2025
3.0.830 244 1/28/2025
3.0.829 93 1/28/2025
3.0.828 398 1/28/2025
3.0.827 531 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 106 1/27/2025
3.0.821 689 1/26/2025
3.0.820 257 1/26/2025
3.0.819 241 1/26/2025
3.0.818 192 1/26/2025
3.0.817 102 1/25/2025
3.0.816 367 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 525 1/25/2025
3.0.811 96 1/25/2025
3.0.810 651 1/24/2025
3.0.809 238 1/24/2025
3.0.808 93 1/24/2025
3.0.807 256 1/24/2025
3.0.806 222 1/24/2025
3.0.805 263 1/24/2025
3.0.804 103 1/23/2025
3.0.803 321 1/23/2025
3.0.802 505 1/22/2025
3.0.801 411 1/21/2025
3.0.800 208 1/21/2025
3.0.799 104 1/21/2025
3.0.798 234 1/21/2025
3.0.797 112 1/21/2025
3.0.796 281 1/21/2025
3.0.795 177 1/21/2025
3.0.794 160 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 1,038 1/20/2025
3.0.789 103 1/20/2025
3.0.788 101 1/20/2025
3.0.787 270 1/19/2025
3.0.786 378 1/19/2025
3.0.785 105 1/19/2025
3.0.784 98 1/19/2025
3.0.783 321 1/19/2025
3.0.782 90 1/19/2025
3.0.781 114 1/18/2025
3.0.780 441 1/18/2025
3.0.779 182 1/18/2025
3.0.778 289 1/18/2025
3.0.777 93 1/17/2025
3.0.776 291 1/17/2025
3.0.775 94 1/17/2025
3.0.774 92 1/17/2025
3.0.773 96 1/16/2025
3.0.772 794 1/16/2025
3.0.771 98 1/16/2025
3.0.770 94 1/16/2025
3.0.769 91 1/16/2025
3.0.768 594 1/15/2025
3.0.767 301 1/15/2025
3.0.766 422 1/15/2025
3.0.765 96 1/15/2025
3.0.764 233 1/15/2025
3.0.763 92 1/15/2025
3.0.762 289 1/15/2025
3.0.761 135 1/14/2025
3.0.760 77 1/14/2025
3.0.759 137 1/14/2025
3.0.758 74 1/14/2025
3.0.757 562 1/14/2025
3.0.756 84 1/13/2025
3.0.755 100 1/13/2025
3.0.754 90 1/13/2025
3.0.753 510 1/12/2025
3.0.752 551 1/11/2025
3.0.751 234 1/11/2025
3.0.750 248 1/11/2025
3.0.749 102 1/10/2025
3.0.748 114 1/10/2025
3.0.747 562 1/10/2025
3.0.746 96 1/10/2025
3.0.745 845 1/3/2025
3.0.744 135 1/3/2025
3.0.743 358 1/3/2025
3.0.742 102 1/3/2025
3.0.741 390 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 614 1/1/2025
3.0.736 701 1/1/2025
3.0.735 106 12/31/2024
3.0.734 183 12/31/2024
3.0.733 108 12/31/2024
3.0.732 243 12/31/2024
3.0.731 456 12/31/2024
3.0.730 122 12/31/2024
3.0.729 231 12/31/2024
3.0.728 224 12/31/2024
3.0.727 99 12/31/2024
3.0.726 299 12/31/2024
3.0.725 95 12/31/2024
3.0.724 642 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 816 12/24/2024
3.0.719 402 12/24/2024
3.0.718 95 12/24/2024
3.0.717 101 12/24/2024
3.0.716 88 12/23/2024
3.0.715 95 12/23/2024
3.0.714 403 12/23/2024
3.0.713 103 12/23/2024
3.0.712 238 12/23/2024
3.0.711 343 12/23/2024
3.0.710 99 12/23/2024
3.0.709 103 12/22/2024
3.0.708 536 12/22/2024
3.0.707 113 12/22/2024
3.0.706 98 12/22/2024
3.0.705 120 12/22/2024
3.0.704 1,341 12/21/2024
3.0.703 107 12/21/2024
3.0.702 109 12/21/2024
3.0.701 325 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 544 12/20/2024
3.0.696 113 12/20/2024
3.0.695 417 12/20/2024
3.0.694 109 12/20/2024
3.0.693 106 12/20/2024
3.0.692 469 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 104 12/18/2024
3.0.687 889 12/16/2024
3.0.686 84 12/16/2024
3.0.685 330 12/10/2024
3.0.684 105 12/10/2024
3.0.683 104 12/9/2024
3.0.682 606 12/9/2024
3.0.681 103 12/9/2024
3.0.680 105 12/9/2024
3.0.679 447 12/9/2024
3.0.678 222 12/7/2024
3.0.677 115 12/6/2024
3.0.676 105 12/6/2024
3.0.675 109 12/6/2024
3.0.674 117 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 665 12/5/2024
3.0.663 115 12/5/2024
3.0.662 110 12/5/2024
3.0.661 1,650 12/5/2024
3.0.660 106 12/5/2024
3.0.659 343 12/5/2024
3.0.658 117 12/4/2024
3.0.657 120 12/4/2024
3.0.656 362 12/4/2024
3.0.655 112 12/4/2024
3.0.654 119 12/4/2024
3.0.653 403 12/3/2024
3.0.652 263 12/3/2024
3.0.651 111 12/3/2024
3.0.650 107 12/3/2024
3.0.649 330 12/3/2024
3.0.648 319 12/3/2024
3.0.647 382 12/2/2024
3.0.646 101 12/2/2024
3.0.645 109 12/2/2024
3.0.644 361 12/2/2024
3.0.643 108 12/2/2024
3.0.642 304 12/1/2024
3.0.641 103 12/1/2024
3.0.640 387 12/1/2024
3.0.639 106 12/1/2024
3.0.638 408 11/29/2024
3.0.637 109 11/29/2024
3.0.636 652 11/21/2024
3.0.635 134 11/21/2024
3.0.634 500 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 519 11/19/2024
3.0.626 115 11/19/2024
3.0.625 575 11/19/2024
3.0.624 120 11/19/2024
3.0.623 119 11/19/2024
3.0.622 574 11/15/2024
3.0.621 269 11/14/2024
3.0.620 107 11/14/2024
3.0.619 113 11/14/2024
3.0.618 110 11/14/2024
3.0.617 316 11/14/2024
3.0.616 247 11/14/2024
3.0.615 113 11/14/2024
3.0.614 359 11/14/2024
3.0.613 373 11/14/2024
3.0.612 110 11/14/2024
3.0.611 328 11/14/2024
3.0.610 109 11/14/2024
3.0.609 118 11/14/2024
2.1.608 616 11/13/2024
2.1.607 412 11/13/2024
2.1.606 115 11/13/2024
2.1.605 608 11/13/2024
2.1.604 110 11/12/2024
2.1.603 114 11/12/2024
2.1.602 805 11/9/2024
2.1.601 326 11/9/2024
2.1.600 316 11/9/2024
2.1.599 112 11/9/2024
2.1.598 112 11/8/2024
2.1.597 480 11/8/2024
2.1.596 121 11/8/2024
2.1.595 783 11/8/2024
2.1.594 294 11/8/2024
2.1.593 370 11/6/2024
2.1.592 410 11/1/2024
2.1.591 107 11/1/2024
2.1.590 113 11/1/2024
2.1.589 736 10/29/2024
2.1.588 112 10/29/2024
2.1.587 294 10/29/2024
2.1.586 274 10/29/2024
2.1.585 354 10/29/2024
2.1.584 106 10/29/2024
2.1.583 387 10/29/2024
2.1.582 547 10/28/2024
2.1.581 499 10/26/2024
2.1.580 108 10/26/2024
2.1.579 711 10/22/2024
2.1.578 401 10/22/2024
2.1.577 223 10/22/2024
2.1.576 105 10/22/2024
2.1.575 99 10/22/2024
2.1.574 910 10/17/2024
2.1.573 249 10/17/2024
2.1.572 629 10/15/2024
2.1.571 112 10/15/2024
2.1.570 302 10/14/2024
2.1.569 427 10/12/2024
2.1.568 109 10/12/2024
2.1.567 116 10/12/2024
2.1.566 572 10/11/2024
2.1.565 590 10/9/2024
2.1.564 262 10/9/2024
2.1.563 324 10/9/2024
2.1.562 307 10/9/2024
2.1.561 224 10/8/2024
2.1.560 118 10/8/2024
2.1.559 352 10/8/2024
2.1.558 108 10/8/2024
2.1.557 566 10/8/2024
2.1.556 108 10/8/2024
2.1.555 1,367 10/3/2024
2.1.554 303 10/3/2024
2.1.553 307 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 779 10/2/2024
2.1.548 213 10/2/2024
2.1.547 113 10/2/2024
2.1.546 455 10/2/2024
2.1.545 105 10/2/2024
2.1.544 111 10/2/2024
2.1.543 677 10/1/2024
2.1.542 279 10/1/2024
2.1.541 374 10/1/2024
2.1.540 108 10/1/2024
2.1.539 715 9/29/2024
2.1.538 110 9/29/2024
2.1.537 112 9/29/2024
2.1.536 629 9/29/2024
2.1.535 583 9/27/2024
2.1.534 104 9/27/2024
2.1.533 581 9/27/2024
2.1.532 113 9/27/2024
2.1.531 570 9/27/2024
2.1.530 107 9/27/2024
2.1.529 435 9/26/2024
2.1.528 249 9/26/2024
2.1.527 763 9/26/2024
2.1.526 184 9/26/2024
2.1.525 309 9/26/2024
2.1.524 284 9/26/2024
2.1.523 110 9/26/2024
2.1.522 842 9/23/2024
2.1.521 211 9/23/2024
2.1.520 347 9/23/2024
2.1.519 468 9/23/2024
2.1.518 112 9/23/2024
2.1.517 319 9/23/2024
2.1.516 653 9/23/2024
2.1.515 261 9/23/2024
2.1.514 108 9/23/2024
2.1.513 559 9/22/2024
2.1.512 499 9/18/2024
2.1.511 123 9/18/2024
2.1.510 233 9/18/2024
2.1.509 345 9/18/2024
2.1.508 113 9/18/2024
2.1.507 125 9/17/2024
2.1.506 418 9/17/2024
2.1.505 184 9/17/2024
2.1.504 120 9/17/2024
2.1.503 375 9/17/2024
2.1.502 246 9/17/2024
2.1.501 208 9/17/2024
2.1.500 113 9/17/2024
2.1.499 1,226 9/16/2024
2.1.498 123 9/16/2024
2.1.497 690 9/12/2024
2.1.496 168 9/12/2024
2.1.495 188 9/12/2024
2.1.494 129 9/12/2024
2.1.493 226 9/12/2024
2.1.492 161 9/11/2024
2.1.491 170 9/11/2024
2.1.490 207 9/11/2024
2.1.489 187 9/11/2024
2.1.488 193 9/11/2024
2.1.487 218 9/11/2024
2.1.486 129 9/11/2024
2.1.485 1,782 9/10/2024
2.1.484 286 9/10/2024
2.1.483 262 9/10/2024
2.1.482 211 9/10/2024
2.1.481 111 9/10/2024
2.1.480 232 9/10/2024
2.1.478 217 9/9/2024
2.1.477 134 9/9/2024
2.1.476 229 9/9/2024
2.1.475 221 9/9/2024
2.1.474 114 9/9/2024
2.1.473 1,651 9/9/2024
2.1.472 365 9/7/2024
2.1.471 116 9/7/2024
2.1.470 355 9/7/2024
2.1.469 470 9/6/2024
2.1.468 255 9/6/2024
2.1.467 304 9/6/2024
2.1.466 129 9/5/2024
2.1.465 114 9/5/2024
2.1.464 697 9/5/2024
2.1.463 120 9/5/2024
2.1.462 310 9/5/2024
2.1.461 114 9/5/2024
2.1.460 123 9/5/2024
2.1.459 328 9/5/2024
2.1.458 496 9/4/2024
2.1.457 514 9/4/2024
2.1.456 146 9/3/2024
2.1.455 125 9/3/2024
2.1.454 499 9/3/2024
2.1.453 121 9/3/2024
2.1.452 522 9/3/2024
2.1.451 361 8/29/2024
2.1.450 219 8/29/2024
2.1.449 116 8/29/2024
2.1.448 633 8/26/2024
2.1.447 414 8/26/2024
2.1.446 120 8/26/2024
2.1.445 726 8/21/2024
2.1.444 139 8/21/2024
2.1.443 500 8/21/2024
2.1.442 136 8/21/2024
2.1.441 281 8/20/2024
2.1.440 148 8/20/2024
2.1.439 136 8/20/2024
2.1.438 594 8/20/2024
2.1.437 140 8/20/2024
2.1.436 142 8/20/2024
2.1.435 473 8/20/2024
2.1.434 128 8/19/2024
2.1.433 522 8/15/2024
2.1.432 483 8/15/2024
2.1.431 135 8/15/2024
2.1.430 389 8/15/2024
2.1.429 545 8/13/2024
2.1.428 139 8/13/2024
2.1.427 518 8/7/2024
2.1.426 250 8/7/2024
2.1.425 120 8/7/2024
2.1.424 122 8/7/2024
2.1.423 520 8/6/2024
2.1.422 442 8/1/2024
2.1.421 115 8/1/2024
2.1.420 334 8/1/2024
2.1.419 111 8/1/2024
2.1.418 117 8/1/2024
2.1.417 811 7/25/2024
2.1.416 90 7/25/2024
2.1.415 90 7/25/2024
2.1.414 361 7/25/2024
2.1.413 93 7/25/2024
2.1.412 266 7/25/2024
2.1.411 120 7/25/2024
2.1.410 139 7/24/2024
2.1.409 100 7/24/2024
2.1.408 83 7/24/2024
2.1.407 569 7/20/2024
2.1.406 118 7/20/2024
2.1.405 386 7/20/2024
2.1.404 1,336 7/14/2024
2.1.403 190 7/14/2024
2.1.402 111 7/14/2024
2.1.401 361 7/14/2024
2.1.400 322 7/14/2024
2.1.399 311 7/10/2024
2.1.398 112 7/10/2024
2.1.397 110 7/10/2024
2.1.396 115 7/10/2024
2.1.395 108 7/10/2024
2.1.394 790 7/10/2024
2.1.393 317 7/10/2024
2.1.392 106 7/10/2024
2.1.391 116 7/10/2024
2.1.390 416 7/10/2024
2.1.389 119 7/10/2024
2.1.388 114 7/9/2024
2.1.387 416 7/9/2024
2.1.386 103 7/9/2024
2.1.385 114 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 99 7/9/2024
2.1.378 1,157 7/8/2024
2.1.377 96 7/8/2024
2.1.376 117 7/8/2024
2.1.375 402 7/8/2024
2.1.374 522 7/8/2024
2.1.373 115 7/7/2024
2.1.372 102 7/7/2024
2.1.371 538 7/7/2024
2.1.370 1,054 7/3/2024
2.1.369 109 7/3/2024
2.1.368 192 7/3/2024
2.1.367 420 7/3/2024
2.1.366 112 7/3/2024
2.1.365 994 6/27/2024
2.1.364 113 6/27/2024
2.1.363 123 6/27/2024
2.1.362 979 6/22/2024
2.1.361 135 6/22/2024
2.1.360 292 6/22/2024
2.1.359 398 6/16/2024
2.1.358 126 6/15/2024
2.1.357 124 6/15/2024
2.1.356 419 6/15/2024
2.1.355 120 6/15/2024
2.1.354 113 6/15/2024
2.1.353 443 6/15/2024
2.1.352 193 6/15/2024
2.1.351 251 6/15/2024
2.1.350 131 6/14/2024
2.1.349 561 6/4/2024
2.1.348 275 6/4/2024
2.1.347 479 6/2/2024
2.1.346 337 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 604 6/1/2024
2.1.341 116 6/1/2024
2.1.340 122 6/1/2024
2.1.339 404 5/31/2024
2.1.338 125 5/31/2024
2.1.337 113 5/31/2024
2.1.336 131 5/31/2024
2.1.335 638 5/29/2024
2.1.334 108 5/29/2024
2.1.333 346 5/29/2024
2.1.332 234 5/29/2024
2.1.331 298 5/28/2024
2.1.330 245 5/28/2024
2.1.329 313 5/28/2024
2.1.328 117 5/28/2024
2.1.327 119 5/28/2024
2.1.326 430 5/28/2024
2.1.325 271 5/27/2024
2.1.324 325 5/27/2024
2.1.323 118 5/27/2024
2.1.322 250 5/26/2024
2.1.321 327 5/26/2024
2.1.320 388 5/26/2024
2.1.319 129 5/26/2024
2.1.318 117 5/26/2024
2.1.317 360 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 492 5/25/2024
2.1.311 125 5/25/2024
2.1.310 603 5/25/2024
2.1.309 271 5/23/2024
2.1.308 188 5/23/2024
2.1.307 117 5/23/2024
2.1.306 432 5/23/2024
2.1.305 125 5/23/2024
2.1.304 123 5/23/2024
2.1.303 344 5/23/2024
2.1.302 351 5/22/2024
2.1.301 119 5/22/2024
2.1.300 296 5/22/2024
2.1.299 120 5/22/2024
2.1.298 433 5/18/2024
2.1.297 127 5/18/2024
2.1.296 299 5/18/2024
2.1.295 145 5/18/2024
2.1.294 256 5/17/2024
2.1.293 132 5/17/2024
2.1.292 424 5/17/2024
2.1.291 272 5/17/2024
2.1.290 209 5/16/2024
2.1.289 152 5/16/2024
2.1.288 145 5/16/2024
2.1.287 396 5/15/2024
2.1.286 120 5/15/2024
2.1.285 130 5/14/2024
2.1.284 545 5/13/2024
2.1.283 102 5/13/2024
2.1.282 104 5/13/2024
2.1.281 528 5/1/2024
2.1.280 162 5/1/2024
2.1.279 1,452 4/28/2024
2.1.278 227 4/28/2024
2.1.277 234 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 736 4/27/2024
2.1.271 285 4/20/2024
2.1.270 284 4/20/2024
2.1.269 133 4/19/2024
2.1.268 114 4/19/2024
2.1.267 537 4/19/2024
2.1.266 319 4/19/2024
2.1.265 259 4/19/2024
2.1.264 207 4/18/2024
2.1.263 537 4/13/2024
2.1.262 179 4/13/2024
2.1.261 236 4/13/2024
2.1.260 129 4/13/2024
2.1.259 331 4/12/2024
2.1.258 122 4/12/2024
2.1.257 547 4/12/2024
2.1.256 128 4/12/2024
2.1.255 124 4/12/2024
2.1.254 140 4/12/2024
2.1.253 124 4/12/2024
2.1.252 514 4/12/2024
2.1.251 109 4/12/2024
2.1.250 2,980 4/10/2024
2.1.249 114 4/10/2024
2.1.248 107 4/10/2024
2.1.247 525 4/10/2024
2.1.246 123 4/10/2024
2.1.245 317 4/9/2024
2.1.244 533 4/3/2024
2.1.243 234 4/2/2024
2.1.242 310 4/2/2024
2.1.241 273 4/2/2024
2.1.240 135 4/1/2024
2.1.239 667 3/30/2024
2.1.238 223 3/29/2024
2.1.237 105 3/29/2024
2.1.236 535 3/25/2024
2.1.235 138 3/25/2024
2.1.234 147 3/25/2024
2.1.233 385 3/25/2024
2.1.232 137 3/25/2024
2.1.231 132 3/25/2024
2.1.230 512 3/21/2024
2.1.229 138 3/21/2024
2.1.228 380 3/21/2024
2.1.227 135 3/20/2024
2.1.226 489 3/20/2024
2.1.225 131 3/19/2024
2.1.224 144 3/19/2024
2.1.223 127 3/19/2024
2.1.222 433 3/19/2024
2.1.221 119 3/19/2024
2.1.220 129 3/19/2024
2.1.219 444 3/19/2024
2.1.218 314 3/19/2024
2.1.217 142 3/18/2024
2.1.216 444 3/16/2024
2.1.215 125 3/16/2024
2.1.214 343 3/16/2024
2.1.213 128 3/16/2024
2.1.212 335 3/15/2024
2.1.211 137 3/15/2024
2.1.210 288 3/14/2024
2.1.209 118 3/13/2024
2.1.208 318 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 670 3/13/2024
2.1.203 344 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 444 3/12/2024
2.1.197 121 3/12/2024
2.1.196 130 3/12/2024
2.1.195 545 3/11/2024
2.1.194 354 3/11/2024
2.1.193 123 3/11/2024
2.1.192 130 3/11/2024
2.1.191 523 3/10/2024
2.1.190 143 3/10/2024
2.1.189 132 3/10/2024
2.1.188 533 3/10/2024
2.1.187 302 3/9/2024
2.1.186 130 3/9/2024
2.1.185 131 3/8/2024
2.1.184 131 3/8/2024
2.1.183 124 3/8/2024
2.1.182 131 3/8/2024
2.1.181 582 3/8/2024
2.1.180 133 3/8/2024
2.1.179 493 3/6/2024
2.1.178 311 3/6/2024
2.1.177 149 3/6/2024
2.1.176 522 3/4/2024
2.1.175 261 3/4/2024
2.1.174 136 3/4/2024
2.1.173 127 3/4/2024
2.1.172 140 3/4/2024
2.1.171 363 3/4/2024
2.1.170 258 3/3/2024
2.1.169 232 3/3/2024
2.1.168 186 3/3/2024
2.1.167 136 3/3/2024
2.1.166 140 3/2/2024
2.1.165 255 3/2/2024
2.1.164 193 3/2/2024
2.1.163 126 3/2/2024
2.1.162 347 3/2/2024
2.1.161 130 3/2/2024
2.1.160 278 3/1/2024
2.1.159 128 2/29/2024
2.1.158 125 2/29/2024
2.1.157 130 2/29/2024
2.1.156 119 2/29/2024
2.1.155 458 2/29/2024
2.1.154 125 2/29/2024
2.1.153 293 2/27/2024
2.1.152 232 2/26/2024
2.1.151 167 2/26/2024
2.1.150 253 2/25/2024
2.1.149 196 2/25/2024
2.1.148 123 2/25/2024
2.1.147 130 2/25/2024
2.1.146 133 2/25/2024
2.1.145 381 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 471 2/22/2024
2.1.139 142 2/22/2024
2.1.138 130 2/22/2024
2.1.137 283 2/22/2024
2.1.136 151 2/22/2024
2.1.135 282 2/22/2024
2.1.134 143 2/21/2024
2.1.133 136 2/21/2024
2.1.132 140 2/21/2024
2.1.131 336 2/21/2024
2.1.130 139 2/21/2024
2.1.129 307 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 342 2/20/2024
2.1.124 130 2/20/2024
2.1.123 282 2/20/2024
2.1.122 129 2/20/2024
2.1.121 299 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 143 2/19/2024
2.1.115 454 2/19/2024
2.1.114 253 2/19/2024
2.1.113 158 2/17/2024
2.1.112 139 2/17/2024
2.1.111 134 2/17/2024
2.1.110 394 2/17/2024
2.1.109 186 2/16/2024
2.1.108 124 2/16/2024
2.1.107 123 2/16/2024
2.1.106 321 2/16/2024
2.1.105 124 2/16/2024
2.1.104 126 2/16/2024
2.1.103 208 2/16/2024
2.1.102 268 2/14/2024
2.1.101 124 2/14/2024
2.1.100 136 2/14/2024
2.1.99 131 2/14/2024
2.1.98 375 2/13/2024
2.1.97 136 2/13/2024
2.1.96 132 2/13/2024
2.1.95 125 2/13/2024
2.1.94 290 2/13/2024
2.1.93 202 2/13/2024
2.1.92 180 2/13/2024
2.1.91 223 2/13/2024
2.1.90 198 2/12/2024
2.1.89 139 2/12/2024
2.1.88 281 2/12/2024
2.1.87 138 2/12/2024
2.1.86 283 2/11/2024
2.1.85 131 2/11/2024
2.1.84 265 2/11/2024
2.1.83 137 2/11/2024
2.1.82 144 2/11/2024
2.1.81 335 2/11/2024
2.1.80 227 2/10/2024
2.1.79 135 2/10/2024
2.1.78 270 2/10/2024
2.1.77 219 2/10/2024
2.1.76 149 2/10/2024
2.1.75 309 2/9/2024
2.1.74 215 2/9/2024
2.1.73 132 2/9/2024
2.1.72 346 2/9/2024
2.1.71 124 2/9/2024
2.1.70 134 2/8/2024
2.1.69 134 2/8/2024
2.1.68 358 2/8/2024
2.1.67 135 2/8/2024
2.1.66 136 2/8/2024
2.1.65 496 2/7/2024
2.1.64 243 2/7/2024
2.1.63 134 2/7/2024
2.1.62 140 2/7/2024
2.1.61 212 2/7/2024
2.1.60 262 2/7/2024
2.1.59 134 2/7/2024
2.1.58 157 2/6/2024
2.1.57 158 2/6/2024
2.1.56 135 2/6/2024
2.1.55 482 2/5/2024
2.1.54 136 2/5/2024
2.1.53 244 2/5/2024
2.1.52 281 2/4/2024
2.1.51 122 2/4/2024
2.1.50 299 2/4/2024
2.1.49 216 2/3/2024
2.1.48 372 2/3/2024
2.1.47 183 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 460 1/30/2024
2.1.42 120 1/30/2024
2.1.41 237 1/30/2024
2.1.40 174 1/30/2024
2.1.39 115 1/29/2024
2.1.38 324 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 487 1/28/2024
2.1.32 124 1/28/2024
2.1.31 125 1/28/2024
2.1.30 123 1/28/2024
2.1.29 125 1/28/2024
2.1.28 120 1/28/2024
2.1.27 477 1/27/2024
2.1.26 121 1/27/2024
2.1.25 368 1/27/2024
2.1.24 120 1/27/2024
2.1.23 283 1/27/2024
2.1.22 166 1/27/2024
2.1.21 234 1/26/2024
2.1.20 132 1/26/2024
2.1.19 153 1/26/2024
2.1.18 243 1/26/2024
2.1.17 312 1/26/2024
2.1.16 123 1/26/2024
2.1.15 138 1/26/2024
2.1.14 256 1/25/2024
2.1.13 127 1/25/2024
2.1.12 246 1/25/2024
2.1.11 126 1/25/2024
2.1.10 256 1/25/2024
2.1.9 114 1/25/2024
2.1.8 259 1/19/2024
2.1.7 263 1/19/2024
2.1.6 126 1/19/2024
2.1.5 293 1/17/2024
2.1.4 187 1/17/2024
2.1.3 389 1/15/2024
2.1.2 434 1/13/2024
2.1.1 152 1/13/2024