Soenneker.Blazor.LogJson 3.0.879

Prefix Reserved
dotnet add package Soenneker.Blazor.LogJson --version 3.0.879                
NuGet\Install-Package Soenneker.Blazor.LogJson -Version 3.0.879                
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.LogJson" Version="3.0.879" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Soenneker.Blazor.LogJson --version 3.0.879                
#r "nuget: Soenneker.Blazor.LogJson, 3.0.879"                
#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.
// Install Soenneker.Blazor.LogJson as a Cake Addin
#addin nuget:?package=Soenneker.Blazor.LogJson&version=3.0.879

// Install Soenneker.Blazor.LogJson as a Cake Tool
#tool nuget:?package=Soenneker.Blazor.LogJson&version=3.0.879                

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.LogJson

A Blazor interop library that logs JSON (like HTTP requests/responses) within the browser

Supports log levels, grouping, and all in a nice readable format:

alternate text is missing from this package README image

Installation

dotnet add package Soenneker.Blazor.LogJson
  1. Register the interop within DI (Program.cs)
public static async Task Main(string[] args)
{
    ...
    builder.Services.AddLogJsonInteropAsScoped();
}
  1. Inject ILogJsonInterop within pages/components
@using Soenneker.Blazor.LogJson.Abstract
@inject ILogJsonInterop LogJsonInterop

Logging some JSON

var json = "{ 'this-is', 'someJson' }"
await LogJsonInterop.LogJson(json);

Logging requests

HttpContent content = new StringContent("{ 'this-is', 'someJson' }");
await LogJsonInterop.LogRequest($"https://google.com", content);

Logging responses

HttpResponseMessage response = await client.PostAsync(requestUri, content);
await LogJsonInterop.LogResponse(response);
Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible. 
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.LogJson:

Package Downloads
Soenneker.Blazor.ApiClient

