Soenneker.Blazor.Utils.BlazorOutputInvoker 3.0.977

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