Soenneker.Blazor.Utils.BlazorInvoker 3.0.956

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