- Notifications
You must be signed in to change notification settings - Fork3
Microsoft.Extensions.* support for App Metrics
License
AppMetrics/MicrosoftExtensions
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This repo has been archived, source code and issues moved toAppMetrics
App Metrics is an open-source and cross-platform .NET library used to record metrics within an application. This repository includes Microsoft.Extensions packages for App Metrics.
| Branch | AppVeyor | Travis | Coverage |
|---|---|---|---|
| dev | |||
| master |
AppVeyor andTravis CI builds are triggered on commits and PRs todev andmaster branches.
See the following for build arguments and running locally.
| Configuration | Description | Default | Environment | Required |
|---|---|---|---|---|
| BuildConfiguration | The configuration to run the build,Debug orRelease | Release | All | Optional |
| PreReleaseSuffix | The pre-release suffix for versioning nuget package artifacts e.g.beta | ci | All | Optional |
| CoverWith | DotCover orOpenCover to calculate and report code coverage,None to skip. When notNone, a coverage file and html report will be generated at./artifacts/coverage | OpenCover | Windows Only | Optional |
| SkipCodeInspect | false to run ReSharper code inspect and report results,true to skip. Whentrue, the code inspection html report and xml output will be generated at./artifacts/resharper-reports | false | Windows Only | Optional |
| BuildNumber | The build number to use for pre-release versions | 0 | All | Optional |
| LinkSources | Source link support allows source code to be downloaded on demand while debugging | true | All | Optional |
Runbuild.ps1 from the repositories root directory.
.\build.ps1With Arguments
.\build.ps1 --ScriptArgs '-BuildConfiguration=Release -PreReleaseSuffix=beta -CoverWith=OpenCover -SkipCodeInspect=false -BuildNumber=1'Runbuild.sh from the repositories root directory. Code Coverage reports are now supported on Linux and OSX, it will be skipped running in these environments.
.\build.shWith Arguments
.\build.sh --ScriptArgs '-BuildConfiguration=Release -PreReleaseSuffix=beta -BuildNumber=1'See thecontribution guidlines for details.
Thanks for providing free open source licensing
This library is release under Apache 2.0 License ( see LICENSE ) Copyright (c) 2017 Allan Hardy
SeeLICENSE
About
Microsoft.Extensions.* support for App Metrics
Resources
License
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.