Soenneker.Blazor.Utils.BlazorInvoker 2.1.451

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 2.1.451
                    
NuGet\Install-Package Soenneker.Blazor.Utils.BlazorInvoker -Version 2.1.451
                    
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="2.1.451" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Blazor.Utils.BlazorInvoker" Version="2.1.451" />
                    
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 2.1.451
                    
#r "nuget: Soenneker.Blazor.Utils.BlazorInvoker, 2.1.451"
                    
#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@2.1.451
                    
#: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=2.1.451
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Blazor.Utils.BlazorInvoker&version=2.1.451
                    
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 net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Soenneker.Blazor.Utils.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,259 9/9/2025
3.0.996 793 9/6/2025
3.0.995 1,322 9/3/2025
3.0.994 162 9/3/2025
3.0.993 1,891 8/11/2025
3.0.992 378 8/11/2025
3.0.991 1,289 8/5/2025
3.0.990 1,548 7/8/2025
3.0.989 803 7/3/2025
3.0.988 989 6/27/2025
3.0.987 166 6/27/2025
3.0.986 1,683 6/10/2025
3.0.985 1,296 5/27/2025
3.0.984 160 5/27/2025
3.0.983 1,015 5/22/2025
3.0.982 153 5/22/2025
3.0.981 1,379 5/13/2025
3.0.980 1,098 5/7/2025
3.0.979 157 5/7/2025
3.0.978 969 5/5/2025
3.0.977 300 5/5/2025
3.0.976 163 5/5/2025
3.0.975 172 5/5/2025
3.0.974 518 5/5/2025
3.0.973 1,655 4/8/2025
3.0.972 177 4/8/2025
3.0.971 512 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,714 4/7/2025
3.0.962 183 4/7/2025
3.0.961 676 4/7/2025
3.0.960 267 4/7/2025
3.0.959 225 4/7/2025
3.0.958 481 4/7/2025
3.0.957 333 4/6/2025
3.0.956 196 4/6/2025
3.0.955 259 4/6/2025
3.0.954 436 4/6/2025
3.0.953 156 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 584 4/5/2025
3.0.947 167 4/5/2025
3.0.946 189 4/5/2025
3.0.945 223 4/5/2025
3.0.944 112 4/5/2025
3.0.943 124 4/5/2025
3.0.942 112 4/4/2025
3.0.941 113 4/4/2025
3.0.940 120 4/4/2025
3.0.939 2,343 4/3/2025
3.0.938 620 4/1/2025
3.0.937 550 4/1/2025
3.0.936 515 3/31/2025
3.0.935 315 3/31/2025
3.0.934 632 3/31/2025
3.0.933 544 3/29/2025
3.0.932 243 3/29/2025
3.0.931 1,053 3/25/2025
3.0.930 720 3/25/2025
3.0.929 789 3/21/2025
3.0.928 755 3/18/2025
3.0.927 486 3/18/2025
3.0.926 479 3/15/2025
3.0.925 172 3/15/2025
3.0.924 268 3/15/2025
3.0.923 632 3/12/2025
3.0.922 448 3/12/2025
3.0.921 311 3/11/2025
3.0.920 374 3/11/2025
3.0.919 364 3/11/2025
3.0.918 189 3/11/2025
3.0.917 185 3/11/2025
3.0.916 202 3/11/2025
3.0.915 787 3/11/2025
3.0.914 661 3/7/2025
3.0.913 503 3/7/2025
3.0.912 466 3/2/2025
3.0.911 129 3/2/2025
3.0.910 112 3/2/2025
3.0.909 122 3/2/2025
3.0.908 127 3/1/2025
3.0.907 121 3/1/2025
3.0.906 123 3/1/2025
3.0.905 112 3/1/2025
3.0.904 124 3/1/2025
3.0.903 108 3/1/2025
3.0.902 109 3/1/2025
3.0.901 2,100 2/25/2025
3.0.900 266 2/25/2025
3.0.899 433 2/25/2025
3.0.898 292 2/25/2025
3.0.897 110 2/25/2025
3.0.896 450 2/24/2025
3.0.895 500 2/23/2025
3.0.894 121 2/22/2025
3.0.893 225 2/22/2025
3.0.892 1,002 2/22/2025
3.0.891 184 2/22/2025
3.0.890 301 2/22/2025
3.0.889 111 2/22/2025
3.0.888 111 2/22/2025
3.0.887 422 2/21/2025
3.0.886 420 2/21/2025
3.0.885 691 2/19/2025
3.0.884 161 2/19/2025
3.0.883 158 2/19/2025
3.0.882 184 2/19/2025
3.0.881 169 2/18/2025
3.0.880 150 2/18/2025
3.0.879 1,077 2/18/2025
3.0.878 118 2/18/2025
3.0.877 2,192 2/14/2025
3.0.876 330 2/14/2025
3.0.875 262 2/13/2025
3.0.874 650 2/12/2025
3.0.873 350 2/12/2025
3.0.872 273 2/12/2025
3.0.871 285 2/12/2025
3.0.870 402 2/12/2025
3.0.869 200 2/12/2025
3.0.868 267 2/11/2025
3.0.867 254 2/11/2025
3.0.866 323 2/11/2025
3.0.865 117 2/11/2025
3.0.864 108 2/11/2025
3.0.863 114 2/11/2025
3.0.862 820 2/10/2025
3.0.861 123 2/10/2025
3.0.860 123 2/10/2025
3.0.859 111 2/10/2025
3.0.858 128 2/9/2025
3.0.857 123 2/9/2025
3.0.856 115 2/9/2025
3.0.855 1,516 2/8/2025
3.0.854 196 2/8/2025
3.0.853 116 2/8/2025
3.0.852 287 2/8/2025
3.0.851 158 2/8/2025
3.0.850 383 2/7/2025
3.0.849 391 2/7/2025
3.0.848 110 2/7/2025
3.0.847 429 2/7/2025
3.0.846 110 2/7/2025
3.0.845 111 2/7/2025
3.0.844 629 2/6/2025
3.0.843 673 2/5/2025
3.0.842 354 2/5/2025
3.0.840 335 2/5/2025
3.0.839 331 2/5/2025
3.0.838 115 2/5/2025
3.0.837 373 2/5/2025
3.0.836 796 1/28/2025
3.0.835 105 1/28/2025
3.0.834 480 1/28/2025
3.0.833 319 1/28/2025
3.0.832 506 1/27/2025
3.0.831 98 1/27/2025
3.0.830 116 1/27/2025
3.0.829 284 1/27/2025
3.0.828 494 1/26/2025
3.0.827 394 1/26/2025
3.0.826 112 1/26/2025
3.0.825 355 1/26/2025
3.0.824 301 1/25/2025
3.0.823 106 1/25/2025
3.0.822 293 1/25/2025
3.0.821 244 1/25/2025
3.0.820 408 1/25/2025
3.0.819 250 1/25/2025
3.0.818 654 1/24/2025
3.0.817 651 1/24/2025
3.0.816 112 1/24/2025
3.0.815 221 1/23/2025
3.0.814 384 1/23/2025
3.0.813 553 1/22/2025
3.0.812 465 1/21/2025
3.0.811 107 1/21/2025
3.0.810 219 1/21/2025
3.0.809 251 1/21/2025
3.0.808 206 1/21/2025
3.0.807 259 1/21/2025
3.0.806 117 1/21/2025
3.0.805 107 1/20/2025
3.0.804 345 1/20/2025
3.0.803 824 1/20/2025
3.0.802 230 1/20/2025
3.0.801 292 1/20/2025
3.0.800 108 1/20/2025
3.0.799 109 1/20/2025
3.0.798 358 1/19/2025
3.0.797 106 1/19/2025
3.0.796 779 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 472 1/18/2025
3.0.791 309 1/17/2025
3.0.790 102 1/17/2025
3.0.789 107 1/17/2025
3.0.788 433 1/17/2025
3.0.787 106 1/17/2025
3.0.786 212 1/17/2025
3.0.785 259 1/16/2025
3.0.784 467 1/16/2025
3.0.783 155 1/16/2025
3.0.782 92 1/16/2025
3.0.781 191 1/16/2025
3.0.780 383 1/16/2025
3.0.779 346 1/15/2025
3.0.778 310 1/15/2025
3.0.777 319 1/15/2025
3.0.776 311 1/15/2025
3.0.775 285 1/15/2025
3.0.774 232 1/15/2025
3.0.773 155 1/15/2025
3.0.772 281 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 510 1/14/2025
3.0.767 318 1/13/2025
3.0.766 294 1/13/2025
3.0.765 89 1/13/2025
3.0.764 267 1/13/2025
3.0.763 691 1/11/2025
3.0.762 107 1/11/2025
3.0.761 353 1/11/2025
3.0.760 285 1/11/2025
3.0.759 264 1/10/2025
3.0.758 296 1/10/2025
3.0.757 103 1/10/2025
3.0.756 108 1/10/2025
3.0.755 928 1/3/2025
3.0.754 247 1/3/2025
3.0.753 298 1/3/2025
3.0.752 287 1/2/2025
3.0.751 372 1/2/2025
3.0.750 287 1/2/2025
3.0.749 113 1/2/2025
3.0.748 350 1/1/2025
3.0.747 126 1/1/2025
3.0.746 124 1/1/2025
3.0.745 138 1/1/2025
3.0.744 130 1/1/2025
3.0.743 108 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 283 12/30/2024
3.0.730 2,254 12/28/2024
3.0.729 277 12/28/2024
3.0.728 398 12/27/2024
3.0.727 104 12/27/2024
3.0.726 594 12/24/2024
3.0.725 208 12/24/2024
3.0.724 173 12/24/2024
3.0.723 156 12/24/2024
3.0.722 131 12/24/2024
3.0.721 167 12/24/2024
3.0.720 109 12/24/2024
3.0.719 178 12/23/2024
3.0.718 367 12/23/2024
3.0.717 306 12/23/2024
3.0.716 112 12/23/2024
3.0.715 333 12/23/2024
3.0.714 379 12/22/2024
3.0.713 202 12/22/2024
3.0.712 239 12/22/2024
3.0.711 278 12/22/2024
3.0.710 873 12/22/2024
3.0.709 452 12/22/2024
3.0.708 263 12/21/2024
3.0.707 287 12/21/2024
3.0.706 236 12/21/2024
3.0.705 263 12/21/2024
3.0.704 176 12/21/2024
3.0.703 218 12/21/2024
3.0.702 189 12/21/2024
3.0.700 115 12/21/2024
3.0.699 215 12/20/2024
3.0.698 247 12/20/2024
3.0.697 246 12/20/2024
3.0.696 306 12/20/2024
3.0.695 209 12/20/2024
3.0.694 443 12/19/2024
3.0.693 105 12/19/2024
3.0.692 291 12/19/2024
3.0.691 108 12/19/2024
3.0.690 268 12/18/2024
3.0.689 110 12/18/2024
3.0.688 616 12/16/2024
3.0.687 112 12/16/2024
3.0.686 478 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 252 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 157 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,681 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 275 12/4/2024
3.0.655 239 12/4/2024
3.0.654 222 12/4/2024
3.0.653 174 12/4/2024
3.0.652 300 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 254 12/2/2024
3.0.646 320 12/2/2024
3.0.645 124 12/2/2024
3.0.644 115 12/2/2024
3.0.643 386 12/2/2024
3.0.642 265 12/1/2024
3.0.641 238 12/1/2024
3.0.640 325 12/1/2024
3.0.639 200 12/1/2024
3.0.638 416 11/29/2024
3.0.637 246 11/29/2024
3.0.636 257 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 115 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 251 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 411 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 379 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 683 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 221 11/8/2024
2.1.595 135 11/8/2024
2.1.594 388 11/8/2024
2.1.593 739 11/8/2024
2.1.592 115 11/8/2024
2.1.591 380 11/6/2024
2.1.590 487 11/1/2024
2.1.589 118 11/1/2024
2.1.588 636 11/1/2024
2.1.587 447 10/29/2024
2.1.586 110 10/29/2024
2.1.585 442 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 697 10/29/2024
2.1.580 111 10/28/2024
2.1.579 436 10/28/2024
2.1.578 524 10/26/2024
2.1.577 268 10/26/2024
2.1.576 460 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 321 10/22/2024
2.1.571 558 10/18/2024
2.1.570 384 10/17/2024
2.1.569 129 10/17/2024
2.1.568 679 10/15/2024
2.1.567 527 10/14/2024
2.1.566 619 10/12/2024
2.1.565 279 10/12/2024
2.1.564 530 10/11/2024
2.1.563 505 10/9/2024
2.1.562 391 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 506 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,641 10/3/2024
2.1.552 334 10/3/2024
2.1.551 123 10/3/2024
2.1.550 660 10/3/2024
2.1.549 112 10/3/2024
2.1.548 605 10/2/2024
2.1.547 429 10/2/2024
2.1.546 294 10/2/2024
2.1.545 308 10/2/2024
2.1.544 601 10/1/2024
2.1.543 475 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 674 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,031 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 398 9/27/2024
2.1.530 319 9/27/2024
2.1.529 339 9/26/2024
2.1.528 431 9/26/2024
2.1.527 575 9/26/2024
2.1.526 303 9/26/2024
2.1.525 336 9/26/2024
2.1.524 437 9/26/2024
2.1.523 265 9/26/2024
2.1.522 599 9/23/2024
2.1.521 474 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 651 9/23/2024
2.1.515 353 9/23/2024
2.1.514 427 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 251 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 295 9/17/2024
2.1.499 242 9/17/2024
2.1.498 127 9/17/2024
2.1.497 1,571 9/16/2024
2.1.496 281 9/16/2024
2.1.495 311 9/16/2024
2.1.494 306 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 140 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,155 9/10/2024
2.1.481 384 9/10/2024
2.1.480 201 9/10/2024
2.1.478 235 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,649 9/9/2024
2.1.471 620 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 125 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 397 9/3/2024
2.1.453 121 9/3/2024
2.1.452 269 9/3/2024
2.1.451 278 9/3/2024
2.1.450 278 9/3/2024
2.1.449 449 8/29/2024
2.1.448 310 8/29/2024
2.1.447 288 8/29/2024
2.1.446 554 8/26/2024
2.1.445 280 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 157 8/19/2024
2.1.431 648 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 517 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 175 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 510 7/20/2024
2.1.401 1,177 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 117 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 466 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,043 7/3/2024
2.1.366 121 7/3/2024
2.1.365 411 7/3/2024
2.1.364 277 7/3/2024
2.1.363 313 7/3/2024
2.1.362 751 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 427 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 148 6/15/2024
2.1.350 313 6/15/2024
2.1.349 132 6/15/2024
2.1.348 130 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 289 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 320 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 372 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 109 5/25/2024
2.1.307 417 5/23/2024
2.1.306 339 5/23/2024
2.1.305 197 5/23/2024
2.1.304 375 5/23/2024
2.1.303 151 5/23/2024
2.1.302 388 5/23/2024
2.1.301 133 5/22/2024
2.1.300 607 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 217 4/30/2024
2.1.279 527 4/30/2024
2.1.278 132 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 157 4/27/2024
2.1.264 528 4/20/2024
2.1.263 340 4/20/2024
2.1.262 286 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 134 4/13/2024
2.1.254 373 4/12/2024
2.1.253 191 4/12/2024
2.1.252 308 4/12/2024
2.1.251 296 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 138 4/11/2024
2.1.245 2,963 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 482 3/16/2024
2.1.214 270 3/16/2024
2.1.213 323 3/16/2024
2.1.212 151 3/15/2024
2.1.211 451 3/14/2024
2.1.210 348 3/13/2024
2.1.209 228 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 236 3/13/2024
2.1.204 451 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 244 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 422 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 272 3/8/2024
2.1.183 377 3/8/2024
2.1.182 346 3/8/2024
2.1.181 328 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 310 3/3/2024
2.1.168 155 3/2/2024
2.1.167 160 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 294 2/25/2024
2.1.153 225 2/25/2024
2.1.152 243 2/25/2024
2.1.151 226 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 197 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 322 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 256 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 163 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 262 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 362 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 374 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 290 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 140 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 258 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 135 1/30/2024
2.1.44 266 1/30/2024
2.1.43 205 1/29/2024
2.1.42 138 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 141 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 137 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 307 1/25/2024
2.1.14 131 1/25/2024
2.1.13 324 1/25/2024
2.1.12 117 1/25/2024
2.1.11 205 1/25/2024
2.1.10 142 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 124 1/19/2024
2.1.5 545 1/16/2024
2.1.4 149 1/16/2024
2.1.3 436 1/14/2024
2.1.2 304 1/13/2024
2.1.1 138 1/13/2024