Soenneker.Blazor.LogJson 3.0.761

Prefix Reserved
dotnet add package Soenneker.Blazor.LogJson --version 3.0.761                
NuGet\Install-Package Soenneker.Blazor.LogJson -Version 3.0.761                
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.761" />                
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.761                
#r "nuget: Soenneker.Blazor.LogJson, 3.0.761"                
#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.761

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

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.AddLogJson();
}
  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.761 0 11/29/2024
3.0.760 0 11/29/2024
3.0.759 149 11/21/2024
3.0.758 96 11/21/2024
3.0.757 112 11/21/2024
3.0.756 159 11/20/2024
3.0.755 275 11/20/2024
3.0.754 163 11/20/2024
3.0.753 122 11/20/2024
3.0.752 109 11/20/2024
3.0.751 97 11/20/2024
3.0.750 139 11/20/2024
3.0.749 70 11/20/2024
3.0.748 160 11/20/2024
3.0.747 73 11/20/2024
3.0.746 74 11/20/2024
3.0.745 81 11/19/2024
3.0.744 69 11/19/2024
3.0.743 234 11/19/2024
3.0.742 74 11/19/2024
3.0.741 133 11/19/2024
3.0.740 136 11/19/2024
3.0.739 133 11/19/2024
3.0.738 63 11/19/2024
3.0.737 142 11/19/2024
3.0.736 200 11/15/2024
3.0.735 97 11/15/2024
3.0.734 68 11/15/2024
3.0.733 69 11/15/2024
3.0.732 116 11/15/2024
3.0.731 138 11/14/2024
3.0.730 67 11/14/2024
3.0.729 119 11/14/2024
3.0.728 68 11/14/2024
3.0.727 71 11/14/2024
3.0.726 113 11/14/2024
3.0.725 70 11/14/2024
3.0.724 134 11/14/2024
3.0.723 77 11/14/2024
3.0.722 193 11/14/2024
3.0.721 126 11/14/2024
3.0.720 103 11/14/2024
3.0.719 104 11/14/2024
3.0.718 65 11/14/2024
3.0.717 71 11/14/2024
3.0.716 71 11/14/2024
3.0.715 73 11/14/2024
3.0.714 71 11/14/2024
3.0.713 72 11/14/2024
3.0.712 71 11/14/2024
3.0.711 72 11/14/2024
2.1.710 286 11/13/2024
2.1.709 68 11/13/2024
2.1.708 118 11/13/2024
2.1.707 106 11/13/2024
2.1.706 196 11/13/2024
2.1.705 127 11/13/2024
2.1.704 77 11/13/2024
2.1.703 159 11/13/2024
2.1.702 70 11/13/2024
2.1.701 76 11/13/2024
2.1.700 77 11/12/2024
2.1.699 214 11/12/2024
2.1.698 81 11/12/2024
2.1.697 267 11/9/2024
2.1.696 140 11/9/2024
2.1.695 81 11/9/2024
2.1.694 230 11/9/2024
2.1.693 76 11/9/2024
2.1.692 173 11/9/2024
2.1.691 79 11/9/2024
2.1.690 191 11/8/2024
2.1.689 71 11/8/2024
2.1.688 87 11/8/2024
2.1.687 74 11/8/2024
2.1.686 117 11/8/2024
2.1.685 76 11/8/2024
2.1.684 81 11/8/2024
2.1.683 84 11/8/2024
2.1.682 298 11/8/2024
2.1.681 161 11/8/2024
2.1.680 71 11/8/2024
2.1.679 77 11/8/2024
2.1.678 253 11/6/2024
2.1.677 69 11/6/2024
2.1.676 332 11/1/2024
2.1.675 149 11/1/2024
2.1.674 136 11/1/2024
2.1.673 117 11/1/2024
2.1.672 165 11/1/2024
2.1.671 234 10/29/2024
2.1.670 105 10/29/2024
2.1.669 66 10/29/2024
2.1.668 107 10/29/2024
2.1.667 133 10/29/2024
2.1.666 132 10/29/2024
2.1.665 91 10/29/2024
2.1.664 180 10/29/2024
2.1.663 105 10/29/2024
2.1.662 197 10/29/2024
2.1.661 73 10/29/2024
2.1.660 228 10/29/2024
2.1.659 78 10/28/2024
2.1.658 339 10/26/2024
2.1.657 74 10/26/2024
2.1.656 201 10/26/2024
2.1.655 233 10/23/2024
2.1.654 125 10/22/2024
2.1.653 136 10/22/2024
2.1.652 201 10/22/2024
2.1.651 200 10/22/2024
2.1.650 83 10/22/2024
2.1.649 142 10/22/2024
2.1.648 74 10/22/2024
2.1.647 137 10/22/2024
2.1.646 189 10/22/2024
2.1.645 249 10/18/2024
2.1.644 174 10/17/2024
2.1.643 175 10/17/2024
2.1.642 210 10/15/2024
2.1.641 147 10/15/2024
2.1.640 121 10/15/2024
2.1.639 80 10/15/2024
2.1.638 159 10/15/2024
2.1.637 142 10/15/2024
2.1.636 140 10/14/2024
2.1.635 68 10/14/2024
2.1.634 301 10/12/2024
2.1.633 98 10/12/2024
2.1.632 119 10/12/2024
2.1.631 113 10/12/2024
2.1.630 118 10/11/2024
2.1.629 119 10/11/2024
2.1.628 77 10/11/2024
2.1.627 133 10/11/2024
2.1.626 159 10/9/2024
2.1.625 98 10/9/2024
2.1.624 105 10/9/2024
2.1.623 115 10/9/2024
2.1.622 141 10/9/2024
2.1.621 148 10/9/2024
2.1.620 86 10/9/2024
2.1.619 79 10/9/2024
2.1.618 135 10/8/2024
2.1.617 139 10/8/2024
2.1.616 80 10/8/2024
2.1.615 142 10/8/2024
2.1.614 118 10/8/2024
2.1.613 75 10/8/2024
2.1.612 81 10/8/2024
2.1.611 135 10/8/2024
2.1.610 78 10/8/2024
2.1.609 217 10/4/2024
2.1.608 107 10/3/2024
2.1.607 114 10/3/2024
2.1.606 72 10/3/2024
2.1.605 83 10/3/2024
2.1.604 81 10/3/2024
2.1.603 79 10/3/2024
2.1.602 75 10/3/2024
2.1.601 81 10/3/2024
2.1.600 168 10/2/2024
2.1.599 76 10/2/2024
2.1.598 84 10/2/2024
2.1.597 86 10/2/2024
2.1.596 83 10/2/2024
2.1.595 77 10/2/2024
2.1.594 84 10/2/2024
2.1.593 79 10/1/2024
2.1.592 124 10/1/2024
2.1.591 80 10/1/2024
2.1.590 77 10/1/2024
2.1.589 80 10/1/2024
2.1.588 76 10/1/2024
2.1.587 86 10/1/2024
2.1.586 83 9/29/2024
2.1.585 72 9/29/2024
2.1.584 78 9/29/2024
2.1.583 77 9/29/2024
2.1.582 78 9/29/2024
2.1.581 80 9/29/2024
2.1.580 79 9/29/2024
2.1.579 79 9/28/2024
2.1.578 92 9/27/2024
2.1.577 77 9/27/2024
2.1.576 80 9/27/2024
2.1.575 78 9/27/2024
2.1.574 81 9/27/2024
2.1.573 83 9/27/2024
2.1.572 75 9/27/2024
2.1.571 77 9/27/2024
2.1.570 73 9/27/2024
2.1.569 84 9/27/2024
2.1.568 92 9/27/2024
2.1.567 85 9/27/2024
2.1.566 82 9/27/2024
2.1.565 88 9/27/2024
2.1.564 75 9/26/2024
2.1.563 89 9/26/2024
2.1.562 77 9/26/2024
2.1.561 91 9/26/2024
2.1.560 79 9/26/2024
2.1.559 84 9/26/2024
2.1.558 83 9/26/2024
2.1.557 82 9/26/2024
2.1.556 79 9/26/2024
2.1.555 82 9/26/2024
2.1.554 78 9/26/2024
2.1.553 81 9/26/2024
2.1.552 80 9/26/2024
2.1.551 79 9/26/2024
2.1.550 94 9/24/2024
2.1.549 75 9/23/2024
2.1.548 83 9/23/2024
2.1.547 78 9/23/2024
2.1.546 78 9/23/2024
2.1.545 74 9/23/2024
2.1.544 78 9/23/2024
2.1.543 84 9/23/2024
2.1.542 82 9/23/2024
2.1.541 90 9/23/2024
2.1.540 82 9/23/2024
2.1.539 87 9/23/2024
2.1.538 82 9/23/2024
2.1.537 90 9/23/2024
2.1.536 79 9/23/2024
2.1.535 87 9/23/2024
2.1.534 77 9/23/2024
2.1.533 79 9/23/2024
2.1.532 84 9/22/2024
2.1.531 90 9/19/2024
2.1.530 84 9/18/2024
2.1.529 99 9/18/2024
2.1.528 88 9/18/2024
2.1.527 93 9/18/2024
2.1.526 93 9/18/2024
2.1.525 88 9/17/2024
2.1.522 91 9/17/2024
2.1.521 93 9/17/2024
2.1.520 97 9/17/2024
2.1.519 84 9/17/2024
2.1.518 86 9/17/2024
2.1.517 85 9/17/2024
2.1.516 82 9/17/2024
2.1.515 91 9/17/2024
2.1.514 81 9/17/2024
2.1.513 94 9/17/2024
2.1.512 86 9/17/2024
2.1.511 88 9/17/2024
2.1.510 93 9/16/2024
2.1.509 97 9/16/2024
2.1.508 104 9/16/2024
2.1.507 96 9/16/2024
2.1.506 92 9/16/2024
2.1.505 94 9/16/2024
2.1.504 109 9/13/2024
2.1.503 110 9/12/2024
2.1.502 108 9/12/2024
2.1.501 102 9/12/2024
2.1.500 94 9/12/2024
2.1.499 109 9/12/2024
2.1.498 101 9/12/2024
2.1.497 105 9/12/2024
2.1.496 97 9/11/2024
2.1.495 101 9/11/2024
2.1.494 101 9/11/2024
2.1.493 100 9/11/2024
2.1.492 104 9/11/2024
2.1.491 102 9/11/2024
2.1.490 107 9/11/2024
2.1.489 103 9/11/2024
2.1.488 98 9/11/2024
2.1.487 123 9/11/2024
2.1.486 102 9/10/2024
2.1.485 106 9/10/2024
2.1.484 99 9/10/2024
2.1.483 107 9/10/2024
2.1.482 104 9/10/2024
2.1.481 103 9/10/2024
2.1.480 113 9/10/2024
2.1.479 95 9/10/2024
2.1.478 107 9/10/2024
2.1.476 105 9/9/2024
2.1.475 102 9/9/2024
2.1.474 105 9/9/2024
2.1.473 110 9/9/2024
2.1.472 105 9/9/2024
2.1.471 97 9/9/2024
2.1.470 106 9/9/2024
2.1.469 105 9/9/2024
2.1.468 104 9/9/2024
2.1.467 108 9/9/2024
2.1.466 101 9/9/2024
2.1.465 96 9/9/2024
2.1.464 116 9/7/2024
2.1.463 106 9/7/2024
2.1.462 100 9/7/2024
2.1.461 98 9/7/2024
2.1.460 100 9/6/2024
2.1.459 100 9/6/2024
2.1.458 97 9/6/2024
2.1.457 100 9/6/2024
2.1.456 94 9/6/2024
2.1.455 99 9/6/2024
2.1.454 114 9/5/2024
2.1.453 92 9/5/2024
2.1.452 107 9/5/2024
2.1.451 96 9/5/2024
2.1.450 94 9/5/2024
2.1.449 99 9/5/2024
2.1.448 98 9/5/2024
2.1.447 97 9/5/2024
2.1.446 108 9/5/2024
2.1.445 103 9/5/2024
2.1.444 101 9/5/2024
2.1.443 104 9/4/2024
2.1.442 102 9/4/2024
2.1.441 133 9/4/2024
2.1.440 96 9/4/2024
2.1.439 108 9/4/2024
2.1.438 98 9/3/2024
2.1.437 97 9/3/2024
2.1.436 103 9/3/2024
2.1.435 101 9/3/2024
2.1.434 98 9/3/2024
2.1.433 99 9/3/2024
2.1.432 92 9/3/2024
2.1.431 99 8/30/2024
2.1.430 89 8/29/2024
2.1.429 87 8/29/2024
2.1.428 85 8/29/2024
2.1.426 129 8/26/2024
2.1.425 90 8/26/2024
2.1.424 102 8/26/2024
2.1.423 88 8/26/2024
2.1.422 117 8/22/2024
2.1.421 161 8/22/2024
2.1.420 119 8/21/2024
2.1.419 122 8/21/2024
2.1.418 121 8/21/2024
2.1.417 102 8/21/2024
2.1.416 112 8/21/2024
2.1.415 108 8/21/2024
2.1.414 119 8/21/2024
2.1.413 105 8/20/2024
2.1.412 122 8/20/2024
2.1.411 118 8/20/2024
2.1.410 105 8/20/2024
2.1.409 109 8/20/2024
2.1.408 100 8/20/2024
2.1.407 118 8/20/2024
2.1.406 112 8/20/2024
2.1.405 117 8/19/2024
2.1.404 135 8/15/2024
2.1.403 98 8/15/2024
2.1.402 110 8/15/2024
2.1.401 109 8/15/2024
2.1.400 111 8/15/2024
2.1.399 109 8/15/2024
2.1.398 100 8/15/2024
2.1.397 110 8/15/2024
2.1.396 108 8/14/2024
2.1.395 114 8/14/2024
2.1.394 109 8/14/2024
2.1.393 114 8/13/2024
2.1.392 112 8/13/2024
2.1.391 109 8/13/2024
2.1.390 110 8/13/2024
2.1.389 91 8/7/2024
2.1.388 91 8/7/2024
2.1.387 84 8/7/2024
2.1.386 85 8/6/2024
2.1.385 79 8/6/2024
2.1.384 88 8/6/2024
2.1.383 72 8/6/2024
2.1.382 110 8/1/2024
2.1.381 71 8/1/2024
2.1.380 63 8/1/2024
2.1.379 62 8/1/2024
2.1.378 60 8/1/2024
2.1.377 68 8/1/2024
2.1.376 78 8/1/2024
2.1.375 101 7/25/2024
2.1.374 76 7/25/2024
2.1.373 71 7/25/2024
2.1.372 73 7/25/2024
2.1.371 69 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 104 7/25/2024
2.1.365 72 7/25/2024
2.1.364 75 7/25/2024
2.1.363 77 7/25/2024
2.1.362 85 7/25/2024
2.1.361 75 7/25/2024
2.1.360 78 7/24/2024
2.1.359 77 7/24/2024
2.1.358 63 7/24/2024
2.1.357 72 7/24/2024
2.1.356 104 7/23/2024
2.1.355 77 7/23/2024
2.1.354 101 7/20/2024
2.1.353 98 7/20/2024
2.1.352 97 7/20/2024
2.1.351 97 7/20/2024
2.1.350 125 7/17/2024
2.1.349 83 7/17/2024
2.1.348 87 7/17/2024
2.1.347 75 7/17/2024
2.1.346 104 7/15/2024
2.1.345 90 7/14/2024
2.1.344 89 7/14/2024
2.1.343 97 7/14/2024
2.1.342 83 7/14/2024
2.1.341 86 7/14/2024
2.1.340 91 7/14/2024
2.1.339 79 7/14/2024
2.1.338 98 7/12/2024
2.1.337 105 7/11/2024
2.1.336 97 7/10/2024
2.1.335 97 7/10/2024
2.1.334 101 7/10/2024
2.1.333 83 7/10/2024
2.1.332 83 7/10/2024
2.1.331 92 7/10/2024
2.1.330 92 7/10/2024
2.1.329 91 7/10/2024
2.1.328 77 7/10/2024
2.1.327 95 7/10/2024
2.1.326 85 7/10/2024
2.1.325 81 7/10/2024
2.1.324 80 7/10/2024
2.1.323 96 7/10/2024
2.1.322 93 7/10/2024
2.1.321 94 7/10/2024
2.1.320 96 7/10/2024
2.1.319 90 7/10/2024
2.1.318 107 7/9/2024
2.1.315 82 7/9/2024
2.1.314 90 7/9/2024
2.1.313 91 7/9/2024
2.1.312 82 7/9/2024
2.1.311 77 7/9/2024
2.1.310 79 7/9/2024
2.1.309 100 7/9/2024
2.1.308 94 7/9/2024
2.1.307 88 7/9/2024
2.1.306 97 7/9/2024
2.1.305 94 7/9/2024
2.1.304 86 7/9/2024
2.1.303 81 7/9/2024
2.1.302 99 7/9/2024
2.1.301 92 7/9/2024
2.1.300 99 7/8/2024
2.1.299 89 7/8/2024
2.1.298 89 7/8/2024
2.1.296 102 7/8/2024
2.1.295 96 7/8/2024
2.1.294 118 7/8/2024
2.1.293 92 7/8/2024
2.1.292 94 7/8/2024
2.1.291 102 7/7/2024
2.1.290 93 7/7/2024
2.1.289 97 7/7/2024
2.1.288 91 7/7/2024
2.1.287 100 7/7/2024
2.1.286 102 7/7/2024
2.1.285 103 7/7/2024
2.1.284 100 7/7/2024
2.1.283 105 7/5/2024
2.1.282 103 7/4/2024
2.1.281 119 7/4/2024
2.1.280 110 7/3/2024
2.1.279 95 7/3/2024
2.1.278 102 7/3/2024
2.1.277 101 7/3/2024
2.1.276 94 7/3/2024
2.1.275 102 7/3/2024
2.1.274 103 7/3/2024
2.1.273 99 7/3/2024
2.1.272 99 7/3/2024
2.1.271 84 7/3/2024
2.1.270 98 7/3/2024
2.1.269 108 7/3/2024
2.1.268 88 7/3/2024
2.1.267 94 7/3/2024
2.1.266 107 7/1/2024
2.1.265 94 6/30/2024
2.1.264 88 6/30/2024
2.1.263 89 6/28/2024
2.1.262 91 6/28/2024
2.1.261 96 6/28/2024
2.1.260 93 6/28/2024
2.1.259 91 6/27/2024
2.1.257 98 6/27/2024
2.1.256 105 6/27/2024
2.1.255 98 6/25/2024
2.1.254 100 6/24/2024
2.1.253 91 6/24/2024
2.1.252 112 6/22/2024
2.1.251 116 6/15/2024
2.1.250 89 6/15/2024
2.1.249 94 6/14/2024
2.1.248 114 6/10/2024
2.1.247 101 6/10/2024
2.1.246 98 6/10/2024
2.1.245 114 6/1/2024
2.1.244 97 6/1/2024
2.1.243 104 6/1/2024
2.1.242 98 6/1/2024
2.1.241 112 5/31/2024
2.1.240 103 5/29/2024
2.1.239 92 5/28/2024
2.1.238 111 5/28/2024
2.1.237 95 5/27/2024
2.1.236 92 5/26/2024
2.1.235 94 5/26/2024
2.1.234 100 5/26/2024
2.1.233 107 5/25/2024
2.1.232 105 5/25/2024
2.1.231 100 5/25/2024
2.1.230 100 5/25/2024
2.1.229 104 5/25/2024
2.1.228 100 5/25/2024
2.1.227 100 5/23/2024
2.1.226 102 5/23/2024
2.1.225 96 5/23/2024
2.1.224 106 5/22/2024
2.1.223 101 5/22/2024
2.1.222 104 5/22/2024
2.1.221 95 5/22/2024
2.1.220 93 5/18/2024
2.1.219 83 5/18/2024
2.1.218 98 5/17/2024
2.1.217 108 5/16/2024
2.1.216 91 5/15/2024
2.1.215 93 5/15/2024
2.1.214 69 5/14/2024
2.1.213 106 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 92 4/28/2024
2.1.208 97 4/28/2024
2.1.207 93 4/28/2024
2.1.206 90 4/28/2024
2.1.205 90 4/28/2024
2.1.204 107 4/28/2024
2.1.203 102 4/27/2024
2.1.202 103 4/27/2024
2.1.201 133 4/19/2024
2.1.200 92 4/18/2024
2.1.199 138 4/12/2024
2.1.198 97 4/12/2024
2.1.197 105 4/12/2024
2.1.196 100 4/12/2024
2.1.195 103 4/12/2024
2.1.194 102 4/12/2024
2.1.193 105 4/11/2024
2.1.192 102 4/10/2024
2.1.191 103 4/9/2024
2.1.190 105 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 103 3/25/2024
2.1.185 105 3/25/2024
2.1.184 118 3/20/2024
2.1.183 139 3/19/2024
2.1.182 121 3/19/2024
2.1.181 123 3/18/2024
2.1.180 145 3/15/2024
2.1.179 117 3/13/2024
2.1.178 106 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 140 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 131 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 114 3/2/2024
2.1.158 122 2/29/2024
2.1.157 114 2/29/2024
2.1.156 108 2/29/2024
2.1.155 203 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 113 2/22/2024
2.1.149 115 2/22/2024
2.1.148 134 2/21/2024
2.1.147 115 2/21/2024
2.1.146 121 2/21/2024
2.1.145 105 2/21/2024
2.1.144 109 2/21/2024
2.1.143 113 2/21/2024
2.1.142 107 2/21/2024
2.1.141 109 2/20/2024
2.1.140 102 2/20/2024
2.1.139 98 2/20/2024
2.1.138 100 2/19/2024
2.1.137 111 2/19/2024
2.1.136 111 2/17/2024
2.1.135 101 2/17/2024
2.1.134 104 2/16/2024
2.1.133 102 2/16/2024
2.1.132 110 2/16/2024
2.1.131 118 2/16/2024
2.1.130 96 2/16/2024
2.1.129 105 2/16/2024
2.1.128 154 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 108 2/13/2024
2.1.123 111 2/13/2024
2.1.122 114 2/13/2024
2.1.121 147 2/12/2024
2.1.120 110 2/11/2024
2.1.119 112 2/11/2024
2.1.118 108 2/11/2024
2.1.117 104 2/10/2024
2.1.116 112 2/9/2024
2.1.115 108 2/9/2024
2.1.114 116 2/9/2024
2.1.113 109 2/8/2024
2.1.112 117 2/8/2024
2.1.111 115 2/8/2024
2.1.110 108 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 124 2/6/2024
2.1.101 116 2/5/2024
2.1.100 111 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 120 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 111 1/25/2024
2.1.73 119 1/19/2024
2.1.72 131 1/15/2024
2.1.71 117 1/15/2024
2.1.70 119 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 120 1/12/2024
2.1.64 121 1/11/2024
2.1.63 121 1/9/2024
2.1.62 137 1/7/2024
2.1.61 126 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 153 1/1/2024
2.1.56 124 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 133 12/25/2023
2.1.49 121 12/25/2023
2.1.48 127 12/25/2023
2.1.47 130 12/25/2023
2.1.46 128 12/25/2023
2.1.45 120 12/24/2023
2.1.44 128 12/23/2023
2.1.43 125 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 139 12/19/2023
2.1.37 174 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 120 11/23/2023
2.1.23 134 11/23/2023
2.1.22 151 11/23/2023
2.1.21 146 11/20/2023
2.1.20 122 11/20/2023
2.1.19 131 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 129 11/18/2023
2.1.14 142 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 131 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 134 11/16/2023
2.0.1 131 11/16/2023
1.0.56 132 11/15/2023
1.0.55 114 11/14/2023
1.0.54 123 11/13/2023
1.0.53 144 11/10/2023
1.0.52 146 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 183 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 148 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 172 8/29/2023
1.0.27 165 8/28/2023
1.0.26 168 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