Skip to content

Commit d1b1a80

Browse files
Set 2.1 baselines
1 parent ab45862 commit d1b1a80

File tree

8 files changed

+842
-16
lines changed

8 files changed

+842
-16
lines changed

src/Microsoft.AspNetCore.Diagnostics.Abstractions/baseline.netcore.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"AssemblyIdentity": "Microsoft.AspNetCore.Diagnostics.Abstractions, Version=2.0.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
2+
"AssemblyIdentity": "Microsoft.AspNetCore.Diagnostics.Abstractions, Version=2.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
33
"Types": [
44
{
55
"Name": "Microsoft.AspNetCore.Diagnostics.CompilationFailure",

src/Microsoft.AspNetCore.Diagnostics.Elm/baseline.netcore.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"AssemblyIdentity": "Microsoft.AspNetCore.Diagnostics.Elm, Version=0.3.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
2+
"AssemblyIdentity": "Microsoft.AspNetCore.Diagnostics.Elm, Version=0.4.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
33
"Types": [
44
{
55
"Name": "Microsoft.AspNetCore.DiagnosticsViewPage.Views.AttributeValue",
@@ -864,6 +864,17 @@
864864
"Microsoft.Extensions.Logging.ILoggerProvider"
865865
],
866866
"Members": [
867+
{
868+
"Kind": "Method",
869+
"Name": "Dispose",
870+
"Parameters": [],
871+
"ReturnType": "System.Void",
872+
"Sealed": true,
873+
"Virtual": true,
874+
"ImplementedInterface": "System.IDisposable",
875+
"Visibility": "Public",
876+
"GenericParameter": []
877+
},
867878
{
868879
"Kind": "Method",
869880
"Name": "CreateLogger",
@@ -880,17 +891,6 @@
880891
"Visibility": "Public",
881892
"GenericParameter": []
882893
},
883-
{
884-
"Kind": "Method",
885-
"Name": "Dispose",
886-
"Parameters": [],
887-
"ReturnType": "System.Void",
888-
"Sealed": true,
889-
"Virtual": true,
890-
"ImplementedInterface": "System.IDisposable",
891-
"Visibility": "Public",
892-
"GenericParameter": []
893-
},
894894
{
895895
"Kind": "Constructor",
896896
"Name": ".ctor",

src/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore/baseline.netcore.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"AssemblyIdentity": "Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore, Version=2.0.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
2+
"AssemblyIdentity": "Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore, Version=2.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
33
"Types": [
44
{
55
"Name": "Microsoft.AspNetCore.DiagnosticsViewPage.Views.AttributeValue",
Lines changed: 115 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,115 @@
1+
{
2+
"AssemblyIdentity": "Microsoft.AspNetCore.Diagnostics.HealthChecks, Version=2.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
3+
"Types": [
4+
{
5+
"Name": "Microsoft.AspNetCore.Diagnostics.HealthChecks.HealthCheckMiddleware",
6+
"Visibility": "Public",
7+
"Kind": "Class",
8+
"ImplementedInterfaces": [],
9+
"Members": [
10+
{
11+
"Kind": "Method",
12+
"Name": "InvokeAsync",
13+
"Parameters": [
14+
{
15+
"Name": "context",
16+
"Type": "Microsoft.AspNetCore.Http.HttpContext"
17+
}
18+
],
19+
"ReturnType": "System.Threading.Tasks.Task",
20+
"Visibility": "Public",
21+
"GenericParameter": []
22+
},
23+
{
24+
"Kind": "Constructor",
25+
"Name": ".ctor",
26+
"Parameters": [
27+
{
28+
"Name": "next",
29+
"Type": "Microsoft.AspNetCore.Http.RequestDelegate"
30+
},
31+
{
32+
"Name": "healthCheckOptions",
33+
"Type": "Microsoft.Extensions.Options.IOptions<Microsoft.AspNetCore.Diagnostics.HealthChecks.HealthCheckOptions>"
34+
},
35+
{
36+
"Name": "healthCheckService",
37+
"Type": "Microsoft.Extensions.Diagnostics.HealthChecks.IHealthCheckService"
38+
}
39+
],
40+
"Visibility": "Public",
41+
"GenericParameter": []
42+
}
43+
],
44+
"GenericParameters": []
45+
},
46+
{
47+
"Name": "Microsoft.AspNetCore.Diagnostics.HealthChecks.HealthCheckOptions",
48+
"Visibility": "Public",
49+
"Kind": "Class",
50+
"ImplementedInterfaces": [],
51+
"Members": [
52+
{
53+
"Kind": "Method",
54+
"Name": "get_Path",
55+
"Parameters": [],
56+
"ReturnType": "Microsoft.AspNetCore.Http.PathString",
57+
"Visibility": "Public",
58+
"GenericParameter": []
59+
},
60+
{
61+
"Kind": "Method",
62+
"Name": "set_Path",
63+
"Parameters": [
64+
{
65+
"Name": "value",
66+
"Type": "Microsoft.AspNetCore.Http.PathString"
67+
}
68+
],
69+
"ReturnType": "System.Void",
70+
"Visibility": "Public",
71+
"GenericParameter": []
72+
},
73+
{
74+
"Kind": "Constructor",
75+
"Name": ".ctor",
76+
"Parameters": [],
77+
"Visibility": "Public",
78+
"GenericParameter": []
79+
}
80+
],
81+
"GenericParameters": []
82+
},
83+
{
84+
"Name": "Microsoft.AspNetCore.Builder.HealthCheckAppBuilderExtensions",
85+
"Visibility": "Public",
86+
"Kind": "Class",
87+
"Abstract": true,
88+
"Static": true,
89+
"Sealed": true,
90+
"ImplementedInterfaces": [],
91+
"Members": [
92+
{
93+
"Kind": "Method",
94+
"Name": "UseHealthChecks",
95+
"Parameters": [
96+
{
97+
"Name": "app",
98+
"Type": "Microsoft.AspNetCore.Builder.IApplicationBuilder"
99+
},
100+
{
101+
"Name": "path",
102+
"Type": "Microsoft.AspNetCore.Http.PathString"
103+
}
104+
],
105+
"ReturnType": "Microsoft.AspNetCore.Builder.IApplicationBuilder",
106+
"Static": true,
107+
"Extension": true,
108+
"Visibility": "Public",
109+
"GenericParameter": []
110+
}
111+
],
112+
"GenericParameters": []
113+
}
114+
]
115+
}

src/Microsoft.AspNetCore.Diagnostics/baseline.netcore.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"AssemblyIdentity": "Microsoft.AspNetCore.Diagnostics, Version=2.0.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
2+
"AssemblyIdentity": "Microsoft.AspNetCore.Diagnostics, Version=2.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
33
"Types": [
44
{
55
"Name": "Microsoft.AspNetCore.DiagnosticsViewPage.Views.AttributeValue",

src/Microsoft.AspNetCore.MiddlewareAnalysis/baseline.netcore.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"AssemblyIdentity": "Microsoft.AspNetCore.MiddlewareAnalysis, Version=2.0.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
2+
"AssemblyIdentity": "Microsoft.AspNetCore.MiddlewareAnalysis, Version=2.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
33
"Types": [
44
{
55
"Name": "Microsoft.Extensions.DependencyInjection.AnalysisServiceCollectionExtensions",

0 commit comments

Comments
 (0)