A lightweight and efficient API client wrapper for Blazor applications, simplifying HTTP communication with support for asynchronous calls, cancellation tokens, and JSON serialization.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.879 0 12/23/2024
3.0.878 0 12/23/2024
3.0.877 0 12/23/2024
3.0.876 0 12/23/2024
3.0.875 0 12/23/2024
3.0.874 0 12/23/2024
3.0.873 0 12/23/2024
3.0.872 0 12/23/2024
3.0.871 2 12/22/2024
3.0.870 25 12/22/2024
3.0.869 22 12/22/2024
3.0.868 29 12/22/2024
3.0.867 27 12/22/2024
3.0.866 29 12/22/2024
3.0.862 493 12/18/2024
3.0.861 75 12/17/2024
3.0.860 96 12/17/2024
3.0.859 69 12/17/2024
3.0.858 68 12/17/2024
3.0.857 63 12/16/2024
3.0.856 93 12/16/2024
3.0.855 36 12/16/2024
3.0.854 213 12/10/2024
3.0.853 80 12/10/2024
3.0.852 63 12/10/2024
3.0.851 120 12/10/2024
3.0.850 136 12/10/2024
3.0.849 70 12/10/2024
3.0.848 146 12/9/2024
3.0.847 62 12/9/2024
3.0.846 116 12/9/2024
3.0.845 72 12/9/2024
3.0.844 170 12/9/2024
3.0.843 81 12/9/2024
3.0.842 62 12/9/2024
3.0.841 131 12/9/2024
3.0.840 62 12/9/2024
3.0.839 118 12/9/2024
3.0.838 109 12/7/2024
3.0.837 81 12/7/2024
3.0.836 76 12/6/2024
3.0.835 67 12/6/2024
3.0.834 72 12/6/2024
3.0.833 73 12/6/2024
3.0.832 76 12/6/2024
3.0.831 80 12/6/2024
3.0.830 76 12/6/2024
3.0.829 69 12/6/2024
3.0.828 76 12/6/2024
3.0.827 71 12/6/2024
3.0.826 78 12/6/2024
3.0.825 79 12/6/2024
3.0.824 70 12/6/2024
3.0.823 80 12/6/2024
3.0.822 71 12/6/2024
3.0.821 68 12/6/2024
3.0.820 76 12/6/2024
3.0.817 72 12/6/2024
3.0.816 74 12/6/2024
3.0.815 73 12/6/2024
3.0.814 76 12/6/2024
3.0.812 89 12/6/2024
3.0.811 78 12/5/2024
3.0.810 71 12/5/2024
3.0.809 75 12/5/2024
3.0.808 870 12/5/2024
3.0.807 179 12/5/2024
3.0.806 72 12/5/2024
3.0.805 141 12/5/2024
3.0.804 103 12/5/2024
3.0.803 73 12/5/2024
3.0.802 141 12/5/2024
3.0.801 70 12/5/2024
3.0.800 169 12/5/2024
3.0.799 87 12/4/2024
3.0.798 88 12/4/2024
3.0.797 71 12/4/2024
3.0.796 83 12/4/2024
3.0.795 250 12/4/2024
3.0.794 71 12/4/2024
3.0.793 68 12/4/2024
3.0.792 139 12/4/2024
3.0.791 77 12/4/2024
3.0.790 186 12/3/2024
3.0.789 73 12/3/2024
3.0.788 180 12/3/2024
3.0.787 71 12/3/2024
3.0.786 107 12/3/2024
3.0.785 72 12/3/2024
3.0.784 195 12/3/2024
3.0.783 108 12/3/2024
3.0.782 67 12/3/2024
3.0.781 65 12/3/2024
3.0.780 66 12/3/2024
3.0.779 130 12/2/2024
3.0.778 104 12/2/2024
3.0.777 70 12/2/2024
3.0.776 152 12/2/2024
3.0.775 113 12/2/2024
3.0.774 61 12/2/2024
3.0.773 170 12/2/2024
3.0.772 52 12/2/2024
3.0.771 60 12/2/2024
3.0.770 90 12/1/2024
3.0.769 68 12/1/2024
3.0.768 175 12/1/2024
3.0.767 72 12/1/2024
3.0.766 70 12/1/2024
3.0.765 249 11/29/2024
3.0.764 71 11/29/2024
3.0.763 111 11/29/2024
3.0.762 73 11/29/2024
3.0.761 199 11/29/2024
3.0.760 76 11/29/2024
3.0.759 193 11/21/2024
3.0.758 100 11/21/2024
3.0.757 116 11/21/2024
3.0.756 163 11/20/2024
3.0.755 279 11/20/2024
3.0.754 167 11/20/2024
3.0.753 128 11/20/2024
3.0.752 115 11/20/2024
3.0.751 103 11/20/2024
3.0.750 148 11/20/2024
3.0.749 76 11/20/2024
3.0.748 164 11/20/2024
3.0.747 79 11/20/2024
3.0.746 80 11/20/2024
3.0.745 85 11/19/2024
3.0.744 75 11/19/2024
3.0.743 240 11/19/2024
3.0.742 80 11/19/2024
3.0.741 141 11/19/2024
3.0.740 143 11/19/2024
3.0.739 139 11/19/2024
3.0.738 67 11/19/2024
3.0.737 148 11/19/2024
3.0.736 204 11/15/2024
3.0.735 101 11/15/2024
3.0.734 74 11/15/2024
3.0.733 73 11/15/2024
3.0.732 120 11/15/2024
3.0.731 146 11/14/2024
3.0.730 71 11/14/2024
3.0.729 123 11/14/2024
3.0.728 74 11/14/2024
3.0.727 75 11/14/2024
3.0.726 117 11/14/2024
3.0.725 74 11/14/2024
3.0.724 141 11/14/2024
3.0.723 81 11/14/2024
3.0.722 197 11/14/2024
3.0.721 130 11/14/2024
3.0.720 107 11/14/2024
3.0.719 112 11/14/2024
3.0.718 73 11/14/2024
3.0.717 79 11/14/2024
3.0.716 79 11/14/2024
3.0.715 83 11/14/2024
3.0.714 81 11/14/2024
3.0.713 79 11/14/2024
3.0.712 79 11/14/2024
3.0.711 81 11/14/2024
2.1.710 296 11/13/2024
2.1.709 79 11/13/2024
2.1.708 126 11/13/2024
2.1.707 116 11/13/2024
2.1.706 208 11/13/2024
2.1.705 137 11/13/2024
2.1.704 85 11/13/2024
2.1.703 167 11/13/2024
2.1.702 82 11/13/2024
2.1.701 84 11/13/2024
2.1.700 81 11/12/2024
2.1.699 218 11/12/2024
2.1.698 85 11/12/2024
2.1.697 324 11/9/2024
2.1.696 144 11/9/2024
2.1.695 85 11/9/2024
2.1.694 234 11/9/2024
2.1.693 84 11/9/2024
2.1.692 177 11/9/2024
2.1.691 83 11/9/2024
2.1.690 195 11/8/2024
2.1.689 75 11/8/2024
2.1.688 91 11/8/2024
2.1.687 80 11/8/2024
2.1.686 121 11/8/2024
2.1.685 82 11/8/2024
2.1.684 85 11/8/2024
2.1.683 88 11/8/2024
2.1.682 304 11/8/2024
2.1.681 165 11/8/2024
2.1.680 77 11/8/2024
2.1.679 83 11/8/2024
2.1.678 257 11/6/2024
2.1.677 73 11/6/2024
2.1.676 337 11/1/2024
2.1.675 154 11/1/2024
2.1.674 142 11/1/2024
2.1.673 121 11/1/2024
2.1.672 172 11/1/2024
2.1.671 237 10/29/2024
2.1.670 110 10/29/2024
2.1.669 75 10/29/2024
2.1.668 113 10/29/2024
2.1.667 136 10/29/2024
2.1.666 135 10/29/2024
2.1.665 98 10/29/2024
2.1.664 183 10/29/2024
2.1.663 108 10/29/2024
2.1.662 200 10/29/2024
2.1.661 76 10/29/2024
2.1.660 231 10/29/2024
2.1.659 81 10/28/2024
2.1.658 342 10/26/2024
2.1.657 77 10/26/2024
2.1.656 207 10/26/2024
2.1.655 236 10/23/2024
2.1.654 127 10/22/2024
2.1.653 138 10/22/2024
2.1.652 203 10/22/2024
2.1.651 202 10/22/2024
2.1.650 85 10/22/2024
2.1.649 144 10/22/2024
2.1.648 76 10/22/2024
2.1.647 141 10/22/2024
2.1.646 191 10/22/2024
2.1.645 253 10/18/2024
2.1.644 178 10/17/2024
2.1.643 183 10/17/2024
2.1.642 214 10/15/2024
2.1.641 153 10/15/2024
2.1.640 123 10/15/2024
2.1.639 82 10/15/2024
2.1.638 162 10/15/2024
2.1.637 146 10/15/2024
2.1.636 142 10/14/2024
2.1.635 70 10/14/2024
2.1.634 303 10/12/2024
2.1.633 104 10/12/2024
2.1.632 121 10/12/2024
2.1.631 117 10/12/2024
2.1.630 122 10/11/2024
2.1.629 121 10/11/2024
2.1.628 79 10/11/2024
2.1.627 135 10/11/2024
2.1.626 163 10/9/2024
2.1.625 100 10/9/2024
2.1.624 107 10/9/2024
2.1.623 117 10/9/2024
2.1.622 145 10/9/2024
2.1.621 150 10/9/2024
2.1.620 88 10/9/2024
2.1.619 85 10/9/2024
2.1.618 139 10/8/2024
2.1.617 141 10/8/2024
2.1.616 84 10/8/2024
2.1.615 146 10/8/2024
2.1.614 120 10/8/2024
2.1.613 79 10/8/2024
2.1.612 83 10/8/2024
2.1.611 137 10/8/2024
2.1.610 87 10/8/2024
2.1.609 221 10/4/2024
2.1.608 109 10/3/2024
2.1.607 116 10/3/2024
2.1.606 74 10/3/2024
2.1.605 85 10/3/2024
2.1.604 83 10/3/2024
2.1.603 81 10/3/2024
2.1.602 77 10/3/2024
2.1.601 83 10/3/2024
2.1.600 170 10/2/2024
2.1.599 80 10/2/2024
2.1.598 86 10/2/2024
2.1.597 88 10/2/2024
2.1.596 87 10/2/2024
2.1.595 81 10/2/2024
2.1.594 86 10/2/2024
2.1.593 83 10/1/2024
2.1.592 126 10/1/2024
2.1.591 84 10/1/2024
2.1.590 81 10/1/2024
2.1.589 84 10/1/2024
2.1.588 78 10/1/2024
2.1.587 90 10/1/2024
2.1.586 85 9/29/2024
2.1.585 76 9/29/2024
2.1.584 80 9/29/2024
2.1.583 81 9/29/2024
2.1.582 80 9/29/2024
2.1.581 82 9/29/2024
2.1.580 85 9/29/2024
2.1.579 83 9/28/2024
2.1.578 94 9/27/2024
2.1.577 79 9/27/2024
2.1.576 84 9/27/2024
2.1.575 80 9/27/2024
2.1.574 83 9/27/2024
2.1.573 85 9/27/2024
2.1.572 79 9/27/2024
2.1.571 79 9/27/2024
2.1.570 77 9/27/2024
2.1.569 86 9/27/2024
2.1.568 94 9/27/2024
2.1.567 87 9/27/2024
2.1.566 84 9/27/2024
2.1.565 90 9/27/2024
2.1.564 80 9/26/2024
2.1.563 91 9/26/2024
2.1.562 79 9/26/2024
2.1.561 93 9/26/2024
2.1.560 83 9/26/2024
2.1.559 86 9/26/2024
2.1.558 87 9/26/2024
2.1.557 84 9/26/2024
2.1.556 81 9/26/2024
2.1.555 84 9/26/2024
2.1.554 80 9/26/2024
2.1.553 83 9/26/2024
2.1.552 82 9/26/2024
2.1.551 85 9/26/2024
2.1.550 96 9/24/2024
2.1.549 77 9/23/2024
2.1.548 85 9/23/2024
2.1.547 82 9/23/2024
2.1.546 80 9/23/2024
2.1.545 76 9/23/2024
2.1.544 81 9/23/2024
2.1.543 86 9/23/2024
2.1.542 84 9/23/2024
2.1.541 92 9/23/2024
2.1.540 85 9/23/2024
2.1.539 89 9/23/2024
2.1.538 85 9/23/2024
2.1.537 92 9/23/2024
2.1.536 81 9/23/2024
2.1.535 89 9/23/2024
2.1.534 82 9/23/2024
2.1.533 81 9/23/2024
2.1.532 88 9/22/2024
2.1.531 92 9/19/2024
2.1.530 86 9/18/2024
2.1.529 101 9/18/2024
2.1.528 90 9/18/2024
2.1.527 95 9/18/2024
2.1.526 95 9/18/2024
2.1.525 90 9/17/2024
2.1.522 93 9/17/2024
2.1.521 99 9/17/2024
2.1.520 99 9/17/2024
2.1.519 86 9/17/2024
2.1.518 88 9/17/2024
2.1.517 87 9/17/2024
2.1.516 84 9/17/2024
2.1.515 93 9/17/2024
2.1.514 85 9/17/2024
2.1.513 96 9/17/2024
2.1.512 91 9/17/2024
2.1.511 90 9/17/2024
2.1.510 97 9/16/2024
2.1.509 99 9/16/2024
2.1.508 106 9/16/2024
2.1.507 98 9/16/2024
2.1.506 94 9/16/2024
2.1.505 96 9/16/2024
2.1.504 111 9/13/2024
2.1.503 112 9/12/2024
2.1.502 110 9/12/2024
2.1.501 104 9/12/2024
2.1.500 96 9/12/2024
2.1.499 111 9/12/2024
2.1.498 103 9/12/2024
2.1.497 109 9/12/2024
2.1.496 99 9/11/2024
2.1.495 105 9/11/2024
2.1.494 103 9/11/2024
2.1.493 102 9/11/2024
2.1.492 106 9/11/2024
2.1.491 104 9/11/2024
2.1.490 109 9/11/2024
2.1.489 105 9/11/2024
2.1.488 100 9/11/2024
2.1.487 127 9/11/2024
2.1.486 106 9/10/2024
2.1.485 108 9/10/2024
2.1.484 101 9/10/2024
2.1.483 109 9/10/2024
2.1.482 106 9/10/2024
2.1.481 105 9/10/2024
2.1.480 115 9/10/2024
2.1.479 97 9/10/2024
2.1.478 109 9/10/2024
2.1.476 109 9/9/2024
2.1.475 104 9/9/2024
2.1.474 107 9/9/2024
2.1.473 112 9/9/2024
2.1.472 107 9/9/2024
2.1.471 101 9/9/2024
2.1.470 108 9/9/2024
2.1.469 107 9/9/2024
2.1.468 108 9/9/2024
2.1.467 110 9/9/2024
2.1.466 103 9/9/2024
2.1.465 98 9/9/2024
2.1.464 118 9/7/2024
2.1.463 108 9/7/2024
2.1.462 104 9/7/2024
2.1.461 100 9/7/2024
2.1.460 102 9/6/2024
2.1.459 102 9/6/2024
2.1.458 99 9/6/2024
2.1.457 102 9/6/2024
2.1.456 96 9/6/2024
2.1.455 101 9/6/2024
2.1.454 116 9/5/2024
2.1.453 96 9/5/2024
2.1.452 109 9/5/2024
2.1.451 100 9/5/2024
2.1.450 96 9/5/2024
2.1.449 101 9/5/2024
2.1.448 100 9/5/2024
2.1.447 99 9/5/2024
2.1.446 110 9/5/2024
2.1.445 105 9/5/2024
2.1.444 103 9/5/2024
2.1.443 106 9/4/2024
2.1.442 104 9/4/2024
2.1.441 135 9/4/2024
2.1.440 98 9/4/2024
2.1.439 112 9/4/2024
2.1.438 100 9/3/2024
2.1.437 99 9/3/2024
2.1.436 107 9/3/2024
2.1.435 103 9/3/2024
2.1.434 100 9/3/2024
2.1.433 101 9/3/2024
2.1.432 96 9/3/2024
2.1.431 101 8/30/2024
2.1.430 91 8/29/2024
2.1.429 89 8/29/2024
2.1.428 87 8/29/2024
2.1.426 129 8/26/2024
2.1.425 92 8/26/2024
2.1.424 104 8/26/2024
2.1.423 92 8/26/2024
2.1.422 121 8/22/2024
2.1.421 163 8/22/2024
2.1.420 123 8/21/2024
2.1.419 126 8/21/2024
2.1.418 123 8/21/2024
2.1.417 104 8/21/2024
2.1.416 114 8/21/2024
2.1.415 110 8/21/2024
2.1.414 121 8/21/2024
2.1.413 107 8/20/2024
2.1.412 126 8/20/2024
2.1.411 120 8/20/2024
2.1.410 107 8/20/2024
2.1.409 111 8/20/2024
2.1.408 102 8/20/2024
2.1.407 120 8/20/2024
2.1.406 114 8/20/2024
2.1.405 119 8/19/2024
2.1.404 137 8/15/2024
2.1.403 100 8/15/2024
2.1.402 114 8/15/2024
2.1.401 111 8/15/2024
2.1.400 113 8/15/2024
2.1.399 111 8/15/2024
2.1.398 104 8/15/2024
2.1.397 112 8/15/2024
2.1.396 110 8/14/2024
2.1.395 116 8/14/2024
2.1.394 113 8/14/2024
2.1.393 116 8/13/2024
2.1.392 117 8/13/2024
2.1.391 111 8/13/2024
2.1.390 112 8/13/2024
2.1.389 93 8/7/2024
2.1.388 93 8/7/2024
2.1.387 86 8/7/2024
2.1.386 88 8/6/2024
2.1.385 81 8/6/2024
2.1.384 90 8/6/2024
2.1.383 77 8/6/2024
2.1.382 112 8/1/2024
2.1.381 75 8/1/2024
2.1.380 65 8/1/2024
2.1.379 64 8/1/2024
2.1.378 62 8/1/2024
2.1.377 72 8/1/2024
2.1.376 80 8/1/2024
2.1.375 105 7/25/2024
2.1.374 78 7/25/2024
2.1.373 73 7/25/2024
2.1.372 75 7/25/2024
2.1.371 71 7/25/2024
2.1.370 103 7/25/2024
2.1.369 78 7/25/2024
2.1.368 81 7/25/2024
2.1.367 74 7/25/2024
2.1.366 106 7/25/2024
2.1.365 77 7/25/2024
2.1.364 78 7/25/2024
2.1.363 80 7/25/2024
2.1.362 87 7/25/2024
2.1.361 78 7/25/2024
2.1.360 80 7/24/2024
2.1.359 80 7/24/2024
2.1.358 65 7/24/2024
2.1.357 72 7/24/2024
2.1.356 108 7/23/2024
2.1.355 79 7/23/2024
2.1.354 105 7/20/2024
2.1.353 102 7/20/2024
2.1.352 99 7/20/2024
2.1.351 99 7/20/2024
2.1.350 127 7/17/2024
2.1.349 87 7/17/2024
2.1.348 89 7/17/2024
2.1.347 77 7/17/2024
2.1.346 106 7/15/2024
2.1.345 92 7/14/2024
2.1.344 91 7/14/2024
2.1.343 99 7/14/2024
2.1.342 85 7/14/2024
2.1.341 88 7/14/2024
2.1.340 93 7/14/2024
2.1.339 81 7/14/2024
2.1.338 102 7/12/2024
2.1.337 107 7/11/2024
2.1.336 99 7/10/2024
2.1.335 99 7/10/2024
2.1.334 103 7/10/2024
2.1.333 85 7/10/2024
2.1.332 85 7/10/2024
2.1.331 96 7/10/2024
2.1.330 94 7/10/2024
2.1.329 93 7/10/2024
2.1.328 79 7/10/2024
2.1.327 97 7/10/2024
2.1.326 87 7/10/2024
2.1.325 83 7/10/2024
2.1.324 82 7/10/2024
2.1.323 98 7/10/2024
2.1.322 95 7/10/2024
2.1.321 98 7/10/2024
2.1.320 98 7/10/2024
2.1.319 92 7/10/2024
2.1.318 109 7/9/2024
2.1.315 86 7/9/2024
2.1.314 92 7/9/2024
2.1.313 93 7/9/2024
2.1.312 84 7/9/2024
2.1.311 79 7/9/2024
2.1.310 81 7/9/2024
2.1.309 102 7/9/2024
2.1.308 96 7/9/2024
2.1.307 90 7/9/2024
2.1.306 99 7/9/2024
2.1.305 96 7/9/2024
2.1.304 88 7/9/2024
2.1.303 83 7/9/2024
2.1.302 103 7/9/2024
2.1.301 94 7/9/2024
2.1.300 101 7/8/2024
2.1.299 91 7/8/2024
2.1.298 91 7/8/2024
2.1.296 104 7/8/2024
2.1.295 98 7/8/2024
2.1.294 120 7/8/2024
2.1.293 94 7/8/2024
2.1.292 96 7/8/2024
2.1.291 105 7/7/2024
2.1.290 96 7/7/2024
2.1.289 100 7/7/2024
2.1.288 94 7/7/2024
2.1.287 103 7/7/2024
2.1.286 109 7/7/2024
2.1.285 106 7/7/2024
2.1.284 103 7/7/2024
2.1.283 107 7/5/2024
2.1.282 107 7/4/2024
2.1.281 122 7/4/2024
2.1.280 116 7/3/2024
2.1.279 98 7/3/2024
2.1.278 105 7/3/2024
2.1.277 103 7/3/2024
2.1.276 98 7/3/2024
2.1.275 105 7/3/2024
2.1.274 108 7/3/2024
2.1.273 101 7/3/2024
2.1.272 101 7/3/2024
2.1.271 87 7/3/2024
2.1.270 101 7/3/2024
2.1.269 110 7/3/2024
2.1.268 90 7/3/2024
2.1.267 100 7/3/2024
2.1.266 109 7/1/2024
2.1.265 98 6/30/2024
2.1.264 96 6/30/2024
2.1.263 91 6/28/2024
2.1.262 95 6/28/2024
2.1.261 98 6/28/2024
2.1.260 95 6/28/2024
2.1.259 93 6/27/2024
2.1.257 102 6/27/2024
2.1.256 109 6/27/2024
2.1.255 100 6/25/2024
2.1.254 102 6/24/2024
2.1.253 95 6/24/2024
2.1.252 114 6/22/2024
2.1.251 118 6/15/2024
2.1.250 93 6/15/2024
2.1.249 96 6/14/2024
2.1.248 118 6/10/2024
2.1.247 103 6/10/2024
2.1.246 104 6/10/2024
2.1.245 116 6/1/2024
2.1.244 101 6/1/2024
2.1.243 106 6/1/2024
2.1.242 102 6/1/2024
2.1.241 114 5/31/2024
2.1.240 106 5/29/2024
2.1.239 94 5/28/2024
2.1.238 113 5/28/2024
2.1.237 101 5/27/2024
2.1.236 94 5/26/2024
2.1.235 98 5/26/2024
2.1.234 104 5/26/2024
2.1.233 109 5/25/2024
2.1.232 107 5/25/2024
2.1.231 102 5/25/2024
2.1.230 102 5/25/2024
2.1.229 106 5/25/2024
2.1.228 102 5/25/2024
2.1.227 108 5/23/2024
2.1.226 106 5/23/2024
2.1.225 100 5/23/2024
2.1.224 108 5/22/2024
2.1.223 103 5/22/2024
2.1.222 106 5/22/2024
2.1.221 99 5/22/2024
2.1.220 95 5/18/2024
2.1.219 85 5/18/2024
2.1.218 100 5/17/2024
2.1.217 112 5/16/2024
2.1.216 95 5/15/2024
2.1.215 97 5/15/2024
2.1.214 71 5/14/2024
2.1.213 110 5/13/2024
2.1.212 128 4/29/2024
2.1.211 101 4/29/2024
2.1.210 109 4/28/2024
2.1.209 94 4/28/2024
2.1.208 101 4/28/2024
2.1.207 93 4/28/2024
2.1.206 90 4/28/2024
2.1.205 94 4/28/2024
2.1.204 109 4/28/2024
2.1.203 106 4/27/2024
2.1.202 103 4/27/2024
2.1.201 133 4/19/2024
2.1.200 94 4/18/2024
2.1.199 138 4/12/2024
2.1.198 97 4/12/2024
2.1.197 107 4/12/2024
2.1.196 100 4/12/2024
2.1.195 103 4/12/2024
2.1.194 104 4/12/2024
2.1.193 105 4/11/2024
2.1.192 102 4/10/2024
2.1.191 107 4/9/2024
2.1.190 107 4/9/2024
2.1.189 166 4/2/2024
2.1.188 109 4/1/2024
2.1.187 97 3/29/2024
2.1.186 105 3/25/2024
2.1.185 107 3/25/2024
2.1.184 122 3/20/2024
2.1.183 139 3/19/2024
2.1.182 123 3/19/2024
2.1.181 125 3/18/2024
2.1.180 145 3/15/2024
2.1.179 117 3/13/2024
2.1.178 109 3/13/2024
2.1.177 113 3/13/2024
2.1.176 115 3/13/2024
2.1.175 125 3/12/2024
2.1.174 99 3/12/2024
2.1.173 101 3/12/2024
2.1.172 109 3/11/2024
2.1.171 142 3/11/2024
2.1.170 108 3/10/2024
2.1.169 121 3/8/2024
2.1.168 106 3/8/2024
2.1.167 117 3/8/2024
2.1.166 138 3/6/2024
2.1.165 133 3/4/2024
2.1.164 122 3/4/2024
2.1.163 130 3/2/2024
2.1.162 109 3/2/2024
2.1.161 104 3/2/2024
2.1.160 125 3/2/2024
2.1.159 116 3/2/2024
2.1.158 124 2/29/2024
2.1.157 119 2/29/2024
2.1.156 110 2/29/2024
2.1.155 205 2/26/2024
2.1.154 107 2/25/2024
2.1.153 109 2/25/2024
2.1.152 124 2/23/2024
2.1.151 139 2/22/2024
2.1.150 114 2/22/2024
2.1.149 120 2/22/2024
2.1.148 135 2/21/2024
2.1.147 118 2/21/2024
2.1.146 122 2/21/2024
2.1.145 111 2/21/2024
2.1.144 110 2/21/2024
2.1.143 114 2/21/2024
2.1.142 108 2/21/2024
2.1.141 112 2/20/2024
2.1.140 105 2/20/2024
2.1.139 99 2/20/2024
2.1.138 102 2/19/2024
2.1.137 114 2/19/2024
2.1.136 112 2/17/2024
2.1.135 102 2/17/2024
2.1.134 105 2/16/2024
2.1.133 104 2/16/2024
2.1.132 112 2/16/2024
2.1.131 124 2/16/2024
2.1.130 96 2/16/2024
2.1.129 107 2/16/2024
2.1.128 156 2/14/2024
2.1.127 122 2/13/2024
2.1.126 110 2/13/2024
2.1.125 100 2/13/2024
2.1.124 112 2/13/2024
2.1.123 111 2/13/2024
2.1.122 114 2/13/2024
2.1.121 151 2/12/2024
2.1.120 114 2/11/2024
2.1.119 116 2/11/2024
2.1.118 112 2/11/2024
2.1.117 114 2/10/2024
2.1.116 116 2/9/2024
2.1.115 112 2/9/2024
2.1.114 120 2/9/2024
2.1.113 113 2/8/2024
2.1.112 121 2/8/2024
2.1.111 119 2/8/2024
2.1.110 114 2/8/2024
2.1.109 121 2/7/2024
2.1.108 110 2/7/2024
2.1.107 109 2/7/2024
2.1.106 113 2/7/2024
2.1.105 112 2/7/2024
2.1.104 114 2/6/2024
2.1.103 120 2/6/2024
2.1.102 126 2/6/2024
2.1.101 116 2/5/2024
2.1.100 113 2/4/2024
2.1.99 114 2/2/2024
2.1.98 188 1/31/2024
2.1.97 126 1/29/2024
2.1.96 110 1/29/2024
2.1.95 108 1/29/2024
2.1.94 110 1/29/2024
2.1.93 122 1/28/2024
2.1.92 102 1/28/2024
2.1.91 113 1/28/2024
2.1.90 106 1/28/2024
2.1.89 106 1/27/2024
2.1.88 110 1/27/2024
2.1.87 109 1/27/2024
2.1.86 106 1/27/2024
2.1.85 104 1/27/2024
2.1.84 104 1/26/2024
2.1.83 111 1/26/2024
2.1.82 113 1/26/2024
2.1.81 110 1/26/2024
2.1.80 107 1/26/2024
2.1.79 115 1/26/2024
2.1.78 109 1/25/2024
2.1.77 106 1/25/2024
2.1.76 110 1/25/2024
2.1.75 108 1/25/2024
2.1.74 113 1/25/2024
2.1.73 119 1/19/2024
2.1.72 133 1/15/2024
2.1.71 117 1/15/2024
2.1.70 121 1/15/2024
2.1.69 127 1/15/2024
2.1.68 114 1/15/2024
2.1.67 132 1/14/2024
2.1.66 117 1/13/2024
2.1.65 122 1/12/2024
2.1.64 123 1/11/2024
2.1.63 121 1/9/2024
2.1.62 139 1/7/2024
2.1.61 130 1/5/2024
2.1.60 121 1/5/2024
2.1.59 121 1/5/2024
2.1.58 143 1/5/2024
2.1.57 155 1/1/2024
2.1.56 126 12/28/2023
2.1.55 128 12/28/2023
2.1.54 133 12/27/2023
2.1.53 127 12/27/2023
2.1.52 120 12/27/2023
2.1.51 124 12/25/2023
2.1.50 135 12/25/2023
2.1.49 123 12/25/2023
2.1.48 129 12/25/2023
2.1.47 132 12/25/2023
2.1.46 134 12/25/2023
2.1.45 120 12/24/2023
2.1.44 128 12/23/2023
2.1.43 127 12/23/2023
2.1.42 122 12/23/2023
2.1.41 124 12/23/2023
2.1.40 126 12/23/2023
2.1.39 111 12/23/2023
2.1.38 143 12/19/2023
2.1.37 176 12/10/2023
2.1.36 133 12/10/2023
2.1.35 119 12/9/2023
2.1.34 143 12/9/2023
2.1.33 126 12/9/2023
2.1.32 156 12/6/2023
2.1.31 128 12/5/2023
2.1.30 163 12/4/2023
2.1.29 143 12/4/2023
2.1.28 146 12/4/2023
2.1.27 141 12/4/2023
2.1.26 192 11/23/2023
2.1.25 138 11/23/2023
2.1.24 122 11/23/2023
2.1.23 134 11/23/2023
2.1.22 151 11/23/2023
2.1.21 148 11/20/2023
2.1.20 124 11/20/2023
2.1.19 135 11/19/2023
2.1.18 124 11/19/2023
2.1.17 136 11/19/2023
2.1.16 126 11/18/2023
2.1.15 131 11/18/2023
2.1.14 144 11/18/2023
2.1.13 154 11/18/2023
2.1.12 135 11/18/2023
2.1.11 122 11/17/2023
2.1.10 144 11/17/2023
2.1.9 119 11/17/2023
2.1.8 132 11/17/2023
2.1.7 134 11/17/2023
2.1.6 140 11/17/2023
2.1.5 128 11/17/2023
2.1.4 132 11/17/2023
2.1.3 136 11/16/2023
2.0.60 133 11/16/2023
2.0.59 133 11/16/2023
2.0.58 122 11/16/2023
2.0.57 132 11/15/2023
2.0.2 138 11/16/2023
2.0.1 131 11/16/2023
1.0.56 132 11/15/2023
1.0.55 116 11/14/2023
1.0.54 123 11/13/2023
1.0.53 146 11/10/2023
1.0.52 148 11/9/2023
1.0.51 109 11/8/2023
1.0.50 135 11/7/2023
1.0.49 140 11/6/2023
1.0.48 153 11/3/2023
1.0.47 142 11/2/2023
1.0.46 182 10/27/2023
1.0.45 157 10/25/2023
1.0.44 159 10/20/2023
1.0.43 159 10/19/2023
1.0.42 155 10/18/2023
1.0.41 151 10/17/2023
1.0.40 185 10/16/2023
1.0.39 164 10/13/2023
1.0.38 180 10/11/2023
1.0.37 188 9/21/2023
1.0.36 150 9/20/2023
1.0.35 148 9/19/2023
1.0.34 145 9/19/2023
1.0.33 162 9/15/2023
1.0.32 169 9/13/2023
1.0.31 226 9/1/2023
1.0.30 163 8/31/2023
1.0.29 165 8/30/2023
1.0.28 174 8/29/2023
1.0.27 165 8/28/2023
1.0.26 170 8/25/2023
1.0.25 183 8/22/2023
1.0.24 180 8/21/2023
1.0.23 150 8/18/2023
1.0.22 169 8/17/2023
1.0.21 221 8/11/2023
1.0.20 179 8/10/2023
1.0.19 186 8/9/2023
1.0.18 169 8/9/2023
1.0.17 443 5/24/2023
1.0.16 179 5/23/2023
1.0.15 165 5/23/2023
1.0.14 278 4/28/2023
1.0.13 272 4/12/2023
1.0.12 206 4/12/2023
1.0.11 205 4/11/2023
1.0.10 225 4/3/2023
1.0.9 244 3/23/2023
1.0.8 250 3/23/2023
1.0.7 248 3/23/2023
1.0.5 460 1/19/2023
1.0.4 322 1/14/2023
1.0.3 302 1/10/2023
1.0.2 305 1/10/2023