AppMetrics

(β˜… 2,249)

App Metrics is an open-source and cross-platform .NET library used to record and report metrics within an application.

  • .gitattributes
  • .gitignore
  • app-metrics.licenseheader
  • AppMetrics.ruleset
  • AppMetrics.sln.DotSettings
  • build.ps1
  • build.sh
  • clean_cache.ps1
  • clear_bin_and_obj.ps1
  • GitReleaseManager.yaml
  • global.json
  • Key.snk
  • LICENSE
  • logo.png
  • NuGet.config
  • README.md
  • stylecop.json
  • xunit.runner.json

# Installation Guide

1. Get the code
git clone https://github.com/AppMetrics/AppMetrics

Downloads the entire project code from GitHub to your computer.

cd AppMetrics

Moves into the project folder you just downloaded.

2. .NET

Medium Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • .NET SDK The SDK required for the dotnet command.
dotnet run -c "Release" --framework netcoreapp3.1

Builds the project and runs it immediately.

βœ… After dotnet run, check the message or address shown in the terminal.

Pulled directly from this repo's README.

// repository documentation