Oakrey.Applications.AppCenterAnalyticTools
1.1.1
dotnet add package Oakrey.Applications.AppCenterAnalyticTools --version 1.1.1
NuGet\Install-Package Oakrey.Applications.AppCenterAnalyticTools -Version 1.1.1
<PackageReference Include="Oakrey.Applications.AppCenterAnalyticTools" Version="1.1.1" />
<PackageVersion Include="Oakrey.Applications.AppCenterAnalyticTools" Version="1.1.1" />
<PackageReference Include="Oakrey.Applications.AppCenterAnalyticTools" />
paket add Oakrey.Applications.AppCenterAnalyticTools --version 1.1.1
#r "nuget: Oakrey.Applications.AppCenterAnalyticTools, 1.1.1"
#:package Oakrey.Applications.AppCenterAnalyticTools@1.1.1
#addin nuget:?package=Oakrey.Applications.AppCenterAnalyticTools&version=1.1.1
#tool nuget:?package=Oakrey.Applications.AppCenterAnalyticTools&version=1.1.1
Oakrey.Applications.AppCenterAnalyticTools
Oakrey.Applications.AppCenterAnalyticTools is a .NET 8 library that provides advanced analytics and crash reporting integration for your applications using Microsoft App Center and Azure Blob Storage. It enables seamless event tracking, crash log collection, and secure log upload, supporting both synchronous and asynchronous workflows. The package is designed for easy integration with dependency injection and includes robust logging and tracing for diagnostics.
Feature List:
App Center Analytics Integration:
Track custom events and user actions with properties using Microsoft App Center Analytics.
Crash Reporting:
Automatically detect and report application crashes, including user and session metadata.
Crash Log Upload:
Upload crash logs to Azure Blob Storage, supporting both synchronous and asynchronous operations.
Dependency Injection Ready:
All services are designed for easy registration and use with .NET dependency injection.
Preloading Support:
Services implement preload hooks for initialization and diagnostics.
Robust Logging and Tracing:
Integrated with Oakrey.Log and Oakrey.Telemetry for detailed operation tracing and error logging.
Customizable Data Sources:
Easily configure application secrets, log directories, and metadata via interfaces.
Installation
You can install the package via NuGet Package Manager, Package Manager Console or the .NET CLI.
NuGet Package Manager
- Open your project in Visual Studio.
- Navigate to Tools > NuGet Package Manager > Manage NuGet Packages for Solution....
- Search for
Oakrey.Applications.AppCenterAnalyticTools
and click Install.
.NET CLI
Run the following command in your terminal:
dotnet add package Oakrey.Applications.AppCenterAnalyticTools
Package Manager Console
Run the following command in your Package Manager Console:
Install-Package Oakrey.Applications.AppCenterAnalyticTools
Requirements
- .NET 8 or higher
Project Information
- Author: Oakrey
- Company: Oakrey
- License: MIT
- Repository: Git Repository
- Project URL: Project Website
Contributing
Contributions are welcome! Feel free to open issues or submit pull requests to improve the package.
License
This project is licensed under the MIT License. See the LICENSE file for details.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0-windows7.0 is compatible. net9.0-windows was computed. net10.0-windows was computed. |
-
net8.0-windows7.0
- Azure.Storage.Blobs (>= 12.25.1)
- Microsoft.AppCenter (>= 5.0.7)
- Microsoft.AppCenter.Analytics (>= 5.0.7)
- Microsoft.AppCenter.Crashes (>= 5.0.7)
- Microsoft.Extensions.Options (>= 9.0.9)
- Oakrey.Applications.Base (>= 3.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.