Soenneker.Blazor.Utils.BlazorOutputInvoker 3.0.976

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