Skip to content
This repository was archived by the owner on Mar 26, 2019. It is now read-only.

Commit a8a8d97

Browse files
authored
Merge pull request #9 from AppMetrics/dev
3.0.0 release
2 parents eb8ab71 + 1d17e59 commit a8a8d97

File tree

79 files changed

+1773
-354
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+1773
-354
lines changed

MicrosoftExtensions.sln

+46
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,15 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1414
AppMetrics.ruleset = AppMetrics.ruleset
1515
appveyor.yml = appveyor.yml
1616
global.json = global.json
17+
README.md = README.md
1718
stylecop.json = stylecop.json
1819
version.props = version.props
1920
EndProjectSection
2021
EndProject
2122
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{DD2E4647-7125-4CE3-9BA5-B45A26113A31}"
23+
ProjectSection(SolutionItems) = preProject
24+
test\Directory.Build.props = test\Directory.Build.props
25+
EndProjectSection
2226
EndProject
2327
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Cake", "Cake", "{99DA9961-5DF1-4EA9-B37A-BE346449F512}"
2428
ProjectSection(SolutionItems) = preProject
@@ -67,6 +71,18 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HealthMicrosoftExtensionsSa
6771
EndProject
6872
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HealthChecks", "sandbox\HealthChecks\HealthChecks.csproj", "{27D4332A-F2B0-483E-9B7C-AFC4D2E3B1B4}"
6973
EndProject
74+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "App.Metrics.Extensions.Hosting", "src\App.Metrics.Extensions.Hosting\App.Metrics.Extensions.Hosting.csproj", "{7F10B21C-CD77-489B-A33D-8D48551841DF}"
75+
EndProject
76+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MetricsHostingMicrosoftExtensionsSandbox", "sandbox\MetricsHostingMicrosoftExtensionsSandbox\MetricsHostingMicrosoftExtensionsSandbox.csproj", "{68356D5D-1CB0-4943-83C0-94FFD2BE1AFA}"
77+
EndProject
78+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HealthHostingMicrosoftExtensionsSandbox", "sandbox\HealthHostingMicrosoftExtensionsSandbox\HealthHostingMicrosoftExtensionsSandbox.csproj", "{4C420F70-191E-4D41-99BB-A4D6DE378384}"
79+
EndProject
80+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "App.Metrics.AppNetCore", "src\App.Metrics.AppNetCore\App.Metrics.AppNetCore.csproj", "{EA922A73-194C-43B8-872E-80C1E4774F87}"
81+
EndProject
82+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "App.Metrics.Health.AppNetCore", "src\App.Metrics.Health.AppNetCore\App.Metrics.Health.AppNetCore.csproj", "{84D673FA-A953-4711-ADE2-44CC7B9FB160}"
83+
EndProject
84+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "App.Metrics.Health.Extensions.Hosting", "src\App.Metrics.Health.Extensions.Hosting\App.Metrics.Health.Extensions.Hosting.csproj", "{3C6AE833-6221-4657-BB72-05B7F1CB99CB}"
85+
EndProject
7086
Global
7187
GlobalSection(SolutionConfigurationPlatforms) = preSolution
7288
Debug|Any CPU = Debug|Any CPU
@@ -117,6 +133,30 @@ Global
117133
{27D4332A-F2B0-483E-9B7C-AFC4D2E3B1B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
118134
{27D4332A-F2B0-483E-9B7C-AFC4D2E3B1B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
119135
{27D4332A-F2B0-483E-9B7C-AFC4D2E3B1B4}.Release|Any CPU.Build.0 = Release|Any CPU
136+
{7F10B21C-CD77-489B-A33D-8D48551841DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
137+
{7F10B21C-CD77-489B-A33D-8D48551841DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
138+
{7F10B21C-CD77-489B-A33D-8D48551841DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
139+
{7F10B21C-CD77-489B-A33D-8D48551841DF}.Release|Any CPU.Build.0 = Release|Any CPU
140+
{68356D5D-1CB0-4943-83C0-94FFD2BE1AFA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
141+
{68356D5D-1CB0-4943-83C0-94FFD2BE1AFA}.Debug|Any CPU.Build.0 = Debug|Any CPU
142+
{68356D5D-1CB0-4943-83C0-94FFD2BE1AFA}.Release|Any CPU.ActiveCfg = Release|Any CPU
143+
{68356D5D-1CB0-4943-83C0-94FFD2BE1AFA}.Release|Any CPU.Build.0 = Release|Any CPU
144+
{4C420F70-191E-4D41-99BB-A4D6DE378384}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
145+
{4C420F70-191E-4D41-99BB-A4D6DE378384}.Debug|Any CPU.Build.0 = Debug|Any CPU
146+
{4C420F70-191E-4D41-99BB-A4D6DE378384}.Release|Any CPU.ActiveCfg = Release|Any CPU
147+
{4C420F70-191E-4D41-99BB-A4D6DE378384}.Release|Any CPU.Build.0 = Release|Any CPU
148+
{EA922A73-194C-43B8-872E-80C1E4774F87}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
149+
{EA922A73-194C-43B8-872E-80C1E4774F87}.Debug|Any CPU.Build.0 = Debug|Any CPU
150+
{EA922A73-194C-43B8-872E-80C1E4774F87}.Release|Any CPU.ActiveCfg = Release|Any CPU
151+
{EA922A73-194C-43B8-872E-80C1E4774F87}.Release|Any CPU.Build.0 = Release|Any CPU
152+
{84D673FA-A953-4711-ADE2-44CC7B9FB160}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
153+
{84D673FA-A953-4711-ADE2-44CC7B9FB160}.Debug|Any CPU.Build.0 = Debug|Any CPU
154+
{84D673FA-A953-4711-ADE2-44CC7B9FB160}.Release|Any CPU.ActiveCfg = Release|Any CPU
155+
{84D673FA-A953-4711-ADE2-44CC7B9FB160}.Release|Any CPU.Build.0 = Release|Any CPU
156+
{3C6AE833-6221-4657-BB72-05B7F1CB99CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
157+
{3C6AE833-6221-4657-BB72-05B7F1CB99CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
158+
{3C6AE833-6221-4657-BB72-05B7F1CB99CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
159+
{3C6AE833-6221-4657-BB72-05B7F1CB99CB}.Release|Any CPU.Build.0 = Release|Any CPU
120160
EndGlobalSection
121161
GlobalSection(SolutionProperties) = preSolution
122162
HideSolutionNode = FALSE
@@ -136,6 +176,12 @@ Global
136176
{E081FEAC-787D-44CA-AB5A-E10678BD7013} = {DD2E4647-7125-4CE3-9BA5-B45A26113A31}
137177
{D1B01B02-8C79-4E4C-8CA5-B01CEB14EE3D} = {82216E00-F815-4464-9316-144F47326679}
138178
{27D4332A-F2B0-483E-9B7C-AFC4D2E3B1B4} = {82216E00-F815-4464-9316-144F47326679}
179+
{7F10B21C-CD77-489B-A33D-8D48551841DF} = {2D805782-756E-4C98-B22E-F502BEE95318}
180+
{68356D5D-1CB0-4943-83C0-94FFD2BE1AFA} = {82216E00-F815-4464-9316-144F47326679}
181+
{4C420F70-191E-4D41-99BB-A4D6DE378384} = {82216E00-F815-4464-9316-144F47326679}
182+
{EA922A73-194C-43B8-872E-80C1E4774F87} = {2D805782-756E-4C98-B22E-F502BEE95318}
183+
{84D673FA-A953-4711-ADE2-44CC7B9FB160} = {2D805782-756E-4C98-B22E-F502BEE95318}
184+
{3C6AE833-6221-4657-BB72-05B7F1CB99CB} = {2D805782-756E-4C98-B22E-F502BEE95318}
139185
EndGlobalSection
140186
GlobalSection(ExtensibilityGlobals) = postSolution
141187
SolutionGuid = {A8699A1D-0BA1-403C-86E9-C789CD2645EB}

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,14 @@ App Metrics is an open-source and cross-platform .NET library used to record met
1414

1515
|Package|Dev Release|Pre-Release|Release|
1616
|------|:--------:|:--------:|:--------:|
17+
|App.Metrics.AppNetCore|[![MyGet Status](https://img.shields.io/myget/appmetrics/v/App.Metrics.AppNetCore.svg?style=flat-square)](https://www.myget.org/feed/appmetrics/package/nuget/App.Metrics.AppNetCore)|[![NuGet Status](https://img.shields.io/nuget/vpre/App.Metrics.AppNetCore.svg?style=flat-square)](https://www.nuget.org/packages/App.Metrics.AppNetCore/)|[![NuGet Status](https://img.shields.io/nuget/v/App.Metrics.AppNetCore.svg?style=flat-square)](https://www.nuget.org/packages/App.Metrics.AppNetCore/)
1718
|App.Metrics.Extensions.Configuration|[![MyGet Status](https://img.shields.io/myget/appmetrics/v/App.Metrics.Extensions.Configuration.svg?style=flat-square)](https://www.myget.org/feed/appmetrics/package/nuget/App.Metrics.Extensions.Configuration)|[![NuGet Status](https://img.shields.io/nuget/vpre/App.Metrics.Extensions.Configuration.svg?style=flat-square)](https://www.nuget.org/packages/App.Metrics.Extensions.Configuration/)|[![NuGet Status](https://img.shields.io/nuget/v/App.Metrics.Extensions.Configuration.svg?style=flat-square)](https://www.nuget.org/packages/App.Metrics.Extensions.Configuration/)
1819
|App.Metrics.Extensions.DependencyInjection|[![MyGet Status](https://img.shields.io/myget/appmetrics/v/App.Metrics.Extensions.DependencyInjection.svg?style=flat-square)](https://www.myget.org/feed/appmetrics/package/nuget/App.Metrics.Extensions.DependencyInjection)|[![NuGet Status](https://img.shields.io/nuget/vpre/App.Metrics.Extensions.DependencyInjection.svg?style=flat-square)](https://www.nuget.org/packages/App.Metrics.Extensions.DependencyInjection/)|[![NuGet Status](https://img.shields.io/nuget/v/App.Metrics.Extensions.DependencyInjection.svg?style=flat-square)](https://www.nuget.org/packages/App.Metrics.Extensions.DependencyInjection/)
20+
|App.Metrics.Extensions.Hosting|[![MyGet Status](https://img.shields.io/myget/appmetrics/v/App.Metrics.Extensions.Hosting.svg?style=flat-square)](https://www.myget.org/feed/appmetrics/package/nuget/App.Metrics.Extensions.Hosting)|[![NuGet Status](https://img.shields.io/nuget/vpre/App.Metrics.Extensions.Hosting.svg?style=flat-square)](https://www.nuget.org/packages/App.Metrics.Extensions.Hosting/)|[![NuGet Status](https://img.shields.io/nuget/v/App.Metrics.Extensions.Hosting.svg?style=flat-square)](https://www.nuget.org/packages/App.Metrics.Extensions.Hosting/)
21+
|App.Metrics.Health.AppNetCore|[![MyGet Status](https://img.shields.io/myget/appmetrics/v/App.Metrics.Health.AppNetCore.svg?style=flat-square)](https://www.myget.org/feed/appmetrics/package/nuget/App.Metrics.Health.AppNetCore)|[![NuGet Status](https://img.shields.io/nuget/vpre/App.Metrics.Health.AppNetCore.svg?style=flat-square)](https://www.nuget.org/packages/App.Metrics.Health.AppNetCore/)|[![NuGet Status](https://img.shields.io/nuget/v/App.Metrics.Health.AppNetCore.svg?style=flat-square)](https://www.nuget.org/packages/App.Metrics.Health.AppNetCore/)
1922
|App.Metrics.Health.Extensions.Configuration|[![MyGet Status](https://img.shields.io/myget/appmetrics/v/App.Metrics.Health.Extensions.Configuration.svg?style=flat-square)](https://www.myget.org/feed/appmetrics/package/nuget/App.Metrics.Health.Extensions.Configuration)|[![NuGet Status](https://img.shields.io/nuget/vpre/App.Metrics.Health.Extensions.Configuration.svg?style=flat-square)](https://www.nuget.org/packages/App.Metrics.Health.Extensions.Configuration/)|[![NuGet Status](https://img.shields.io/nuget/v/App.Metrics.Health.Extensions.Configuration.svg?style=flat-square)](https://www.nuget.org/packages/App.Metrics.Health.Extensions.Configuration/)
20-
|App.Metrics.Health.Extensions.DependencyInjection|[![MyGet Status](https://img.shields.io/myget/appmetrics/v/App.Metrics.Health.Extensions.DependencyInjection.svg?style=flat-square)](https://www.myget.org/feed/appmetrics/package/nuget/App.Metrics.Health.Extensions.DependencyInjection)|[![NuGet Status](https://img.shields.io/nuget/vpre/App.Metrics.Health.Extensions.DependencyInjection.svg?style=flat-square)](https://www.nuget.org/packages/App.Metrics.Health.Extensions.DependencyInjection/)|[![NuGet Status](https://img.shields.io/nuget/v/App.Metrics.Health.Extensions.DependencyInjection.svg?style=flat-square)](https://www.nuget.org/packages/App.Metrics.Health.Extensions.DependencyInjection/)
23+
|App.Metrics.Health.Extensions.DependencyInjection|[![MyGet Status](https://img.shields.io/myget/appmetrics/v/App.Metrics.Health.Extensions.DependencyInjection.svg?style=flat-square)](https://www.myget.org/feed/appmetrics/package/nuget/App.Metrics.Health.Extensions.DependencyInjection)|[![NuGet Status](https://img.shields.io/nuget/vpre/App.Metrics.Health.Extensions.DependencyInjection.svg?style=flat-square)](https://www.nuget.org/packages/App.Metrics.Health.Extensions.DependencyInjection/)|[![NuGet Status](https://img.shields.io/nuget/v/App.Metrics.Health.Extensions.DependencyInjection.svg?style=flat-square)](https://www.nuget.org/packages/App.Metrics.Health.Extensions.DependencyInjection/)|
24+
|App.Metrics.Health.Extensions.Hosting|[![MyGet Status](https://img.shields.io/myget/appmetrics/v/App.Metrics.Health.Extensions.Hosting.svg?style=flat-square)](https://www.myget.org/feed/appmetrics/package/nuget/App.Metrics.Extensions.Hosting)|[![NuGet Status](https://img.shields.io/nuget/vpre/App.Metrics.Health.Extensions.Hosting.svg?style=flat-square)](https://www.nuget.org/packages/App.Metrics.Health.Extensions.Hosting/)|[![NuGet Status](https://img.shields.io/nuget/v/App.Metrics.Health.Extensions.Hosting.svg?style=flat-square)](https://www.nuget.org/packages/App.Metrics.Health.Extensions.Hosting/)
2125

2226
## How to build
2327

appveyor.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ deploy:
3333
skip_symbols: true
3434
symbol_server: https://www.myget.org/F/appmetrics/symbol
3535
install:
36-
- cmd: curl -O https://download.microsoft.com/download/0/F/D/0FD852A4-7EA1-4E2A-983A-0484AC19B92C/dotnet-sdk-2.0.0-win-x64.exe
37-
- cmd: dotnet-sdk-2.0.0-win-x64.exe /install /quiet /norestart /log install.log
36+
- cmd: curl -O https://download.microsoft.com/download/8/8/5/88544F33-836A-49A5-8B67-451C24709A8F/dotnet-sdk-2.1.300-win-x64.exe
37+
- cmd: dotnet-sdk-2.1.300-win-x64.exe /install /quiet /norestart /log install.log
3838
skip_commits:
3939
files:
4040
- '**/*.md'

0 commit comments

Comments
 (0)