Soenneker.Blazor.Utils.BlazorInvoker 2.1.142

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