Soenneker.Blazor.Utils.BlazorInvoker 3.0.954

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Soenneker.Blazor.Utils.BlazorInvoker --version 3.0.954
                    
NuGet\Install-Package Soenneker.Blazor.Utils.BlazorInvoker -Version 3.0.954
                    
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.BlazorInvoker" Version="3.0.954" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Blazor.Utils.BlazorInvoker" Version="3.0.954" />
                    
Directory.Packages.props
<PackageReference Include="Soenneker.Blazor.Utils.BlazorInvoker" />
                    
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.BlazorInvoker --version 3.0.954
                    
#r "nuget: Soenneker.Blazor.Utils.BlazorInvoker, 3.0.954"
                    
#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.BlazorInvoker@3.0.954
                    
#: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.BlazorInvoker&version=3.0.954
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Blazor.Utils.BlazorInvoker&version=3.0.954
                    
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.BlazorInvoker

A generic invoker to simplify JavaScript to C# interaction

BlazorInvoker<TInput> is an encapsulation class designed as a generic invocation point from JS to C#. It's used for 'fire-and-forget' with no return value.

Installation

dotnet add package Soenneker.Blazor.Utils.BlazorInvoker

Usage

C#

var stringInvoker = new BlazorInvoker<string>(async (input) =>
{
    await SomeAsyncOperation(input);
});

JS

dotnetObject.invokeMethodAsync('Invoke', 'JavaScript argument');
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.BlazorInvoker:

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