@@ -6,7 +6,7 @@ namespace Microsoft.Extensions.Diagnostics.HealthChecks
66 public sealed partial class HealthCheckContext
77 {
88 public HealthCheckContext ( ) { }
9- public Microsoft . Extensions . Diagnostics . HealthChecks . HealthCheckRegistration Registration { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
9+ public Microsoft . Extensions . Diagnostics . HealthChecks . HealthCheckRegistration Registration { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
1010 }
1111 public sealed partial class HealthCheckRegistration
1212 {
@@ -15,9 +15,9 @@ public HealthCheckRegistration(string name, Microsoft.Extensions.Diagnostics.Hea
1515 public HealthCheckRegistration ( string name , System . Func < System . IServiceProvider , Microsoft . Extensions . Diagnostics . HealthChecks . IHealthCheck > factory , Microsoft . Extensions . Diagnostics . HealthChecks . HealthStatus ? failureStatus , System . Collections . Generic . IEnumerable < string > tags ) { }
1616 public HealthCheckRegistration ( string name , System . Func < System . IServiceProvider , Microsoft . Extensions . Diagnostics . HealthChecks . IHealthCheck > factory , Microsoft . Extensions . Diagnostics . HealthChecks . HealthStatus ? failureStatus , System . Collections . Generic . IEnumerable < string > tags , System . TimeSpan ? timeout ) { }
1717 public System . Func < System . IServiceProvider , Microsoft . Extensions . Diagnostics . HealthChecks . IHealthCheck > Factory { get { throw null ; } set { } }
18- public Microsoft . Extensions . Diagnostics . HealthChecks . HealthStatus FailureStatus { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
18+ public Microsoft . Extensions . Diagnostics . HealthChecks . HealthStatus FailureStatus { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
1919 public string Name { get { throw null ; } set { } }
20- public System . Collections . Generic . ISet < string > Tags { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
20+ public System . Collections . Generic . ISet < string > Tags { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
2121 public System . TimeSpan Timeout { get { throw null ; } set { } }
2222 }
2323 [ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
@@ -26,20 +26,20 @@ public partial struct HealthCheckResult
2626 private object _dummy ;
2727 private int _dummyPrimitive ;
2828 public HealthCheckResult ( Microsoft . Extensions . Diagnostics . HealthChecks . HealthStatus status , string description = null , System . Exception exception = null , System . Collections . Generic . IReadOnlyDictionary < string , object > data = null ) { throw null ; }
29- public System . Collections . Generic . IReadOnlyDictionary < string , object > Data { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
30- public string Description { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
31- public System . Exception Exception { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
32- public Microsoft . Extensions . Diagnostics . HealthChecks . HealthStatus Status { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
29+ public System . Collections . Generic . IReadOnlyDictionary < string , object > Data { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
30+ public string Description { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
31+ public System . Exception Exception { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
32+ public Microsoft . Extensions . Diagnostics . HealthChecks . HealthStatus Status { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
3333 public static Microsoft . Extensions . Diagnostics . HealthChecks . HealthCheckResult Degraded ( string description = null , System . Exception exception = null , System . Collections . Generic . IReadOnlyDictionary < string , object > data = null ) { throw null ; }
3434 public static Microsoft . Extensions . Diagnostics . HealthChecks . HealthCheckResult Healthy ( string description = null , System . Collections . Generic . IReadOnlyDictionary < string , object > data = null ) { throw null ; }
3535 public static Microsoft . Extensions . Diagnostics . HealthChecks . HealthCheckResult Unhealthy ( string description = null , System . Exception exception = null , System . Collections . Generic . IReadOnlyDictionary < string , object > data = null ) { throw null ; }
3636 }
3737 public sealed partial class HealthReport
3838 {
3939 public HealthReport ( System . Collections . Generic . IReadOnlyDictionary < string , Microsoft . Extensions . Diagnostics . HealthChecks . HealthReportEntry > entries , System . TimeSpan totalDuration ) { }
40- public System . Collections . Generic . IReadOnlyDictionary < string , Microsoft . Extensions . Diagnostics . HealthChecks . HealthReportEntry > Entries { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
41- public Microsoft . Extensions . Diagnostics . HealthChecks . HealthStatus Status { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
42- public System . TimeSpan TotalDuration { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
40+ public System . Collections . Generic . IReadOnlyDictionary < string , Microsoft . Extensions . Diagnostics . HealthChecks . HealthReportEntry > Entries { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
41+ public Microsoft . Extensions . Diagnostics . HealthChecks . HealthStatus Status { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
42+ public System . TimeSpan TotalDuration { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
4343 }
4444 [ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
4545 public partial struct HealthReportEntry
@@ -48,12 +48,12 @@ public partial struct HealthReportEntry
4848 private int _dummyPrimitive ;
4949 public HealthReportEntry ( Microsoft . Extensions . Diagnostics . HealthChecks . HealthStatus status , string description , System . TimeSpan duration , System . Exception exception , System . Collections . Generic . IReadOnlyDictionary < string , object > data ) { throw null ; }
5050 public HealthReportEntry ( Microsoft . Extensions . Diagnostics . HealthChecks . HealthStatus status , string description , System . TimeSpan duration , System . Exception exception , System . Collections . Generic . IReadOnlyDictionary < string , object > data , System . Collections . Generic . IEnumerable < string > tags = null ) { throw null ; }
51- public System . Collections . Generic . IReadOnlyDictionary < string , object > Data { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
52- public string Description { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
53- public System . TimeSpan Duration { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
54- public System . Exception Exception { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
55- public Microsoft . Extensions . Diagnostics . HealthChecks . HealthStatus Status { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
56- public System . Collections . Generic . IEnumerable < string > Tags { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
51+ public System . Collections . Generic . IReadOnlyDictionary < string , object > Data { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
52+ public string Description { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
53+ public System . TimeSpan Duration { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
54+ public System . Exception Exception { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
55+ public Microsoft . Extensions . Diagnostics . HealthChecks . HealthStatus Status { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
56+ public System . Collections . Generic . IEnumerable < string > Tags { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } }
5757 }
5858 public enum HealthStatus
5959 {
0 commit comments