ApiMonitor 9.0.2

dotnet add package ApiMonitor --version 9.0.2
                    
NuGet\Install-Package ApiMonitor -Version 9.0.2
                    
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="ApiMonitor" Version="9.0.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ApiMonitor" Version="9.0.2" />
                    
Directory.Packages.props
<PackageReference Include="ApiMonitor" />
                    
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 ApiMonitor --version 9.0.2
                    
#r "nuget: ApiMonitor, 9.0.2"
                    
#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 ApiMonitor@9.0.2
                    
#: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=ApiMonitor&version=9.0.2
                    
Install as a Cake Addin
#tool nuget:?package=ApiMonitor&version=9.0.2
                    
Install as a Cake Tool

ApiMonitor

ApiMonitor is a package that allows us to monitor the usage of our APIs and Console Applications. Below is a description of each of the functionalities that it has available.

How to use it after installing the package

using ApiMonitorCore.Setting;

var builder = WebApplication.CreateBuilder(args);
builder.Services.AddControllers();
builder.Services.AddMonitor(builder.Configuration, new MonitorSetting()
{
    SqlSetting = new SqlSetting() { ConectionString = "Data Source=(localdb)\\MSSQLLocalDB;Initial Catalog=ApiMonitor;Integrated Security=True;Connect Timeout=30;Encrypt=False;Trust Server Certificate=False;Application Intent=ReadWrite;Multi Subnet Failover=False" },
    ApplicationName = "ApiName",
});
var app = builder.Build();
app.UseHttpsRedirection();
app.UseAuthorization();
app.UseMonitorUI();
app.MapControllers();
app.Run();
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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
9.0.2 111 8/19/2025
9.0.1 155 6/24/2025
9.0.0 153 1/28/2025
8.0.6 176 9/6/2024
8.0.5 133 8/26/2024
8.0.4 145 8/23/2024
8.0.3 173 8/23/2024 8.0.3 is deprecated because it has critical bugs.
8.0.2 161 8/19/2024
8.0.1 159 7/1/2024
8.0.0 182 4/3/2024
7.0.2 269 10/3/2023
7.0.1 248 8/21/2023
7.0.0 244 8/21/2023
6.0.21 249 8/21/2023
6.0.20 248 8/21/2023
6.0.19 248 8/18/2023
6.0.18 273 8/11/2023
6.0.17 323 4/12/2023
6.0.16 289 4/5/2023
6.0.15 365 3/9/2023
6.0.14 361 2/22/2023
6.0.13 358 2/20/2023
6.0.12 368 2/12/2023
6.0.11 406 1/18/2023
6.0.10 500 11/1/2022
6.0.9 485 10/31/2022
6.0.8 470 10/31/2022
6.0.7 590 6/9/2022
6.0.6 619 5/5/2022
6.0.5 580 4/25/2022
6.0.4 612 4/19/2022
6.0.3 612 4/19/2022
6.0.2 601 4/14/2022
6.0.1 575 4/13/2022
6.0.0 587 4/13/2022
1.0.21 737 8/26/2021
1.0.20 650 8/23/2021
1.0.19 598 8/23/2021
1.0.18 555 8/19/2021
1.0.17 715 7/27/2021
1.0.16 733 4/28/2021
1.0.15 624 3/19/2021
1.0.14 591 3/19/2021
1.0.13 649 3/8/2021
1.0.12 596 2/3/2021
1.0.11 606 1/25/2021
1.0.10 629 1/22/2021
1.0.9 605 1/20/2021
1.0.8 636 1/11/2021
1.0.7 666 12/4/2020
1.0.6 713 12/4/2020
1.0.5 1,361 11/11/2020
1.0.4 680 11/5/2020
1.0.3 674 10/29/2020
1.0.1 770 10/20/2020
1.0.0 722 10/20/2020