enable net452 (#1928)
* Enable net452 enable net452 to logging solution Enable net452 for netcore and web sln updating AITypes adding identation * adding unshipped for net452 * updating sln * commenting net452 tests
This commit is contained in:
Родитель
bb6ef9e978
Коммит
9265ad99a6
|
@ -0,0 +1,72 @@
|
|||
Microsoft.ApplicationInsights.Common.ActiveSubsciptionManager
|
||||
Microsoft.ApplicationInsights.Common.ActiveSubsciptionManager.ActiveSubsciptionManager() -> void
|
||||
Microsoft.ApplicationInsights.Common.ActiveSubsciptionManager.Attach(object subscription) -> void
|
||||
Microsoft.ApplicationInsights.Common.ActiveSubsciptionManager.Detach(object subscription) -> void
|
||||
Microsoft.ApplicationInsights.Common.ActiveSubsciptionManager.IsActive(object subscriber) -> bool
|
||||
Microsoft.ApplicationInsights.Common.ConditionalWeakTableExtensions
|
||||
Microsoft.ApplicationInsights.Common.InjectionGuardConstants
|
||||
Microsoft.ApplicationInsights.Common.StringUtilities
|
||||
Microsoft.ApplicationInsights.DependencyCollector.DependencyTrackingTelemetryModule
|
||||
Microsoft.ApplicationInsights.DependencyCollector.DependencyTrackingTelemetryModule.DependencyTrackingTelemetryModule() -> void
|
||||
Microsoft.ApplicationInsights.DependencyCollector.DependencyTrackingTelemetryModule.DisableDiagnosticSourceInstrumentation.get -> bool
|
||||
Microsoft.ApplicationInsights.DependencyCollector.DependencyTrackingTelemetryModule.DisableDiagnosticSourceInstrumentation.set -> void
|
||||
Microsoft.ApplicationInsights.DependencyCollector.DependencyTrackingTelemetryModule.DisableRuntimeInstrumentation.get -> bool
|
||||
Microsoft.ApplicationInsights.DependencyCollector.DependencyTrackingTelemetryModule.DisableRuntimeInstrumentation.set -> void
|
||||
Microsoft.ApplicationInsights.DependencyCollector.DependencyTrackingTelemetryModule.Dispose() -> void
|
||||
Microsoft.ApplicationInsights.DependencyCollector.DependencyTrackingTelemetryModule.EnableAzureSdkTelemetryListener.get -> bool
|
||||
Microsoft.ApplicationInsights.DependencyCollector.DependencyTrackingTelemetryModule.EnableAzureSdkTelemetryListener.set -> void
|
||||
Microsoft.ApplicationInsights.DependencyCollector.DependencyTrackingTelemetryModule.EnableLegacyCorrelationHeadersInjection.get -> bool
|
||||
Microsoft.ApplicationInsights.DependencyCollector.DependencyTrackingTelemetryModule.EnableLegacyCorrelationHeadersInjection.set -> void
|
||||
Microsoft.ApplicationInsights.DependencyCollector.DependencyTrackingTelemetryModule.EnableRequestIdHeaderInjectionInW3CMode.get -> bool
|
||||
Microsoft.ApplicationInsights.DependencyCollector.DependencyTrackingTelemetryModule.EnableRequestIdHeaderInjectionInW3CMode.set -> void
|
||||
Microsoft.ApplicationInsights.DependencyCollector.DependencyTrackingTelemetryModule.EnableSqlCommandTextInstrumentation.get -> bool
|
||||
Microsoft.ApplicationInsights.DependencyCollector.DependencyTrackingTelemetryModule.EnableSqlCommandTextInstrumentation.set -> void
|
||||
Microsoft.ApplicationInsights.DependencyCollector.DependencyTrackingTelemetryModule.EnableW3CHeadersInjection.get -> bool
|
||||
Microsoft.ApplicationInsights.DependencyCollector.DependencyTrackingTelemetryModule.EnableW3CHeadersInjection.set -> void
|
||||
Microsoft.ApplicationInsights.DependencyCollector.DependencyTrackingTelemetryModule.ExcludeComponentCorrelationHttpHeadersOnDomains.get -> System.Collections.Generic.ICollection<string>
|
||||
Microsoft.ApplicationInsights.DependencyCollector.DependencyTrackingTelemetryModule.IncludeDiagnosticSourceActivities.get -> System.Collections.Generic.ICollection<string>
|
||||
Microsoft.ApplicationInsights.DependencyCollector.DependencyTrackingTelemetryModule.Initialize(Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration configuration) -> void
|
||||
Microsoft.ApplicationInsights.DependencyCollector.DependencyTrackingTelemetryModule.ProfileQueryEndpoint.get -> string
|
||||
Microsoft.ApplicationInsights.DependencyCollector.DependencyTrackingTelemetryModule.ProfileQueryEndpoint.set -> void
|
||||
Microsoft.ApplicationInsights.DependencyCollector.DependencyTrackingTelemetryModule.SetComponentCorrelationHttpHeaders.get -> bool
|
||||
Microsoft.ApplicationInsights.DependencyCollector.DependencyTrackingTelemetryModule.SetComponentCorrelationHttpHeaders.set -> void
|
||||
Microsoft.ApplicationInsights.DependencyCollector.HttpDependenciesParsingTelemetryInitializer
|
||||
Microsoft.ApplicationInsights.DependencyCollector.HttpDependenciesParsingTelemetryInitializer.HttpDependenciesParsingTelemetryInitializer() -> void
|
||||
Microsoft.ApplicationInsights.DependencyCollector.HttpDependenciesParsingTelemetryInitializer.Initialize(Microsoft.ApplicationInsights.Channel.ITelemetry telemetry) -> void
|
||||
Microsoft.ApplicationInsights.DependencyCollector.TelemetryExtensionsForDependencyCollector
|
||||
Microsoft.ApplicationInsights.W3C.W3CActivityExtensions
|
||||
Microsoft.ApplicationInsights.W3C.W3CConstants
|
||||
Microsoft.ApplicationInsights.W3C.W3COperationCorrelationTelemetryInitializer
|
||||
Microsoft.ApplicationInsights.W3C.W3COperationCorrelationTelemetryInitializer.Initialize(Microsoft.ApplicationInsights.Channel.ITelemetry telemetry) -> void
|
||||
Microsoft.ApplicationInsights.W3C.W3COperationCorrelationTelemetryInitializer.W3COperationCorrelationTelemetryInitializer() -> void
|
||||
const Microsoft.ApplicationInsights.Common.InjectionGuardConstants.AppIdMaxLength = 50 -> int
|
||||
const Microsoft.ApplicationInsights.Common.InjectionGuardConstants.ContextHeaderKeyMaxLength = 50 -> int
|
||||
const Microsoft.ApplicationInsights.Common.InjectionGuardConstants.ContextHeaderValueMaxLength = 1024 -> int
|
||||
const Microsoft.ApplicationInsights.Common.InjectionGuardConstants.QuickPulseResponseHeaderMaxLength = 1024 -> int
|
||||
const Microsoft.ApplicationInsights.Common.InjectionGuardConstants.RequestHeaderMaxLength = 1024 -> int
|
||||
const Microsoft.ApplicationInsights.Common.InjectionGuardConstants.TraceParentHeaderMaxLength = 55 -> int
|
||||
const Microsoft.ApplicationInsights.Common.InjectionGuardConstants.TraceStateHeaderMaxLength = 512 -> int
|
||||
const Microsoft.ApplicationInsights.Common.InjectionGuardConstants.TraceStateMaxPairs = 32 -> int
|
||||
const Microsoft.ApplicationInsights.W3C.W3CConstants.ApplicationIdTraceStateField = "cid-v1" -> string
|
||||
const Microsoft.ApplicationInsights.W3C.W3CConstants.AzureTracestateNamespace = "az" -> string
|
||||
const Microsoft.ApplicationInsights.W3C.W3CConstants.TraceParentHeader = "traceparent" -> string
|
||||
const Microsoft.ApplicationInsights.W3C.W3CConstants.TraceStateHeader = "tracestate" -> string
|
||||
const Microsoft.ApplicationInsights.W3C.W3CConstants.TracestateAzureSeparator = ';' -> char
|
||||
static Microsoft.ApplicationInsights.Common.ConditionalWeakTableExtensions.AddIfNotExists<TKey, TValue>(this System.Runtime.CompilerServices.ConditionalWeakTable<TKey, TValue> conditionalWeakTable, TKey key, TValue value) -> void
|
||||
static Microsoft.ApplicationInsights.Common.StringUtilities.EnforceMaxLength(string input, int maxLength) -> string
|
||||
static Microsoft.ApplicationInsights.Common.StringUtilities.FormatRequestId(string traceId, string spanId) -> string
|
||||
static Microsoft.ApplicationInsights.Common.StringUtilities.GenerateSpanId() -> string
|
||||
static Microsoft.ApplicationInsights.Common.StringUtilities.GenerateTraceId() -> string
|
||||
static Microsoft.ApplicationInsights.DependencyCollector.TelemetryExtensionsForDependencyCollector.AssociateTelemetryWithSqlRequest(this Microsoft.ApplicationInsights.DataContracts.DependencyTelemetry telemetry, System.Data.SqlClient.SqlCommand sqlRequest) -> Microsoft.ApplicationInsights.DataContracts.DependencyTelemetry
|
||||
static Microsoft.ApplicationInsights.DependencyCollector.TelemetryExtensionsForDependencyCollector.AssociateTelemetryWithWebRequest(this Microsoft.ApplicationInsights.DataContracts.DependencyTelemetry telemetry, System.Net.WebRequest webRequest, bool setCookies = false, bool setCorrelationContext = false) -> Microsoft.ApplicationInsights.DataContracts.DependencyTelemetry
|
||||
static Microsoft.ApplicationInsights.W3C.W3CActivityExtensions.GenerateW3CContext(this System.Diagnostics.Activity activity) -> System.Diagnostics.Activity
|
||||
static Microsoft.ApplicationInsights.W3C.W3CActivityExtensions.GetParentSpanId(this System.Diagnostics.Activity activity) -> string
|
||||
static Microsoft.ApplicationInsights.W3C.W3CActivityExtensions.GetSpanId(this System.Diagnostics.Activity activity) -> string
|
||||
static Microsoft.ApplicationInsights.W3C.W3CActivityExtensions.GetTraceId(this System.Diagnostics.Activity activity) -> string
|
||||
static Microsoft.ApplicationInsights.W3C.W3CActivityExtensions.GetTraceparent(this System.Diagnostics.Activity activity) -> string
|
||||
static Microsoft.ApplicationInsights.W3C.W3CActivityExtensions.GetTracestate(this System.Diagnostics.Activity activity) -> string
|
||||
static Microsoft.ApplicationInsights.W3C.W3CActivityExtensions.IsW3CActivity(this System.Diagnostics.Activity activity) -> bool
|
||||
static Microsoft.ApplicationInsights.W3C.W3CActivityExtensions.SetTraceparent(this System.Diagnostics.Activity activity, string value) -> void
|
||||
static Microsoft.ApplicationInsights.W3C.W3CActivityExtensions.SetTracestate(this System.Diagnostics.Activity activity, string value) -> void
|
||||
static Microsoft.ApplicationInsights.W3C.W3CActivityExtensions.UpdateContextOnActivity(this System.Diagnostics.Activity activity) -> System.Diagnostics.Activity
|
||||
virtual Microsoft.ApplicationInsights.DependencyCollector.DependencyTrackingTelemetryModule.Dispose(bool disposing) -> void
|
|
@ -0,0 +1,36 @@
|
|||
Microsoft.ApplicationInsights.Common.ConditionalWeakTableExtensions
|
||||
Microsoft.ApplicationInsights.Extensibility.PerfCounterCollector.PerformanceCollectorModule
|
||||
Microsoft.ApplicationInsights.Extensibility.PerfCounterCollector.PerformanceCollectorModule.Counters.get -> System.Collections.Generic.IList<Microsoft.ApplicationInsights.Extensibility.PerfCounterCollector.PerformanceCounterCollectionRequest>
|
||||
Microsoft.ApplicationInsights.Extensibility.PerfCounterCollector.PerformanceCollectorModule.DefaultCounters.get -> System.Collections.Generic.IList<Microsoft.ApplicationInsights.Extensibility.PerfCounterCollector.PerformanceCounterCollectionRequest>
|
||||
Microsoft.ApplicationInsights.Extensibility.PerfCounterCollector.PerformanceCollectorModule.Dispose() -> void
|
||||
Microsoft.ApplicationInsights.Extensibility.PerfCounterCollector.PerformanceCollectorModule.EnableIISExpressPerformanceCounters.get -> bool
|
||||
Microsoft.ApplicationInsights.Extensibility.PerfCounterCollector.PerformanceCollectorModule.EnableIISExpressPerformanceCounters.set -> void
|
||||
Microsoft.ApplicationInsights.Extensibility.PerfCounterCollector.PerformanceCollectorModule.Initialize(Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration configuration) -> void
|
||||
Microsoft.ApplicationInsights.Extensibility.PerfCounterCollector.PerformanceCollectorModule.PerformanceCollectorModule() -> void
|
||||
Microsoft.ApplicationInsights.Extensibility.PerfCounterCollector.PerformanceCounterCollectionRequest
|
||||
Microsoft.ApplicationInsights.Extensibility.PerfCounterCollector.PerformanceCounterCollectionRequest.PerformanceCounter.get -> string
|
||||
Microsoft.ApplicationInsights.Extensibility.PerfCounterCollector.PerformanceCounterCollectionRequest.PerformanceCounter.set -> void
|
||||
Microsoft.ApplicationInsights.Extensibility.PerfCounterCollector.PerformanceCounterCollectionRequest.PerformanceCounterCollectionRequest() -> void
|
||||
Microsoft.ApplicationInsights.Extensibility.PerfCounterCollector.PerformanceCounterCollectionRequest.PerformanceCounterCollectionRequest(string performanceCounter, string reportAs) -> void
|
||||
Microsoft.ApplicationInsights.Extensibility.PerfCounterCollector.PerformanceCounterCollectionRequest.ReportAs.get -> string
|
||||
Microsoft.ApplicationInsights.Extensibility.PerfCounterCollector.PerformanceCounterCollectionRequest.ReportAs.set -> void
|
||||
Microsoft.ApplicationInsights.Extensibility.PerfCounterCollector.QuickPulse.QuickPulseTelemetryModule
|
||||
Microsoft.ApplicationInsights.Extensibility.PerfCounterCollector.QuickPulse.QuickPulseTelemetryModule.AuthenticationApiKey.get -> string
|
||||
Microsoft.ApplicationInsights.Extensibility.PerfCounterCollector.QuickPulse.QuickPulseTelemetryModule.AuthenticationApiKey.set -> void
|
||||
Microsoft.ApplicationInsights.Extensibility.PerfCounterCollector.QuickPulse.QuickPulseTelemetryModule.DisableFullTelemetryItems.get -> bool
|
||||
Microsoft.ApplicationInsights.Extensibility.PerfCounterCollector.QuickPulse.QuickPulseTelemetryModule.DisableFullTelemetryItems.set -> void
|
||||
Microsoft.ApplicationInsights.Extensibility.PerfCounterCollector.QuickPulse.QuickPulseTelemetryModule.DisableTopCpuProcesses.get -> bool
|
||||
Microsoft.ApplicationInsights.Extensibility.PerfCounterCollector.QuickPulse.QuickPulseTelemetryModule.DisableTopCpuProcesses.set -> void
|
||||
Microsoft.ApplicationInsights.Extensibility.PerfCounterCollector.QuickPulse.QuickPulseTelemetryModule.Dispose() -> void
|
||||
Microsoft.ApplicationInsights.Extensibility.PerfCounterCollector.QuickPulse.QuickPulseTelemetryModule.Initialize(Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration configuration) -> void
|
||||
Microsoft.ApplicationInsights.Extensibility.PerfCounterCollector.QuickPulse.QuickPulseTelemetryModule.QuickPulseServiceEndpoint.get -> string
|
||||
Microsoft.ApplicationInsights.Extensibility.PerfCounterCollector.QuickPulse.QuickPulseTelemetryModule.QuickPulseServiceEndpoint.set -> void
|
||||
Microsoft.ApplicationInsights.Extensibility.PerfCounterCollector.QuickPulse.QuickPulseTelemetryModule.QuickPulseTelemetryModule() -> void
|
||||
Microsoft.ApplicationInsights.Extensibility.PerfCounterCollector.QuickPulse.QuickPulseTelemetryModule.RegisterTelemetryProcessor(Microsoft.ApplicationInsights.Extensibility.ITelemetryProcessor telemetryProcessor) -> void
|
||||
Microsoft.ApplicationInsights.Extensibility.PerfCounterCollector.QuickPulse.QuickPulseTelemetryModule.ServerId.get -> string
|
||||
Microsoft.ApplicationInsights.Extensibility.PerfCounterCollector.QuickPulse.QuickPulseTelemetryModule.ServerId.set -> void
|
||||
Microsoft.ApplicationInsights.Extensibility.PerfCounterCollector.QuickPulse.QuickPulseTelemetryProcessor
|
||||
Microsoft.ApplicationInsights.Extensibility.PerfCounterCollector.QuickPulse.QuickPulseTelemetryProcessor.Initialize(Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration configuration) -> void
|
||||
Microsoft.ApplicationInsights.Extensibility.PerfCounterCollector.QuickPulse.QuickPulseTelemetryProcessor.Process(Microsoft.ApplicationInsights.Channel.ITelemetry telemetry) -> void
|
||||
Microsoft.ApplicationInsights.Extensibility.PerfCounterCollector.QuickPulse.QuickPulseTelemetryProcessor.QuickPulseTelemetryProcessor(Microsoft.ApplicationInsights.Extensibility.ITelemetryProcessor next) -> void
|
||||
static Microsoft.ApplicationInsights.Common.ConditionalWeakTableExtensions.AddIfNotExists<TKey, TValue>(this System.Runtime.CompilerServices.ConditionalWeakTable<TKey, TValue> conditionalWeakTable, TKey key, TValue value) -> void
|
|
@ -0,0 +1,116 @@
|
|||
Microsoft.ApplicationInsights.Extensibility.TelemetryProcessorChainBuilderExtensions
|
||||
Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.AdaptiveSamplingPercentageEvaluatedCallback
|
||||
Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.SamplingPercentageEstimatorSettings
|
||||
Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.SamplingPercentageEstimatorSettings.EvaluationInterval.get -> System.TimeSpan
|
||||
Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.SamplingPercentageEstimatorSettings.EvaluationInterval.set -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.SamplingPercentageEstimatorSettings.InitialSamplingPercentage.get -> double
|
||||
Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.SamplingPercentageEstimatorSettings.InitialSamplingPercentage.set -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.SamplingPercentageEstimatorSettings.MaxSamplingPercentage.get -> double
|
||||
Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.SamplingPercentageEstimatorSettings.MaxSamplingPercentage.set -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.SamplingPercentageEstimatorSettings.MaxTelemetryItemsPerSecond.get -> double
|
||||
Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.SamplingPercentageEstimatorSettings.MaxTelemetryItemsPerSecond.set -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.SamplingPercentageEstimatorSettings.MinSamplingPercentage.get -> double
|
||||
Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.SamplingPercentageEstimatorSettings.MinSamplingPercentage.set -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.SamplingPercentageEstimatorSettings.MovingAverageRatio.get -> double
|
||||
Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.SamplingPercentageEstimatorSettings.MovingAverageRatio.set -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.SamplingPercentageEstimatorSettings.SamplingPercentageDecreaseTimeout.get -> System.TimeSpan
|
||||
Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.SamplingPercentageEstimatorSettings.SamplingPercentageDecreaseTimeout.set -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.SamplingPercentageEstimatorSettings.SamplingPercentageEstimatorSettings() -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.SamplingPercentageEstimatorSettings.SamplingPercentageIncreaseTimeout.get -> System.TimeSpan
|
||||
Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.SamplingPercentageEstimatorSettings.SamplingPercentageIncreaseTimeout.set -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.AdaptiveSamplingTelemetryProcessor
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.AdaptiveSamplingTelemetryProcessor.AdaptiveSamplingTelemetryProcessor(Microsoft.ApplicationInsights.Extensibility.ITelemetryProcessor next) -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.AdaptiveSamplingTelemetryProcessor.AdaptiveSamplingTelemetryProcessor(Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.SamplingPercentageEstimatorSettings settings, Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.AdaptiveSamplingPercentageEvaluatedCallback callback, Microsoft.ApplicationInsights.Extensibility.ITelemetryProcessor next) -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.AdaptiveSamplingTelemetryProcessor.Dispose() -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.AdaptiveSamplingTelemetryProcessor.EvaluationInterval.get -> System.TimeSpan
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.AdaptiveSamplingTelemetryProcessor.EvaluationInterval.set -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.AdaptiveSamplingTelemetryProcessor.ExcludedTypes.get -> string
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.AdaptiveSamplingTelemetryProcessor.ExcludedTypes.set -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.AdaptiveSamplingTelemetryProcessor.IncludedTypes.get -> string
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.AdaptiveSamplingTelemetryProcessor.IncludedTypes.set -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.AdaptiveSamplingTelemetryProcessor.InitialSamplingPercentage.get -> double
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.AdaptiveSamplingTelemetryProcessor.InitialSamplingPercentage.set -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.AdaptiveSamplingTelemetryProcessor.MaxSamplingPercentage.get -> double
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.AdaptiveSamplingTelemetryProcessor.MaxSamplingPercentage.set -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.AdaptiveSamplingTelemetryProcessor.MaxTelemetryItemsPerSecond.get -> double
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.AdaptiveSamplingTelemetryProcessor.MaxTelemetryItemsPerSecond.set -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.AdaptiveSamplingTelemetryProcessor.MinSamplingPercentage.get -> double
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.AdaptiveSamplingTelemetryProcessor.MinSamplingPercentage.set -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.AdaptiveSamplingTelemetryProcessor.MovingAverageRatio.get -> double
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.AdaptiveSamplingTelemetryProcessor.MovingAverageRatio.set -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.AdaptiveSamplingTelemetryProcessor.Process(Microsoft.ApplicationInsights.Channel.ITelemetry item) -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.AdaptiveSamplingTelemetryProcessor.SamplingPercentageDecreaseTimeout.get -> System.TimeSpan
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.AdaptiveSamplingTelemetryProcessor.SamplingPercentageDecreaseTimeout.set -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.AdaptiveSamplingTelemetryProcessor.SamplingPercentageIncreaseTimeout.get -> System.TimeSpan
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.AdaptiveSamplingTelemetryProcessor.SamplingPercentageIncreaseTimeout.set -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.AdaptiveSamplingPercentageEvaluatedCallback
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.ApplicationStoppingEventArgs
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.ApplicationStoppingEventArgs.ApplicationStoppingEventArgs(System.Func<System.Func<System.Threading.Tasks.Task>, System.Threading.Tasks.Task> asyncMethodRunner) -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.ApplicationStoppingEventArgs.Run(System.Func<System.Threading.Tasks.Task> asyncMethod) -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.IApplicationLifecycle
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.IApplicationLifecycle.Started -> System.Action<object, object>
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.IApplicationLifecycle.Stopping -> System.EventHandler<Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.ApplicationStoppingEventArgs>
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.SamplingPercentageEstimatorSettings
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.SamplingPercentageEstimatorSettings.EvaluationInterval.get -> System.TimeSpan
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.SamplingPercentageEstimatorSettings.EvaluationInterval.set -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.SamplingPercentageEstimatorSettings.InitialSamplingPercentage.get -> double
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.SamplingPercentageEstimatorSettings.InitialSamplingPercentage.set -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.SamplingPercentageEstimatorSettings.MaxSamplingPercentage.get -> double
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.SamplingPercentageEstimatorSettings.MaxSamplingPercentage.set -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.SamplingPercentageEstimatorSettings.MaxTelemetryItemsPerSecond.get -> double
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.SamplingPercentageEstimatorSettings.MaxTelemetryItemsPerSecond.set -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.SamplingPercentageEstimatorSettings.MinSamplingPercentage.get -> double
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.SamplingPercentageEstimatorSettings.MinSamplingPercentage.set -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.SamplingPercentageEstimatorSettings.MovingAverageRatio.get -> double
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.SamplingPercentageEstimatorSettings.MovingAverageRatio.set -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.SamplingPercentageEstimatorSettings.SamplingPercentageDecreaseTimeout.get -> System.TimeSpan
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.SamplingPercentageEstimatorSettings.SamplingPercentageDecreaseTimeout.set -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.SamplingPercentageEstimatorSettings.SamplingPercentageEstimatorSettings() -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.SamplingPercentageEstimatorSettings.SamplingPercentageIncreaseTimeout.get -> System.TimeSpan
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implementation.SamplingPercentageEstimatorSettings.SamplingPercentageIncreaseTimeout.set -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.SamplingTelemetryProcessor
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.SamplingTelemetryProcessor.ExcludedTypes.get -> string
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.SamplingTelemetryProcessor.ExcludedTypes.set -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.SamplingTelemetryProcessor.IncludedTypes.get -> string
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.SamplingTelemetryProcessor.IncludedTypes.set -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.SamplingTelemetryProcessor.Process(Microsoft.ApplicationInsights.Channel.ITelemetry item) -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.SamplingTelemetryProcessor.SamplingPercentage.get -> double
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.SamplingTelemetryProcessor.SamplingPercentage.set -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.SamplingTelemetryProcessor.SamplingTelemetryProcessor(Microsoft.ApplicationInsights.Extensibility.ITelemetryProcessor next) -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.ServerTelemetryChannel
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.ServerTelemetryChannel.DefaultBackoffEnabledReportingInterval.get -> System.TimeSpan
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.ServerTelemetryChannel.DefaultBackoffEnabledReportingInterval.set -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.ServerTelemetryChannel.DeveloperMode.get -> bool?
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.ServerTelemetryChannel.DeveloperMode.set -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.ServerTelemetryChannel.Dispose() -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.ServerTelemetryChannel.EnableLocalThrottling.get -> bool
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.ServerTelemetryChannel.EnableLocalThrottling.set -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.ServerTelemetryChannel.EndpointAddress.get -> string
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.ServerTelemetryChannel.EndpointAddress.set -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.ServerTelemetryChannel.Flush() -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.ServerTelemetryChannel.Initialize(Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration configuration) -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.ServerTelemetryChannel.LocalThrottleLimit.get -> int
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.ServerTelemetryChannel.LocalThrottleLimit.set -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.ServerTelemetryChannel.LocalThrottleWindow.get -> int
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.ServerTelemetryChannel.LocalThrottleWindow.set -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.ServerTelemetryChannel.MaxBacklogSize.get -> int
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.ServerTelemetryChannel.MaxBacklogSize.set -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.ServerTelemetryChannel.MaxTelemetryBufferCapacity.get -> int
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.ServerTelemetryChannel.MaxTelemetryBufferCapacity.set -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.ServerTelemetryChannel.MaxTelemetryBufferDelay.get -> System.TimeSpan
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.ServerTelemetryChannel.MaxTelemetryBufferDelay.set -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.ServerTelemetryChannel.MaxTransmissionBufferCapacity.get -> int
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.ServerTelemetryChannel.MaxTransmissionBufferCapacity.set -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.ServerTelemetryChannel.MaxTransmissionSenderCapacity.get -> int
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.ServerTelemetryChannel.MaxTransmissionSenderCapacity.set -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.ServerTelemetryChannel.MaxTransmissionStorageCapacity.get -> long
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.ServerTelemetryChannel.MaxTransmissionStorageCapacity.set -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.ServerTelemetryChannel.Send(Microsoft.ApplicationInsights.Channel.ITelemetry item) -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.ServerTelemetryChannel.ServerTelemetryChannel() -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.ServerTelemetryChannel.StorageFolder.get -> string
|
||||
Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.ServerTelemetryChannel.StorageFolder.set -> void
|
||||
static Microsoft.ApplicationInsights.Extensibility.TelemetryProcessorChainBuilderExtensions.UseAdaptiveSampling(this Microsoft.ApplicationInsights.Extensibility.Implementation.TelemetryProcessorChainBuilder builder, double maxTelemetryItemsPerSecond, string excludedTypes = null, string includedTypes = null) -> Microsoft.ApplicationInsights.Extensibility.Implementation.TelemetryProcessorChainBuilder
|
||||
static Microsoft.ApplicationInsights.Extensibility.TelemetryProcessorChainBuilderExtensions.UseAdaptiveSampling(this Microsoft.ApplicationInsights.Extensibility.Implementation.TelemetryProcessorChainBuilder builder, Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.SamplingPercentageEstimatorSettings settings, Microsoft.ApplicationInsights.WindowsServer.Channel.Implementation.AdaptiveSamplingPercentageEvaluatedCallback callback, string excludedTypes = null, string includedTypes = null) -> Microsoft.ApplicationInsights.Extensibility.Implementation.TelemetryProcessorChainBuilder
|
||||
static Microsoft.ApplicationInsights.Extensibility.TelemetryProcessorChainBuilderExtensions.UseAdaptiveSampling(this Microsoft.ApplicationInsights.Extensibility.Implementation.TelemetryProcessorChainBuilder builder, string excludedTypes = null, string includedTypes = null) -> Microsoft.ApplicationInsights.Extensibility.Implementation.TelemetryProcessorChainBuilder
|
||||
static Microsoft.ApplicationInsights.Extensibility.TelemetryProcessorChainBuilderExtensions.UseSampling(this Microsoft.ApplicationInsights.Extensibility.Implementation.TelemetryProcessorChainBuilder builder, double samplingPercentage, string excludedTypes = null, string includedTypes = null) -> Microsoft.ApplicationInsights.Extensibility.Implementation.TelemetryProcessorChainBuilder
|
||||
virtual Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.AdaptiveSamplingTelemetryProcessor.Dispose(bool disposing) -> void
|
|
@ -0,0 +1,104 @@
|
|||
Microsoft.ApplicationInsights.Common.ConditionalWeakTableExtensions
|
||||
Microsoft.ApplicationInsights.Web.AccountIdTelemetryInitializer
|
||||
Microsoft.ApplicationInsights.Web.AccountIdTelemetryInitializer.AccountIdTelemetryInitializer() -> void
|
||||
Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule
|
||||
Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule.ApplicationInsightsHttpModule() -> void
|
||||
Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule.Dispose() -> void
|
||||
Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule.Init(System.Web.HttpApplication context) -> void
|
||||
Microsoft.ApplicationInsights.Web.AspNetDiagnosticTelemetryModule
|
||||
Microsoft.ApplicationInsights.Web.AspNetDiagnosticTelemetryModule.AspNetDiagnosticTelemetryModule() -> void
|
||||
Microsoft.ApplicationInsights.Web.AspNetDiagnosticTelemetryModule.Dispose() -> void
|
||||
Microsoft.ApplicationInsights.Web.AspNetDiagnosticTelemetryModule.Initialize(Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration configuration) -> void
|
||||
Microsoft.ApplicationInsights.Web.AspNetDiagnosticTelemetryModule.OnCompleted() -> void
|
||||
Microsoft.ApplicationInsights.Web.AspNetDiagnosticTelemetryModule.OnError(System.Exception error) -> void
|
||||
Microsoft.ApplicationInsights.Web.AspNetDiagnosticTelemetryModule.OnNext(System.Diagnostics.DiagnosticListener value) -> void
|
||||
Microsoft.ApplicationInsights.Web.AuthenticatedUserIdTelemetryInitializer
|
||||
Microsoft.ApplicationInsights.Web.AuthenticatedUserIdTelemetryInitializer.AuthenticatedUserIdTelemetryInitializer() -> void
|
||||
Microsoft.ApplicationInsights.Web.AzureAppServiceRoleNameFromHostNameHeaderInitializer
|
||||
Microsoft.ApplicationInsights.Web.AzureAppServiceRoleNameFromHostNameHeaderInitializer.AzureAppServiceRoleNameFromHostNameHeaderInitializer() -> void
|
||||
Microsoft.ApplicationInsights.Web.AzureAppServiceRoleNameFromHostNameHeaderInitializer.AzureAppServiceRoleNameFromHostNameHeaderInitializer(string webAppSuffix) -> void
|
||||
Microsoft.ApplicationInsights.Web.AzureAppServiceRoleNameFromHostNameHeaderInitializer.Initialize(Microsoft.ApplicationInsights.Channel.ITelemetry telemetry) -> void
|
||||
Microsoft.ApplicationInsights.Web.AzureAppServiceRoleNameFromHostNameHeaderInitializer.WebAppSuffix.get -> string
|
||||
Microsoft.ApplicationInsights.Web.AzureAppServiceRoleNameFromHostNameHeaderInitializer.WebAppSuffix.set -> void
|
||||
Microsoft.ApplicationInsights.Web.ClientIpHeaderTelemetryInitializer
|
||||
Microsoft.ApplicationInsights.Web.ClientIpHeaderTelemetryInitializer.ClientIpHeaderTelemetryInitializer() -> void
|
||||
Microsoft.ApplicationInsights.Web.ClientIpHeaderTelemetryInitializer.HeaderNames.get -> System.Collections.Generic.ICollection<string>
|
||||
Microsoft.ApplicationInsights.Web.ClientIpHeaderTelemetryInitializer.HeaderValueSeparators.get -> string
|
||||
Microsoft.ApplicationInsights.Web.ClientIpHeaderTelemetryInitializer.HeaderValueSeparators.set -> void
|
||||
Microsoft.ApplicationInsights.Web.ClientIpHeaderTelemetryInitializer.UseFirstIp.get -> bool
|
||||
Microsoft.ApplicationInsights.Web.ClientIpHeaderTelemetryInitializer.UseFirstIp.set -> void
|
||||
Microsoft.ApplicationInsights.Web.ExceptionTrackingTelemetryModule
|
||||
Microsoft.ApplicationInsights.Web.ExceptionTrackingTelemetryModule.Dispose() -> void
|
||||
Microsoft.ApplicationInsights.Web.ExceptionTrackingTelemetryModule.EnableMvcAndWebApiExceptionAutoTracking.get -> bool
|
||||
Microsoft.ApplicationInsights.Web.ExceptionTrackingTelemetryModule.EnableMvcAndWebApiExceptionAutoTracking.set -> void
|
||||
Microsoft.ApplicationInsights.Web.ExceptionTrackingTelemetryModule.ExceptionTrackingTelemetryModule() -> void
|
||||
Microsoft.ApplicationInsights.Web.ExceptionTrackingTelemetryModule.Initialize(Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration configuration) -> void
|
||||
Microsoft.ApplicationInsights.Web.ExceptionTrackingTelemetryModule.OnError(System.Web.HttpContext context) -> void
|
||||
Microsoft.ApplicationInsights.Web.Implementation.SyntheticUserAgentFilter
|
||||
Microsoft.ApplicationInsights.Web.Implementation.SyntheticUserAgentFilter.Pattern.get -> string
|
||||
Microsoft.ApplicationInsights.Web.Implementation.SyntheticUserAgentFilter.Pattern.set -> void
|
||||
Microsoft.ApplicationInsights.Web.Implementation.SyntheticUserAgentFilter.SourceName.get -> string
|
||||
Microsoft.ApplicationInsights.Web.Implementation.SyntheticUserAgentFilter.SourceName.set -> void
|
||||
Microsoft.ApplicationInsights.Web.Implementation.SyntheticUserAgentFilter.SyntheticUserAgentFilter() -> void
|
||||
Microsoft.ApplicationInsights.Web.Implementation.WebTelemetryInitializerBase
|
||||
Microsoft.ApplicationInsights.Web.Implementation.WebTelemetryInitializerBase.Initialize(Microsoft.ApplicationInsights.Channel.ITelemetry telemetry) -> void
|
||||
Microsoft.ApplicationInsights.Web.Implementation.WebTelemetryModuleBase
|
||||
Microsoft.ApplicationInsights.Web.Implementation.WebTelemetryModuleBase.WebTelemetryModuleBase() -> void
|
||||
Microsoft.ApplicationInsights.Web.OperationCorrelationTelemetryInitializer
|
||||
Microsoft.ApplicationInsights.Web.OperationCorrelationTelemetryInitializer.OperationCorrelationTelemetryInitializer() -> void
|
||||
Microsoft.ApplicationInsights.Web.OperationCorrelationTelemetryInitializer.ParentOperationIdHeaderName.get -> string
|
||||
Microsoft.ApplicationInsights.Web.OperationCorrelationTelemetryInitializer.ParentOperationIdHeaderName.set -> void
|
||||
Microsoft.ApplicationInsights.Web.OperationCorrelationTelemetryInitializer.RootOperationIdHeaderName.get -> string
|
||||
Microsoft.ApplicationInsights.Web.OperationCorrelationTelemetryInitializer.RootOperationIdHeaderName.set -> void
|
||||
Microsoft.ApplicationInsights.Web.OperationNameTelemetryInitializer
|
||||
Microsoft.ApplicationInsights.Web.OperationNameTelemetryInitializer.OperationNameTelemetryInitializer() -> void
|
||||
Microsoft.ApplicationInsights.Web.RequestTrackingTelemetryModule
|
||||
Microsoft.ApplicationInsights.Web.RequestTrackingTelemetryModule.AddTargetHashForResponseHeader(System.Web.HttpContext context) -> void
|
||||
Microsoft.ApplicationInsights.Web.RequestTrackingTelemetryModule.ChildRequestTrackingInternalDictionarySize.get -> int
|
||||
Microsoft.ApplicationInsights.Web.RequestTrackingTelemetryModule.ChildRequestTrackingInternalDictionarySize.set -> void
|
||||
Microsoft.ApplicationInsights.Web.RequestTrackingTelemetryModule.EnableAccessControlExposeHeader.get -> bool
|
||||
Microsoft.ApplicationInsights.Web.RequestTrackingTelemetryModule.EnableAccessControlExposeHeader.set -> void
|
||||
Microsoft.ApplicationInsights.Web.RequestTrackingTelemetryModule.EnableChildRequestTrackingSuppression.get -> bool
|
||||
Microsoft.ApplicationInsights.Web.RequestTrackingTelemetryModule.EnableChildRequestTrackingSuppression.set -> void
|
||||
Microsoft.ApplicationInsights.Web.RequestTrackingTelemetryModule.EnableW3CHeadersExtraction.get -> bool
|
||||
Microsoft.ApplicationInsights.Web.RequestTrackingTelemetryModule.EnableW3CHeadersExtraction.set -> void
|
||||
Microsoft.ApplicationInsights.Web.RequestTrackingTelemetryModule.Handlers.get -> System.Collections.Generic.IList<string>
|
||||
Microsoft.ApplicationInsights.Web.RequestTrackingTelemetryModule.Initialize(Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration configuration) -> void
|
||||
Microsoft.ApplicationInsights.Web.RequestTrackingTelemetryModule.OnBeginRequest(System.Web.HttpContext context) -> void
|
||||
Microsoft.ApplicationInsights.Web.RequestTrackingTelemetryModule.OnEndRequest(System.Web.HttpContext context) -> void
|
||||
Microsoft.ApplicationInsights.Web.RequestTrackingTelemetryModule.ProfileQueryEndpoint.get -> string
|
||||
Microsoft.ApplicationInsights.Web.RequestTrackingTelemetryModule.ProfileQueryEndpoint.set -> void
|
||||
Microsoft.ApplicationInsights.Web.RequestTrackingTelemetryModule.RequestTrackingTelemetryModule() -> void
|
||||
Microsoft.ApplicationInsights.Web.RequestTrackingTelemetryModule.SetComponentCorrelationHttpHeaders.get -> bool
|
||||
Microsoft.ApplicationInsights.Web.RequestTrackingTelemetryModule.SetComponentCorrelationHttpHeaders.set -> void
|
||||
Microsoft.ApplicationInsights.Web.SessionTelemetryInitializer
|
||||
Microsoft.ApplicationInsights.Web.SessionTelemetryInitializer.SessionTelemetryInitializer() -> void
|
||||
Microsoft.ApplicationInsights.Web.SyntheticUserAgentTelemetryInitializer
|
||||
Microsoft.ApplicationInsights.Web.SyntheticUserAgentTelemetryInitializer.Filters.get -> string
|
||||
Microsoft.ApplicationInsights.Web.SyntheticUserAgentTelemetryInitializer.Filters.set -> void
|
||||
Microsoft.ApplicationInsights.Web.SyntheticUserAgentTelemetryInitializer.SyntheticUserAgentTelemetryInitializer() -> void
|
||||
Microsoft.ApplicationInsights.Web.UserTelemetryInitializer
|
||||
Microsoft.ApplicationInsights.Web.UserTelemetryInitializer.UserTelemetryInitializer() -> void
|
||||
Microsoft.ApplicationInsights.Web.WebTestTelemetryInitializer
|
||||
Microsoft.ApplicationInsights.Web.WebTestTelemetryInitializer.WebTestTelemetryInitializer() -> void
|
||||
System.Web.HttpContextBaseExtension
|
||||
System.Web.HttpContextExtension
|
||||
override Microsoft.ApplicationInsights.Web.AccountIdTelemetryInitializer.OnInitializeTelemetry(System.Web.HttpContext platformContext, Microsoft.ApplicationInsights.DataContracts.RequestTelemetry requestTelemetry, Microsoft.ApplicationInsights.Channel.ITelemetry telemetry) -> void
|
||||
override Microsoft.ApplicationInsights.Web.AuthenticatedUserIdTelemetryInitializer.OnInitializeTelemetry(System.Web.HttpContext platformContext, Microsoft.ApplicationInsights.DataContracts.RequestTelemetry requestTelemetry, Microsoft.ApplicationInsights.Channel.ITelemetry telemetry) -> void
|
||||
override Microsoft.ApplicationInsights.Web.ClientIpHeaderTelemetryInitializer.OnInitializeTelemetry(System.Web.HttpContext platformContext, Microsoft.ApplicationInsights.DataContracts.RequestTelemetry requestTelemetry, Microsoft.ApplicationInsights.Channel.ITelemetry telemetry) -> void
|
||||
override Microsoft.ApplicationInsights.Web.OperationCorrelationTelemetryInitializer.OnInitializeTelemetry(System.Web.HttpContext platformContext, Microsoft.ApplicationInsights.DataContracts.RequestTelemetry requestTelemetry, Microsoft.ApplicationInsights.Channel.ITelemetry telemetry) -> void
|
||||
override Microsoft.ApplicationInsights.Web.OperationNameTelemetryInitializer.OnInitializeTelemetry(System.Web.HttpContext platformContext, Microsoft.ApplicationInsights.DataContracts.RequestTelemetry rootRequestTelemetry, Microsoft.ApplicationInsights.Channel.ITelemetry telemetry) -> void
|
||||
override Microsoft.ApplicationInsights.Web.SessionTelemetryInitializer.OnInitializeTelemetry(System.Web.HttpContext platformContext, Microsoft.ApplicationInsights.DataContracts.RequestTelemetry requestTelemetry, Microsoft.ApplicationInsights.Channel.ITelemetry telemetry) -> void
|
||||
override Microsoft.ApplicationInsights.Web.SyntheticUserAgentTelemetryInitializer.OnInitializeTelemetry(System.Web.HttpContext platformContext, Microsoft.ApplicationInsights.DataContracts.RequestTelemetry requestTelemetry, Microsoft.ApplicationInsights.Channel.ITelemetry telemetry) -> void
|
||||
override Microsoft.ApplicationInsights.Web.UserTelemetryInitializer.OnInitializeTelemetry(System.Web.HttpContext platformContext, Microsoft.ApplicationInsights.DataContracts.RequestTelemetry requestTelemetry, Microsoft.ApplicationInsights.Channel.ITelemetry telemetry) -> void
|
||||
override Microsoft.ApplicationInsights.Web.WebTestTelemetryInitializer.OnInitializeTelemetry(System.Web.HttpContext platformContext, Microsoft.ApplicationInsights.DataContracts.RequestTelemetry requestTelemetry, Microsoft.ApplicationInsights.Channel.ITelemetry telemetry) -> void
|
||||
static Microsoft.ApplicationInsights.Common.ConditionalWeakTableExtensions.AddIfNotExists<TKey, TValue>(this System.Runtime.CompilerServices.ConditionalWeakTable<TKey, TValue> conditionalWeakTable, TKey key, TValue value) -> void
|
||||
static System.Web.HttpContextBaseExtension.GetRequestTelemetry(this System.Web.HttpContextBase context) -> Microsoft.ApplicationInsights.DataContracts.RequestTelemetry
|
||||
static System.Web.HttpContextExtension.GetRequestTelemetry(this System.Web.HttpContext context) -> Microsoft.ApplicationInsights.DataContracts.RequestTelemetry
|
||||
virtual Microsoft.ApplicationInsights.Web.AspNetDiagnosticTelemetryModule.Dispose(bool dispose) -> void
|
||||
virtual Microsoft.ApplicationInsights.Web.AzureAppServiceRoleNameFromHostNameHeaderInitializer.GetRequestFromContext(System.Web.HttpContext context) -> Microsoft.ApplicationInsights.DataContracts.RequestTelemetry
|
||||
virtual Microsoft.ApplicationInsights.Web.AzureAppServiceRoleNameFromHostNameHeaderInitializer.ResolvePlatformContext() -> System.Web.HttpContext
|
||||
virtual Microsoft.ApplicationInsights.Web.ExceptionTrackingTelemetryModule.Dispose(bool disposing) -> void
|
||||
virtual Microsoft.ApplicationInsights.Web.Implementation.WebTelemetryModuleBase.OnBeginRequest(Microsoft.ApplicationInsights.DataContracts.RequestTelemetry requestTelemetry, System.Web.HttpContext platformContext) -> void
|
||||
virtual Microsoft.ApplicationInsights.Web.Implementation.WebTelemetryModuleBase.OnEndRequest(Microsoft.ApplicationInsights.DataContracts.RequestTelemetry requestTelemetry, System.Web.HttpContext platformContext) -> void
|
||||
virtual Microsoft.ApplicationInsights.Web.Implementation.WebTelemetryModuleBase.OnError(Microsoft.ApplicationInsights.DataContracts.RequestTelemetry requestTelemetry, System.Web.HttpContext platformContext) -> void
|
|
@ -0,0 +1,42 @@
|
|||
Microsoft.ApplicationInsights.Common.ConditionalWeakTableExtensions
|
||||
Microsoft.ApplicationInsights.WindowsServer.AppServicesHeartbeatTelemetryModule
|
||||
Microsoft.ApplicationInsights.WindowsServer.AppServicesHeartbeatTelemetryModule.AppServicesHeartbeatTelemetryModule() -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.AppServicesHeartbeatTelemetryModule.Dispose() -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.AppServicesHeartbeatTelemetryModule.Initialize(Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration configuration) -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.AppServicesHeartbeatTelemetryModule.UpdateHeartbeatWithAppServiceEnvVarValues() -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.AzureInstanceMetadataTelemetryModule
|
||||
Microsoft.ApplicationInsights.WindowsServer.AzureInstanceMetadataTelemetryModule.AzureInstanceMetadataTelemetryModule() -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.AzureInstanceMetadataTelemetryModule.Initialize(Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration unused) -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.AzureRoleEnvironmentTelemetryInitializer
|
||||
Microsoft.ApplicationInsights.WindowsServer.AzureRoleEnvironmentTelemetryInitializer.AzureRoleEnvironmentTelemetryInitializer() -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.AzureRoleEnvironmentTelemetryInitializer.Initialize(Microsoft.ApplicationInsights.Channel.ITelemetry telemetry) -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.AzureWebAppRoleEnvironmentTelemetryInitializer
|
||||
Microsoft.ApplicationInsights.WindowsServer.AzureWebAppRoleEnvironmentTelemetryInitializer.AzureWebAppRoleEnvironmentTelemetryInitializer() -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.AzureWebAppRoleEnvironmentTelemetryInitializer.Dispose() -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.AzureWebAppRoleEnvironmentTelemetryInitializer.Initialize(Microsoft.ApplicationInsights.Channel.ITelemetry telemetry) -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.BuildInfoConfigComponentVersionTelemetryInitializer
|
||||
Microsoft.ApplicationInsights.WindowsServer.BuildInfoConfigComponentVersionTelemetryInitializer.BuildInfoConfigComponentVersionTelemetryInitializer() -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.BuildInfoConfigComponentVersionTelemetryInitializer.Initialize(Microsoft.ApplicationInsights.Channel.ITelemetry telemetry) -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.DeveloperModeWithDebuggerAttachedTelemetryModule
|
||||
Microsoft.ApplicationInsights.WindowsServer.DeveloperModeWithDebuggerAttachedTelemetryModule.DeveloperModeWithDebuggerAttachedTelemetryModule() -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.DeveloperModeWithDebuggerAttachedTelemetryModule.Initialize(Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration configuration) -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.DeviceTelemetryInitializer
|
||||
Microsoft.ApplicationInsights.WindowsServer.DeviceTelemetryInitializer.DeviceTelemetryInitializer() -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.DeviceTelemetryInitializer.Initialize(Microsoft.ApplicationInsights.Channel.ITelemetry telemetry) -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.DomainNameRoleInstanceTelemetryInitializer
|
||||
Microsoft.ApplicationInsights.WindowsServer.DomainNameRoleInstanceTelemetryInitializer.DomainNameRoleInstanceTelemetryInitializer() -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.DomainNameRoleInstanceTelemetryInitializer.Initialize(Microsoft.ApplicationInsights.Channel.ITelemetry telemetry) -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.FirstChanceExceptionStatisticsTelemetryModule
|
||||
Microsoft.ApplicationInsights.WindowsServer.FirstChanceExceptionStatisticsTelemetryModule.Dispose() -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.FirstChanceExceptionStatisticsTelemetryModule.FirstChanceExceptionStatisticsTelemetryModule() -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.FirstChanceExceptionStatisticsTelemetryModule.Initialize(Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration configuration) -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.UnhandledExceptionTelemetryModule
|
||||
Microsoft.ApplicationInsights.WindowsServer.UnhandledExceptionTelemetryModule.Dispose() -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.UnhandledExceptionTelemetryModule.Initialize(Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration configuration) -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.UnhandledExceptionTelemetryModule.UnhandledExceptionTelemetryModule() -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.UnobservedExceptionTelemetryModule
|
||||
Microsoft.ApplicationInsights.WindowsServer.UnobservedExceptionTelemetryModule.Dispose() -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.UnobservedExceptionTelemetryModule.Initialize(Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration configuration) -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.UnobservedExceptionTelemetryModule.UnobservedExceptionTelemetryModule() -> void
|
||||
static Microsoft.ApplicationInsights.Common.ConditionalWeakTableExtensions.AddIfNotExists<TKey, TValue>(this System.Runtime.CompilerServices.ConditionalWeakTable<TKey, TValue> conditionalWeakTable, TKey key, TValue value) -> void
|
||||
virtual Microsoft.ApplicationInsights.WindowsServer.BuildInfoConfigComponentVersionTelemetryInitializer.LoadBuildInfoConfig() -> System.Xml.Linq.XElement
|
|
@ -0,0 +1,4 @@
|
|||
Microsoft.ApplicationInsights.WindowsServer.AppServicesHeartbeatTelemetryModule.HeartbeatPropertyManager.get -> Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing.IHeartbeatPropertyManager
|
||||
Microsoft.ApplicationInsights.WindowsServer.AppServicesHeartbeatTelemetryModule.HeartbeatPropertyManager.set -> void
|
||||
Microsoft.ApplicationInsights.WindowsServer.AzureInstanceMetadataTelemetryModule.HeartbeatPropertyManager.get -> Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing.IHeartbeatPropertyManager
|
||||
Microsoft.ApplicationInsights.WindowsServer.AzureInstanceMetadataTelemetryModule.HeartbeatPropertyManager.set -> void
|
|
@ -0,0 +1,154 @@
|
|||
abstract Microsoft.ApplicationInsights.AspNetCore.TelemetryInitializers.TelemetryInitializerBase.OnInitializeTelemetry(Microsoft.AspNetCore.Http.HttpContext platformContext, Microsoft.ApplicationInsights.DataContracts.RequestTelemetry requestTelemetry, Microsoft.ApplicationInsights.Channel.ITelemetry telemetry) -> void
|
||||
Microsoft.ApplicationInsights.AspNetCore.DiagnosticListeners.MvcDiagnosticsListener
|
||||
Microsoft.ApplicationInsights.AspNetCore.DiagnosticListeners.MvcDiagnosticsListener.Dispose() -> void
|
||||
Microsoft.ApplicationInsights.AspNetCore.DiagnosticListeners.MvcDiagnosticsListener.ListenerName.get -> string
|
||||
Microsoft.ApplicationInsights.AspNetCore.DiagnosticListeners.MvcDiagnosticsListener.MvcDiagnosticsListener() -> void
|
||||
Microsoft.ApplicationInsights.AspNetCore.DiagnosticListeners.MvcDiagnosticsListener.OnBeforeAction(Microsoft.AspNetCore.Http.HttpContext httpContext, System.Collections.Generic.IDictionary<string, object> routeValues) -> void
|
||||
Microsoft.ApplicationInsights.AspNetCore.DiagnosticListeners.MvcDiagnosticsListener.OnCompleted() -> void
|
||||
Microsoft.ApplicationInsights.AspNetCore.DiagnosticListeners.MvcDiagnosticsListener.OnError(System.Exception error) -> void
|
||||
Microsoft.ApplicationInsights.AspNetCore.DiagnosticListeners.MvcDiagnosticsListener.OnNext(System.Collections.Generic.KeyValuePair<string, object> value) -> void
|
||||
Microsoft.ApplicationInsights.AspNetCore.DiagnosticListeners.MvcDiagnosticsListener.OnSubscribe() -> void
|
||||
Microsoft.ApplicationInsights.AspNetCore.ExceptionTrackingMiddleware
|
||||
Microsoft.ApplicationInsights.AspNetCore.ExceptionTrackingMiddleware.ExceptionTrackingMiddleware(Microsoft.AspNetCore.Http.RequestDelegate next, Microsoft.ApplicationInsights.TelemetryClient client) -> void
|
||||
Microsoft.ApplicationInsights.AspNetCore.ExceptionTrackingMiddleware.Invoke(Microsoft.AspNetCore.Http.HttpContext httpContext) -> System.Threading.Tasks.Task
|
||||
Microsoft.ApplicationInsights.AspNetCore.Extensions.ApplicationInsightsServiceOptions
|
||||
Microsoft.ApplicationInsights.AspNetCore.Extensions.ApplicationInsightsServiceOptions.AddAutoCollectedMetricExtractor.get -> bool
|
||||
Microsoft.ApplicationInsights.AspNetCore.Extensions.ApplicationInsightsServiceOptions.AddAutoCollectedMetricExtractor.set -> void
|
||||
Microsoft.ApplicationInsights.AspNetCore.Extensions.ApplicationInsightsServiceOptions.ApplicationInsightsServiceOptions() -> void
|
||||
Microsoft.ApplicationInsights.AspNetCore.Extensions.ApplicationInsightsServiceOptions.ApplicationVersion.get -> string
|
||||
Microsoft.ApplicationInsights.AspNetCore.Extensions.ApplicationInsightsServiceOptions.ApplicationVersion.set -> void
|
||||
Microsoft.ApplicationInsights.AspNetCore.Extensions.ApplicationInsightsServiceOptions.ConnectionString.get -> string
|
||||
Microsoft.ApplicationInsights.AspNetCore.Extensions.ApplicationInsightsServiceOptions.ConnectionString.set -> void
|
||||
Microsoft.ApplicationInsights.AspNetCore.Extensions.ApplicationInsightsServiceOptions.DependencyCollectionOptions.get -> Microsoft.ApplicationInsights.AspNetCore.Extensions.DependencyCollectionOptions
|
||||
Microsoft.ApplicationInsights.AspNetCore.Extensions.ApplicationInsightsServiceOptions.DeveloperMode.get -> bool?
|
||||
Microsoft.ApplicationInsights.AspNetCore.Extensions.ApplicationInsightsServiceOptions.DeveloperMode.set -> void
|
||||
Microsoft.ApplicationInsights.AspNetCore.Extensions.ApplicationInsightsServiceOptions.EnableAdaptiveSampling.get -> bool
|
||||
Microsoft.ApplicationInsights.AspNetCore.Extensions.ApplicationInsightsServiceOptions.EnableAdaptiveSampling.set -> void
|
||||
Microsoft.ApplicationInsights.AspNetCore.Extensions.ApplicationInsightsServiceOptions.EnableAppServicesHeartbeatTelemetryModule.get -> bool
|
||||
Microsoft.ApplicationInsights.AspNetCore.Extensions.ApplicationInsightsServiceOptions.EnableAppServicesHeartbeatTelemetryModule.set -> void
|
||||
Microsoft.ApplicationInsights.AspNetCore.Extensions.ApplicationInsightsServiceOptions.EnableAuthenticationTrackingJavaScript.get -> bool
|
||||
Microsoft.ApplicationInsights.AspNetCore.Extensions.ApplicationInsightsServiceOptions.EnableAuthenticationTrackingJavaScript.set -> void
|
||||
Microsoft.ApplicationInsights.AspNetCore.Extensions.ApplicationInsightsServiceOptions.EnableAzureInstanceMetadataTelemetryModule.get -> bool
|
||||
Microsoft.ApplicationInsights.AspNetCore.Extensions.ApplicationInsightsServiceOptions.EnableAzureInstanceMetadataTelemetryModule.set -> void
|
||||
Microsoft.ApplicationInsights.AspNetCore.Extensions.ApplicationInsightsServiceOptions.EnableDebugLogger.get -> bool
|
||||
Microsoft.ApplicationInsights.AspNetCore.Extensions.ApplicationInsightsServiceOptions.EnableDebugLogger.set -> void
|
||||
Microsoft.ApplicationInsights.AspNetCore.Extensions.ApplicationInsightsServiceOptions.EnableDependencyTrackingTelemetryModule.get -> bool
|
||||
Microsoft.ApplicationInsights.AspNetCore.Extensions.ApplicationInsightsServiceOptions.EnableDependencyTrackingTelemetryModule.set -> void
|
||||
Microsoft.ApplicationInsights.AspNetCore.Extensions.ApplicationInsightsServiceOptions.EnableHeartbeat.get -> bool
|
||||
Microsoft.ApplicationInsights.AspNetCore.Extensions.ApplicationInsightsServiceOptions.EnableHeartbeat.set -> void
|
||||
Microsoft.ApplicationInsights.AspNetCore.Extensions.ApplicationInsightsServiceOptions.EnablePerformanceCounterCollectionModule.get -> bool
|
||||
Microsoft.ApplicationInsights.AspNetCore.Extensions.ApplicationInsightsServiceOptions.EnablePerformanceCounterCollectionModule.set -> void
|
||||
Microsoft.ApplicationInsights.AspNetCore.Extensions.ApplicationInsightsServiceOptions.EnableQuickPulseMetricStream.get -> bool
|
||||
Microsoft.ApplicationInsights.AspNetCore.Extensions.ApplicationInsightsServiceOptions.EnableQuickPulseMetricStream.set -> void
|
||||
Microsoft.ApplicationInsights.AspNetCore.Extensions.ApplicationInsightsServiceOptions.EnableRequestTrackingTelemetryModule.get -> bool
|
||||
Microsoft.ApplicationInsights.AspNetCore.Extensions.ApplicationInsightsServiceOptions.EnableRequestTrackingTelemetryModule.set -> void
|
||||
Microsoft.ApplicationInsights.AspNetCore.Extensions.ApplicationInsightsServiceOptions.EndpointAddress.get -> string
|
||||
Microsoft.ApplicationInsights.AspNetCore.Extensions.ApplicationInsightsServiceOptions.EndpointAddress.set -> void
|
||||
Microsoft.ApplicationInsights.AspNetCore.Extensions.ApplicationInsightsServiceOptions.InstrumentationKey.get -> string
|
||||
Microsoft.ApplicationInsights.AspNetCore.Extensions.ApplicationInsightsServiceOptions.InstrumentationKey.set -> void
|
||||
Microsoft.ApplicationInsights.AspNetCore.Extensions.ApplicationInsightsServiceOptions.RequestCollectionOptions.get -> Microsoft.ApplicationInsights.AspNetCore.Extensions.RequestCollectionOptions
|
||||
Microsoft.ApplicationInsights.AspNetCore.Extensions.DependencyCollectionOptions
|
||||
Microsoft.ApplicationInsights.AspNetCore.Extensions.DependencyCollectionOptions.DependencyCollectionOptions() -> void
|
||||
Microsoft.ApplicationInsights.AspNetCore.Extensions.DependencyCollectionOptions.EnableLegacyCorrelationHeadersInjection.get -> bool
|
||||
Microsoft.ApplicationInsights.AspNetCore.Extensions.DependencyCollectionOptions.EnableLegacyCorrelationHeadersInjection.set -> void
|
||||
Microsoft.ApplicationInsights.AspNetCore.Extensions.HttpRequestExtensions
|
||||
Microsoft.ApplicationInsights.AspNetCore.Extensions.RequestCollectionOptions
|
||||
Microsoft.ApplicationInsights.AspNetCore.Extensions.RequestCollectionOptions.EnableW3CDistributedTracing.get -> bool
|
||||
Microsoft.ApplicationInsights.AspNetCore.Extensions.RequestCollectionOptions.EnableW3CDistributedTracing.set -> void
|
||||
Microsoft.ApplicationInsights.AspNetCore.Extensions.RequestCollectionOptions.InjectResponseHeaders.get -> bool
|
||||
Microsoft.ApplicationInsights.AspNetCore.Extensions.RequestCollectionOptions.InjectResponseHeaders.set -> void
|
||||
Microsoft.ApplicationInsights.AspNetCore.Extensions.RequestCollectionOptions.RequestCollectionOptions() -> void
|
||||
Microsoft.ApplicationInsights.AspNetCore.Extensions.RequestCollectionOptions.TrackExceptions.get -> bool
|
||||
Microsoft.ApplicationInsights.AspNetCore.Extensions.RequestCollectionOptions.TrackExceptions.set -> void
|
||||
Microsoft.ApplicationInsights.AspNetCore.IJavaScriptSnippet
|
||||
Microsoft.ApplicationInsights.AspNetCore.IJavaScriptSnippet.FullScript.get -> string
|
||||
Microsoft.ApplicationInsights.AspNetCore.ITelemetryModuleConfigurator
|
||||
Microsoft.ApplicationInsights.AspNetCore.ITelemetryModuleConfigurator.Configure(Microsoft.ApplicationInsights.Extensibility.ITelemetryModule telemetryModule) -> void
|
||||
Microsoft.ApplicationInsights.AspNetCore.ITelemetryModuleConfigurator.Configure(Microsoft.ApplicationInsights.Extensibility.ITelemetryModule telemetryModule, Microsoft.ApplicationInsights.AspNetCore.Extensions.ApplicationInsightsServiceOptions options) -> void
|
||||
Microsoft.ApplicationInsights.AspNetCore.ITelemetryModuleConfigurator.TelemetryModuleType.get -> System.Type
|
||||
Microsoft.ApplicationInsights.AspNetCore.ITelemetryProcessorFactory
|
||||
Microsoft.ApplicationInsights.AspNetCore.ITelemetryProcessorFactory.Create(Microsoft.ApplicationInsights.Extensibility.ITelemetryProcessor nextProcessor) -> Microsoft.ApplicationInsights.Extensibility.ITelemetryProcessor
|
||||
Microsoft.ApplicationInsights.AspNetCore.JavaScriptSnippet
|
||||
Microsoft.ApplicationInsights.AspNetCore.JavaScriptSnippet.FullScript.get -> string
|
||||
Microsoft.ApplicationInsights.AspNetCore.JavaScriptSnippet.JavaScriptSnippet(Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration telemetryConfiguration, Microsoft.Extensions.Options.IOptions<Microsoft.ApplicationInsights.AspNetCore.Extensions.ApplicationInsightsServiceOptions> serviceOptions, Microsoft.AspNetCore.Http.IHttpContextAccessor httpContextAccessor, System.Text.Encodings.Web.JavaScriptEncoder encoder = null) -> void
|
||||
Microsoft.ApplicationInsights.AspNetCore.JavaScriptSnippet.ScriptBody.get -> string
|
||||
Microsoft.ApplicationInsights.AspNetCore.Logging.ApplicationInsightsLoggerOptions
|
||||
Microsoft.ApplicationInsights.AspNetCore.Logging.ApplicationInsightsLoggerOptions.ApplicationInsightsLoggerOptions() -> void
|
||||
Microsoft.ApplicationInsights.AspNetCore.Logging.ApplicationInsightsLoggerOptions.IncludeEventId.get -> bool
|
||||
Microsoft.ApplicationInsights.AspNetCore.Logging.ApplicationInsightsLoggerOptions.IncludeEventId.set -> void
|
||||
Microsoft.ApplicationInsights.AspNetCore.Logging.ApplicationInsightsLoggerOptions.TrackExceptionsAsExceptionTelemetry.get -> bool
|
||||
Microsoft.ApplicationInsights.AspNetCore.Logging.ApplicationInsightsLoggerOptions.TrackExceptionsAsExceptionTelemetry.set -> void
|
||||
Microsoft.ApplicationInsights.AspNetCore.RequestTrackingTelemetryModule
|
||||
Microsoft.ApplicationInsights.AspNetCore.RequestTrackingTelemetryModule.CollectionOptions.get -> Microsoft.ApplicationInsights.AspNetCore.Extensions.RequestCollectionOptions
|
||||
Microsoft.ApplicationInsights.AspNetCore.RequestTrackingTelemetryModule.CollectionOptions.set -> void
|
||||
Microsoft.ApplicationInsights.AspNetCore.RequestTrackingTelemetryModule.Dispose() -> void
|
||||
Microsoft.ApplicationInsights.AspNetCore.RequestTrackingTelemetryModule.Initialize(Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration configuration) -> void
|
||||
Microsoft.ApplicationInsights.AspNetCore.RequestTrackingTelemetryModule.RequestTrackingTelemetryModule() -> void
|
||||
Microsoft.ApplicationInsights.AspNetCore.RequestTrackingTelemetryModule.RequestTrackingTelemetryModule(Microsoft.ApplicationInsights.Extensibility.IApplicationIdProvider applicationIdProvider) -> void
|
||||
Microsoft.ApplicationInsights.AspNetCore.Resources
|
||||
Microsoft.ApplicationInsights.AspNetCore.TelemetryInitializers.AspNetCoreEnvironmentTelemetryInitializer
|
||||
Microsoft.ApplicationInsights.AspNetCore.TelemetryInitializers.AspNetCoreEnvironmentTelemetryInitializer.AspNetCoreEnvironmentTelemetryInitializer(Microsoft.AspNetCore.Hosting.IHostingEnvironment environment) -> void
|
||||
Microsoft.ApplicationInsights.AspNetCore.TelemetryInitializers.AspNetCoreEnvironmentTelemetryInitializer.Initialize(Microsoft.ApplicationInsights.Channel.ITelemetry telemetry) -> void
|
||||
Microsoft.ApplicationInsights.AspNetCore.TelemetryInitializers.AzureAppServiceRoleNameFromHostNameHeaderInitializer
|
||||
Microsoft.ApplicationInsights.AspNetCore.TelemetryInitializers.AzureAppServiceRoleNameFromHostNameHeaderInitializer.AzureAppServiceRoleNameFromHostNameHeaderInitializer(string webAppSuffix = ".azurewebsites.net") -> void
|
||||
Microsoft.ApplicationInsights.AspNetCore.TelemetryInitializers.AzureAppServiceRoleNameFromHostNameHeaderInitializer.Initialize(Microsoft.ApplicationInsights.Channel.ITelemetry telemetry) -> void
|
||||
Microsoft.ApplicationInsights.AspNetCore.TelemetryInitializers.AzureAppServiceRoleNameFromHostNameHeaderInitializer.WebAppSuffix.get -> string
|
||||
Microsoft.ApplicationInsights.AspNetCore.TelemetryInitializers.AzureAppServiceRoleNameFromHostNameHeaderInitializer.WebAppSuffix.set -> void
|
||||
Microsoft.ApplicationInsights.AspNetCore.TelemetryInitializers.ClientIpHeaderTelemetryInitializer
|
||||
Microsoft.ApplicationInsights.AspNetCore.TelemetryInitializers.ClientIpHeaderTelemetryInitializer.ClientIpHeaderTelemetryInitializer(Microsoft.AspNetCore.Http.IHttpContextAccessor httpContextAccessor) -> void
|
||||
Microsoft.ApplicationInsights.AspNetCore.TelemetryInitializers.ClientIpHeaderTelemetryInitializer.HeaderNames.get -> System.Collections.Generic.ICollection<string>
|
||||
Microsoft.ApplicationInsights.AspNetCore.TelemetryInitializers.ClientIpHeaderTelemetryInitializer.HeaderValueSeparators.get -> string
|
||||
Microsoft.ApplicationInsights.AspNetCore.TelemetryInitializers.ClientIpHeaderTelemetryInitializer.HeaderValueSeparators.set -> void
|
||||
Microsoft.ApplicationInsights.AspNetCore.TelemetryInitializers.ClientIpHeaderTelemetryInitializer.UseFirstIp.get -> bool
|
||||
Microsoft.ApplicationInsights.AspNetCore.TelemetryInitializers.ClientIpHeaderTelemetryInitializer.UseFirstIp.set -> void
|
||||
Microsoft.ApplicationInsights.AspNetCore.TelemetryInitializers.ComponentVersionTelemetryInitializer
|
||||
Microsoft.ApplicationInsights.AspNetCore.TelemetryInitializers.ComponentVersionTelemetryInitializer.ComponentVersionTelemetryInitializer(Microsoft.Extensions.Options.IOptions<Microsoft.ApplicationInsights.AspNetCore.Extensions.ApplicationInsightsServiceOptions> options) -> void
|
||||
Microsoft.ApplicationInsights.AspNetCore.TelemetryInitializers.ComponentVersionTelemetryInitializer.Initialize(Microsoft.ApplicationInsights.Channel.ITelemetry telemetry) -> void
|
||||
Microsoft.ApplicationInsights.AspNetCore.TelemetryInitializers.DomainNameRoleInstanceTelemetryInitializer
|
||||
Microsoft.ApplicationInsights.AspNetCore.TelemetryInitializers.DomainNameRoleInstanceTelemetryInitializer.DomainNameRoleInstanceTelemetryInitializer() -> void
|
||||
Microsoft.ApplicationInsights.AspNetCore.TelemetryInitializers.DomainNameRoleInstanceTelemetryInitializer.Initialize(Microsoft.ApplicationInsights.Channel.ITelemetry telemetry) -> void
|
||||
Microsoft.ApplicationInsights.AspNetCore.TelemetryInitializers.OperationNameTelemetryInitializer
|
||||
Microsoft.ApplicationInsights.AspNetCore.TelemetryInitializers.OperationNameTelemetryInitializer.OperationNameTelemetryInitializer(Microsoft.AspNetCore.Http.IHttpContextAccessor httpContextAccessor) -> void
|
||||
Microsoft.ApplicationInsights.AspNetCore.TelemetryInitializers.SyntheticTelemetryInitializer
|
||||
Microsoft.ApplicationInsights.AspNetCore.TelemetryInitializers.SyntheticTelemetryInitializer.SyntheticTelemetryInitializer(Microsoft.AspNetCore.Http.IHttpContextAccessor httpContextAccessor) -> void
|
||||
Microsoft.ApplicationInsights.AspNetCore.TelemetryInitializers.TelemetryInitializerBase
|
||||
Microsoft.ApplicationInsights.AspNetCore.TelemetryInitializers.TelemetryInitializerBase.Initialize(Microsoft.ApplicationInsights.Channel.ITelemetry telemetry) -> void
|
||||
Microsoft.ApplicationInsights.AspNetCore.TelemetryInitializers.TelemetryInitializerBase.TelemetryInitializerBase(Microsoft.AspNetCore.Http.IHttpContextAccessor httpContextAccessor) -> void
|
||||
Microsoft.ApplicationInsights.AspNetCore.TelemetryInitializers.WebSessionTelemetryInitializer
|
||||
Microsoft.ApplicationInsights.AspNetCore.TelemetryInitializers.WebSessionTelemetryInitializer.WebSessionTelemetryInitializer(Microsoft.AspNetCore.Http.IHttpContextAccessor httpContextAccessor) -> void
|
||||
Microsoft.ApplicationInsights.AspNetCore.TelemetryInitializers.WebUserTelemetryInitializer
|
||||
Microsoft.ApplicationInsights.AspNetCore.TelemetryInitializers.WebUserTelemetryInitializer.WebUserTelemetryInitializer(Microsoft.AspNetCore.Http.IHttpContextAccessor httpContextAccessor) -> void
|
||||
Microsoft.AspNetCore.Hosting.ApplicationInsightsWebHostBuilderExtensions
|
||||
Microsoft.Extensions.DependencyInjection.ApplicationInsightsExtensions
|
||||
Microsoft.Extensions.Logging.ApplicationInsightsLoggerFactoryExtensions
|
||||
override Microsoft.ApplicationInsights.AspNetCore.TelemetryInitializers.ClientIpHeaderTelemetryInitializer.OnInitializeTelemetry(Microsoft.AspNetCore.Http.HttpContext platformContext, Microsoft.ApplicationInsights.DataContracts.RequestTelemetry requestTelemetry, Microsoft.ApplicationInsights.Channel.ITelemetry telemetry) -> void
|
||||
override Microsoft.ApplicationInsights.AspNetCore.TelemetryInitializers.OperationNameTelemetryInitializer.OnInitializeTelemetry(Microsoft.AspNetCore.Http.HttpContext platformContext, Microsoft.ApplicationInsights.DataContracts.RequestTelemetry requestTelemetry, Microsoft.ApplicationInsights.Channel.ITelemetry telemetry) -> void
|
||||
override Microsoft.ApplicationInsights.AspNetCore.TelemetryInitializers.SyntheticTelemetryInitializer.OnInitializeTelemetry(Microsoft.AspNetCore.Http.HttpContext platformContext, Microsoft.ApplicationInsights.DataContracts.RequestTelemetry requestTelemetry, Microsoft.ApplicationInsights.Channel.ITelemetry telemetry) -> void
|
||||
override Microsoft.ApplicationInsights.AspNetCore.TelemetryInitializers.WebSessionTelemetryInitializer.OnInitializeTelemetry(Microsoft.AspNetCore.Http.HttpContext platformContext, Microsoft.ApplicationInsights.DataContracts.RequestTelemetry requestTelemetry, Microsoft.ApplicationInsights.Channel.ITelemetry telemetry) -> void
|
||||
override Microsoft.ApplicationInsights.AspNetCore.TelemetryInitializers.WebUserTelemetryInitializer.OnInitializeTelemetry(Microsoft.AspNetCore.Http.HttpContext platformContext, Microsoft.ApplicationInsights.DataContracts.RequestTelemetry requestTelemetry, Microsoft.ApplicationInsights.Channel.ITelemetry telemetry) -> void
|
||||
static Microsoft.ApplicationInsights.AspNetCore.Extensions.HttpRequestExtensions.GetUri(this Microsoft.AspNetCore.Http.HttpRequest request) -> System.Uri
|
||||
static Microsoft.ApplicationInsights.AspNetCore.Resources.Culture.get -> System.Globalization.CultureInfo
|
||||
static Microsoft.ApplicationInsights.AspNetCore.Resources.Culture.set -> void
|
||||
static Microsoft.ApplicationInsights.AspNetCore.Resources.JavaScriptAuthSnippet.get -> string
|
||||
static Microsoft.ApplicationInsights.AspNetCore.Resources.JavaScriptSnippet.get -> string
|
||||
static Microsoft.ApplicationInsights.AspNetCore.Resources.ResourceManager.get -> System.Resources.ResourceManager
|
||||
static Microsoft.AspNetCore.Hosting.ApplicationInsightsWebHostBuilderExtensions.UseApplicationInsights(this Microsoft.AspNetCore.Hosting.IWebHostBuilder webHostBuilder) -> Microsoft.AspNetCore.Hosting.IWebHostBuilder
|
||||
static Microsoft.AspNetCore.Hosting.ApplicationInsightsWebHostBuilderExtensions.UseApplicationInsights(this Microsoft.AspNetCore.Hosting.IWebHostBuilder webHostBuilder, string instrumentationKey) -> Microsoft.AspNetCore.Hosting.IWebHostBuilder
|
||||
static Microsoft.Extensions.DependencyInjection.ApplicationInsightsExtensions.AddApplicationInsightsSettings(this Microsoft.Extensions.Configuration.IConfigurationBuilder configurationSourceRoot, bool? developerMode = null, string endpointAddress = null, string instrumentationKey = null) -> Microsoft.Extensions.Configuration.IConfigurationBuilder
|
||||
static Microsoft.Extensions.DependencyInjection.ApplicationInsightsExtensions.AddApplicationInsightsSettings(this Microsoft.Extensions.Configuration.IConfigurationBuilder configurationSourceRoot, string connectionString, bool? developerMode = null, string endpointAddress = null, string instrumentationKey = null) -> Microsoft.Extensions.Configuration.IConfigurationBuilder
|
||||
static Microsoft.Extensions.DependencyInjection.ApplicationInsightsExtensions.AddApplicationInsightsTelemetry(this Microsoft.Extensions.DependencyInjection.IServiceCollection services) -> Microsoft.Extensions.DependencyInjection.IServiceCollection
|
||||
static Microsoft.Extensions.DependencyInjection.ApplicationInsightsExtensions.AddApplicationInsightsTelemetry(this Microsoft.Extensions.DependencyInjection.IServiceCollection services, Microsoft.ApplicationInsights.AspNetCore.Extensions.ApplicationInsightsServiceOptions options) -> Microsoft.Extensions.DependencyInjection.IServiceCollection
|
||||
static Microsoft.Extensions.DependencyInjection.ApplicationInsightsExtensions.AddApplicationInsightsTelemetry(this Microsoft.Extensions.DependencyInjection.IServiceCollection services, Microsoft.Extensions.Configuration.IConfiguration configuration) -> Microsoft.Extensions.DependencyInjection.IServiceCollection
|
||||
static Microsoft.Extensions.DependencyInjection.ApplicationInsightsExtensions.AddApplicationInsightsTelemetry(this Microsoft.Extensions.DependencyInjection.IServiceCollection services, string instrumentationKey) -> Microsoft.Extensions.DependencyInjection.IServiceCollection
|
||||
static Microsoft.Extensions.DependencyInjection.ApplicationInsightsExtensions.AddApplicationInsightsTelemetry(this Microsoft.Extensions.DependencyInjection.IServiceCollection services, System.Action<Microsoft.ApplicationInsights.AspNetCore.Extensions.ApplicationInsightsServiceOptions> options) -> Microsoft.Extensions.DependencyInjection.IServiceCollection
|
||||
static Microsoft.Extensions.DependencyInjection.ApplicationInsightsExtensions.AddApplicationInsightsTelemetryProcessor(this Microsoft.Extensions.DependencyInjection.IServiceCollection services, System.Type telemetryProcessorType) -> Microsoft.Extensions.DependencyInjection.IServiceCollection
|
||||
static Microsoft.Extensions.DependencyInjection.ApplicationInsightsExtensions.AddApplicationInsightsTelemetryProcessor<T>(this Microsoft.Extensions.DependencyInjection.IServiceCollection services) -> Microsoft.Extensions.DependencyInjection.IServiceCollection
|
||||
static Microsoft.Extensions.DependencyInjection.ApplicationInsightsExtensions.ConfigureTelemetryModule<T>(this Microsoft.Extensions.DependencyInjection.IServiceCollection services, System.Action<T, Microsoft.ApplicationInsights.AspNetCore.Extensions.ApplicationInsightsServiceOptions> configModule) -> Microsoft.Extensions.DependencyInjection.IServiceCollection
|
||||
static Microsoft.Extensions.DependencyInjection.ApplicationInsightsExtensions.ConfigureTelemetryModule<T>(this Microsoft.Extensions.DependencyInjection.IServiceCollection services, System.Action<T> configModule) -> Microsoft.Extensions.DependencyInjection.IServiceCollection
|
||||
static Microsoft.Extensions.DependencyInjection.ApplicationInsightsExtensions.UseApplicationInsightsExceptionTelemetry(this Microsoft.AspNetCore.Builder.IApplicationBuilder app) -> Microsoft.AspNetCore.Builder.IApplicationBuilder
|
||||
static Microsoft.Extensions.DependencyInjection.ApplicationInsightsExtensions.UseApplicationInsightsRequestTelemetry(this Microsoft.AspNetCore.Builder.IApplicationBuilder app) -> Microsoft.AspNetCore.Builder.IApplicationBuilder
|
||||
static Microsoft.Extensions.Logging.ApplicationInsightsLoggerFactoryExtensions.AddApplicationInsights(this Microsoft.Extensions.Logging.ILoggerFactory factory, System.IServiceProvider serviceProvider) -> Microsoft.Extensions.Logging.ILoggerFactory
|
||||
static Microsoft.Extensions.Logging.ApplicationInsightsLoggerFactoryExtensions.AddApplicationInsights(this Microsoft.Extensions.Logging.ILoggerFactory factory, System.IServiceProvider serviceProvider, Microsoft.Extensions.Logging.LogLevel minLevel) -> Microsoft.Extensions.Logging.ILoggerFactory
|
||||
static Microsoft.Extensions.Logging.ApplicationInsightsLoggerFactoryExtensions.AddApplicationInsights(this Microsoft.Extensions.Logging.ILoggerFactory factory, System.IServiceProvider serviceProvider, System.Func<string, Microsoft.Extensions.Logging.LogLevel, bool> filter) -> Microsoft.Extensions.Logging.ILoggerFactory
|
||||
static Microsoft.Extensions.Logging.ApplicationInsightsLoggerFactoryExtensions.AddApplicationInsights(this Microsoft.Extensions.Logging.ILoggerFactory factory, System.IServiceProvider serviceProvider, System.Func<string, Microsoft.Extensions.Logging.LogLevel, bool> filter, System.Action loggerAddedCallback) -> Microsoft.Extensions.Logging.ILoggerFactory
|
||||
virtual Microsoft.ApplicationInsights.AspNetCore.RequestTrackingTelemetryModule.Dispose(bool disposing) -> void
|
|
@ -0,0 +1,4 @@
|
|||
Microsoft.ApplicationInsights.AspNetCore.Extensions.ApplicationInsightsServiceOptions.EnableDiagnosticsTelemetryModule.get -> bool
|
||||
Microsoft.ApplicationInsights.AspNetCore.Extensions.ApplicationInsightsServiceOptions.EnableDiagnosticsTelemetryModule.set -> void
|
||||
Microsoft.ApplicationInsights.AspNetCore.Extensions.ApplicationInsightsServiceOptions.EnableActiveTelemetryConfigurationSetup.get -> bool
|
||||
Microsoft.ApplicationInsights.AspNetCore.Extensions.ApplicationInsightsServiceOptions.EnableActiveTelemetryConfigurationSetup.set -> void
|
|
@ -0,0 +1,14 @@
|
|||
Microsoft.ApplicationInsights.DiagnosticSourceListener.DiagnosticSourceListeningRequest
|
||||
Microsoft.ApplicationInsights.DiagnosticSourceListener.DiagnosticSourceListeningRequest.DiagnosticSourceListeningRequest() -> void
|
||||
Microsoft.ApplicationInsights.DiagnosticSourceListener.DiagnosticSourceListeningRequest.DiagnosticSourceListeningRequest(string name) -> void
|
||||
Microsoft.ApplicationInsights.DiagnosticSourceListener.DiagnosticSourceListeningRequest.Name.get -> string
|
||||
Microsoft.ApplicationInsights.DiagnosticSourceListener.DiagnosticSourceListeningRequest.Name.set -> void
|
||||
Microsoft.ApplicationInsights.DiagnosticSourceListener.DiagnosticSourceTelemetryModule
|
||||
Microsoft.ApplicationInsights.DiagnosticSourceListener.DiagnosticSourceTelemetryModule.DiagnosticSourceTelemetryModule() -> void
|
||||
Microsoft.ApplicationInsights.DiagnosticSourceListener.DiagnosticSourceTelemetryModule.DiagnosticSourceTelemetryModule(Microsoft.ApplicationInsights.DiagnosticSourceListener.OnEventWrittenHandler onEventWrittenHandler) -> void
|
||||
Microsoft.ApplicationInsights.DiagnosticSourceListener.DiagnosticSourceTelemetryModule.Dispose() -> void
|
||||
Microsoft.ApplicationInsights.DiagnosticSourceListener.DiagnosticSourceTelemetryModule.Initialize(Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration configuration) -> void
|
||||
Microsoft.ApplicationInsights.DiagnosticSourceListener.DiagnosticSourceTelemetryModule.Sources.get -> System.Collections.Generic.IList<Microsoft.ApplicationInsights.DiagnosticSourceListener.DiagnosticSourceListeningRequest>
|
||||
Microsoft.ApplicationInsights.DiagnosticSourceListener.OnEventWrittenHandler
|
||||
override Microsoft.ApplicationInsights.DiagnosticSourceListener.DiagnosticSourceListeningRequest.Equals(object obj) -> bool
|
||||
override Microsoft.ApplicationInsights.DiagnosticSourceListener.DiagnosticSourceListeningRequest.GetHashCode() -> int
|
|
@ -0,0 +1,20 @@
|
|||
Microsoft.ApplicationInsights.EtwCollector.EtwListeningRequest
|
||||
Microsoft.ApplicationInsights.EtwCollector.EtwListeningRequest.EtwListeningRequest() -> void
|
||||
Microsoft.ApplicationInsights.EtwCollector.EtwListeningRequest.Keywords.get -> ulong
|
||||
Microsoft.ApplicationInsights.EtwCollector.EtwListeningRequest.Keywords.set -> void
|
||||
Microsoft.ApplicationInsights.EtwCollector.EtwListeningRequest.Level.get -> Microsoft.Diagnostics.Tracing.TraceEventLevel
|
||||
Microsoft.ApplicationInsights.EtwCollector.EtwListeningRequest.Level.set -> void
|
||||
Microsoft.ApplicationInsights.EtwCollector.EtwListeningRequest.ProviderGuid.get -> System.Guid
|
||||
Microsoft.ApplicationInsights.EtwCollector.EtwListeningRequest.ProviderGuid.set -> void
|
||||
Microsoft.ApplicationInsights.EtwCollector.EtwListeningRequest.ProviderName.get -> string
|
||||
Microsoft.ApplicationInsights.EtwCollector.EtwListeningRequest.ProviderName.set -> void
|
||||
Microsoft.ApplicationInsights.EtwCollector.EtwListeningRequest.Validate(out string errorMessage) -> bool
|
||||
Microsoft.ApplicationInsights.EtwCollector.EtwTelemetryModule
|
||||
Microsoft.ApplicationInsights.EtwCollector.EtwTelemetryModule.Dispose() -> void
|
||||
Microsoft.ApplicationInsights.EtwCollector.EtwTelemetryModule.EtwTelemetryModule() -> void
|
||||
Microsoft.ApplicationInsights.EtwCollector.EtwTelemetryModule.Initialize(Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration configuration) -> void
|
||||
Microsoft.ApplicationInsights.EtwCollector.EtwTelemetryModule.Sources.get -> System.Collections.Generic.IList<Microsoft.ApplicationInsights.EtwCollector.EtwListeningRequest>
|
||||
Microsoft.ApplicationInsights.TraceEvent.Shared.Utilities.TplActivities
|
||||
static readonly Microsoft.ApplicationInsights.TraceEvent.Shared.Utilities.TplActivities.TaskFlowActivityIdsKeyword -> ulong
|
||||
static readonly Microsoft.ApplicationInsights.TraceEvent.Shared.Utilities.TplActivities.TplEventSourceGuid -> System.Guid
|
||||
virtual Microsoft.ApplicationInsights.EtwCollector.EtwTelemetryModule.Dispose(bool isDisposing) -> void
|
|
@ -0,0 +1,6 @@
|
|||
Microsoft.ApplicationInsights.Log4NetAppender.ApplicationInsightsAppender
|
||||
Microsoft.ApplicationInsights.Log4NetAppender.ApplicationInsightsAppender.ApplicationInsightsAppender() -> void
|
||||
Microsoft.ApplicationInsights.Log4NetAppender.ApplicationInsightsAppender.InstrumentationKey.get -> string
|
||||
Microsoft.ApplicationInsights.Log4NetAppender.ApplicationInsightsAppender.InstrumentationKey.set -> void
|
||||
override Microsoft.ApplicationInsights.Log4NetAppender.ApplicationInsightsAppender.ActivateOptions() -> void
|
||||
override Microsoft.ApplicationInsights.Log4NetAppender.ApplicationInsightsAppender.Flush(int millisecondsTimeout) -> bool
|
|
@ -0,0 +1,12 @@
|
|||
Microsoft.ApplicationInsights.NLogTarget.ApplicationInsightsTarget
|
||||
Microsoft.ApplicationInsights.NLogTarget.ApplicationInsightsTarget.ApplicationInsightsTarget() -> void
|
||||
Microsoft.ApplicationInsights.NLogTarget.ApplicationInsightsTarget.ContextProperties.get -> System.Collections.Generic.IList<Microsoft.ApplicationInsights.NLogTarget.TargetPropertyWithContext>
|
||||
Microsoft.ApplicationInsights.NLogTarget.ApplicationInsightsTarget.InstrumentationKey.get -> string
|
||||
Microsoft.ApplicationInsights.NLogTarget.ApplicationInsightsTarget.InstrumentationKey.set -> void
|
||||
Microsoft.ApplicationInsights.NLogTarget.TargetPropertyWithContext
|
||||
Microsoft.ApplicationInsights.NLogTarget.TargetPropertyWithContext.Layout.get -> NLog.Layouts.Layout
|
||||
Microsoft.ApplicationInsights.NLogTarget.TargetPropertyWithContext.Layout.set -> void
|
||||
Microsoft.ApplicationInsights.NLogTarget.TargetPropertyWithContext.Name.get -> string
|
||||
Microsoft.ApplicationInsights.NLogTarget.TargetPropertyWithContext.Name.set -> void
|
||||
Microsoft.ApplicationInsights.NLogTarget.TargetPropertyWithContext.TargetPropertyWithContext() -> void
|
||||
Microsoft.ApplicationInsights.NLogTarget.TargetPropertyWithContext.TargetPropertyWithContext(string name, NLog.Layouts.Layout layout) -> void
|
|
@ -0,0 +1,12 @@
|
|||
Microsoft.ApplicationInsights.TraceListener.ApplicationInsightsTraceListener
|
||||
Microsoft.ApplicationInsights.TraceListener.ApplicationInsightsTraceListener.ApplicationInsightsTraceListener() -> void
|
||||
Microsoft.ApplicationInsights.TraceListener.ApplicationInsightsTraceListener.ApplicationInsightsTraceListener(string instrumentationKey) -> void
|
||||
override Microsoft.ApplicationInsights.TraceListener.ApplicationInsightsTraceListener.Flush() -> void
|
||||
override Microsoft.ApplicationInsights.TraceListener.ApplicationInsightsTraceListener.IsThreadSafe.get -> bool
|
||||
override Microsoft.ApplicationInsights.TraceListener.ApplicationInsightsTraceListener.TraceData(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, object data) -> void
|
||||
override Microsoft.ApplicationInsights.TraceListener.ApplicationInsightsTraceListener.TraceData(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, params object[] data) -> void
|
||||
override Microsoft.ApplicationInsights.TraceListener.ApplicationInsightsTraceListener.TraceEvent(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id) -> void
|
||||
override Microsoft.ApplicationInsights.TraceListener.ApplicationInsightsTraceListener.TraceEvent(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, string format, params object[] args) -> void
|
||||
override Microsoft.ApplicationInsights.TraceListener.ApplicationInsightsTraceListener.TraceEvent(System.Diagnostics.TraceEventCache eventCache, string source, System.Diagnostics.TraceEventType eventType, int id, string message) -> void
|
||||
override Microsoft.ApplicationInsights.TraceListener.ApplicationInsightsTraceListener.Write(string message) -> void
|
||||
override Microsoft.ApplicationInsights.TraceListener.ApplicationInsightsTraceListener.WriteLine(string message) -> void
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -0,0 +1,17 @@
|
|||
Microsoft.ApplicationInsights.Common.ConditionalWeakTableExtensions
|
||||
Microsoft.ApplicationInsights.Extensibility.HostingStartup.FileDiagnosticsTelemetryModule
|
||||
Microsoft.ApplicationInsights.Extensibility.HostingStartup.FileDiagnosticsTelemetryModule.FileDiagnosticsTelemetryModule() -> void
|
||||
Microsoft.ApplicationInsights.Extensibility.HostingStartup.WebRequestTrackingModuleRegister
|
||||
Microsoft.ApplicationInsights.Extensibility.HostingStartup.WebRequestTrackingModuleRegister.WebRequestTrackingModuleRegister() -> void
|
||||
Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing.TraceSourceForEventSource
|
||||
Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing.TraceSourceForEventSource.Dispose() -> void
|
||||
Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing.TraceSourceForEventSource.LogLevel.get -> System.Diagnostics.Tracing.EventLevel
|
||||
Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing.TraceSourceForEventSource.LogLevel.set -> void
|
||||
Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing.TraceSourceForEventSource.TraceEvent(System.Diagnostics.Tracing.EventWrittenEventArgs eventData) -> void
|
||||
Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing.TraceSourceForEventSource.TraceSourceForEventSource() -> void
|
||||
Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing.TraceSourceForEventSource.TraceSourceForEventSource(System.Diagnostics.SourceLevels defaultLevel) -> void
|
||||
Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing.TraceSourceForEventSource.TraceSourceForEventSource(System.Diagnostics.Tracing.EventLevel defaultLevel) -> void
|
||||
static Microsoft.ApplicationInsights.Common.ConditionalWeakTableExtensions.AddIfNotExists<TKey, TValue>(this System.Runtime.CompilerServices.ConditionalWeakTable<TKey, TValue> conditionalWeakTable, TKey key, TValue value) -> void
|
||||
static Microsoft.ApplicationInsights.Extensibility.HostingStartup.WebRequestTrackingModuleRegister.GetModuleType(string assemblyName, string typeName) -> System.Type
|
||||
static Microsoft.ApplicationInsights.Extensibility.HostingStartup.WebRequestTrackingModuleRegister.Register() -> void
|
||||
virtual Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing.TraceSourceForEventSource.Dispose(bool disposeManaged = true) -> void
|
|
@ -6,7 +6,7 @@
|
|||
<Company>Microsoft</Company>
|
||||
<Copyright>Copyright © Microsoft. All Rights Reserved.</Copyright>
|
||||
|
||||
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
|
||||
<TargetFrameworks>net45;net452;netstandard2.0</TargetFrameworks>
|
||||
<TargetFrameworks Condition="$(OS) != 'Windows_NT'">netstandard2.0</TargetFrameworks>
|
||||
|
||||
<ProjectGuid>{4B0BC3B7-C7FC-4333-9E28-5790D9153F07}</ProjectGuid>
|
||||
|
|
|
@ -527,7 +527,7 @@
|
|||
|
||||
Assert.IsNotNull(actualEvent);
|
||||
Assert.AreEqual(client.InstrumentationKey, actualEvent.Payload[0]);
|
||||
#if !NET45
|
||||
#if !NET45 && !NET452
|
||||
// adding logging to confirm what executable is being tested.
|
||||
var sdkAssembly = AppDomain.CurrentDomain.GetAssemblies().Single(x => x.GetName().Name == "Microsoft.ApplicationInsights");
|
||||
var sdkVersion = sdkAssembly.GetName().Version.ToString();
|
||||
|
@ -686,7 +686,7 @@
|
|||
private static void VerifyOperationEvent(OperationTelemetry expectedOperation, string expectedName, EventOpcode expectedOpCode, EventWrittenEventArgs actualEvent)
|
||||
{
|
||||
Assert.AreEqual(expectedOpCode, actualEvent.Opcode);
|
||||
#if !NET45
|
||||
#if !NET45 && !NET452
|
||||
Assert.AreEqual(expectedName, actualEvent.EventName);
|
||||
#endif
|
||||
VerifyOperationPayload(expectedOperation, actualEvent.Payload);
|
||||
|
|
|
@ -94,7 +94,7 @@
|
|||
[TestClass]
|
||||
public class Start
|
||||
{
|
||||
#if NET45
|
||||
#if NET45 || NET452
|
||||
[TestMethod]
|
||||
public void DoesNotLogErrorsIfCallbackReturnsNull()
|
||||
{
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<Import Project="$(PropsRoot)\Test.props" />
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFrameworks>net45;net46;netcoreapp2.1;netcoreapp3.1</TargetFrameworks>
|
||||
<TargetFrameworks>net45;net452;net46;netcoreapp2.1;netcoreapp3.1</TargetFrameworks>
|
||||
<TargetFrameworks Condition="$(OS) != 'Windows_NT'">netcoreapp2.1;netcoreapp3.1</TargetFrameworks>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
</PropertyGroup>
|
||||
|
@ -27,11 +27,11 @@
|
|||
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="4.6.0" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition="'$(TargetFramework)' == 'net45'">
|
||||
<ItemGroup Condition="'$(TargetFramework)' == 'net45' OR '$(TargetFramework)' == 'net452' ">
|
||||
<PackageReference Include="System.Runtime.InteropServices.RuntimeInformation" Version="4.3.0" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition="'$(TargetFramework)' == 'net45' Or '$(TargetFramework)' == 'net46'">
|
||||
<ItemGroup Condition="'$(TargetFramework)' == 'net45' OR '$(TargetFramework)' == 'net452' Or '$(TargetFramework)' == 'net46'">
|
||||
<PackageReference Include="Microsoft.Diagnostics.Tracing.TraceEvent" Version="2.0.30" />
|
||||
|
||||
<Reference Include="Microsoft.CSharp" />
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
<PropertyGroup>
|
||||
<ProjectGuid>{21CB9A8A-F25B-4DEB-92CB-ACB6920EB8BC}</ProjectGuid>
|
||||
<TargetFrameworks>net45</TargetFrameworks>
|
||||
<TargetFrameworks>net45;net452</TargetFrameworks>
|
||||
<AssemblyName>TelemetryChannel.Nuget.Tests</AssemblyName>
|
||||
</PropertyGroup>
|
||||
|
||||
|
|
|
@ -298,7 +298,7 @@
|
|||
localAppData.Delete(true);
|
||||
}
|
||||
|
||||
#if !NET45
|
||||
#if !NET45 && !NET452
|
||||
|
||||
[TestMethod]
|
||||
public void GetApplicationFolderReturnsSubfolderFromTmpDirFolderInNonWindows()
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<Import Project="$(PropsRoot)\Test.props" />
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFrameworks>net45;netcoreapp2.1;netcoreapp3.1</TargetFrameworks>
|
||||
<TargetFrameworks>net45;net452;netcoreapp2.1;netcoreapp3.1</TargetFrameworks>
|
||||
<TargetFrameworks Condition="$(OS) != 'Windows_NT'">netcoreapp2.1;netcoreapp3.1</TargetFrameworks>
|
||||
|
||||
<AssemblyName>Microsoft.ApplicationInsights.TelemetryChannel.Tests</AssemblyName>
|
||||
|
@ -34,7 +34,7 @@
|
|||
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="2.2.0" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition="'$(TargetFramework)' == 'net45'">
|
||||
<ItemGroup Condition="'$(TargetFramework)' == 'net45' OR '$(TargetFramework)' == 'net452'">
|
||||
<PackageReference Include="System.Runtime.InteropServices.RuntimeInformation" Version="4.3.0" />
|
||||
<Reference Include="System.Web" />
|
||||
<Reference Include="System.Net.Http" />
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
{
|
||||
using System;
|
||||
|
||||
#if NET45
|
||||
#if NET45 || NET452
|
||||
[Serializable]
|
||||
#endif
|
||||
internal class StubException : Exception
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
/// </summary>
|
||||
internal sealed class TaskExceptionObserver : IDisposable
|
||||
{
|
||||
#if NET45
|
||||
#if NET45 || NET452
|
||||
private static readonly MethodInfo GetScheduledTasksMethod = typeof(TaskScheduler).GetMethod("GetScheduledTasks", BindingFlags.Instance | BindingFlags.NonPublic);
|
||||
#endif
|
||||
private List<AggregateException> unobservedExceptions = new List<AggregateException>();
|
||||
|
@ -37,7 +37,7 @@
|
|||
|
||||
private static void WaitForCurrentTasksToFinish()
|
||||
{
|
||||
#if NET45
|
||||
#if NET45 || NET452
|
||||
IEnumerable<Task> scheduledTasks;
|
||||
do
|
||||
{
|
||||
|
|
|
@ -6,13 +6,13 @@
|
|||
using System.Collections.Generic;
|
||||
using System.Diagnostics.Tracing;
|
||||
using System.Threading;
|
||||
#if NET45
|
||||
#if NET45 || NET452
|
||||
using System.Runtime.Remoting.Messaging;
|
||||
#endif
|
||||
|
||||
internal class TestEventListener : EventListener
|
||||
{
|
||||
#if NET45
|
||||
#if NET45 || NET452
|
||||
|
||||
public static class CurrentContextEvents
|
||||
{
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
namespace Microsoft.ApplicationInsights.Extensibility.Implementation
|
||||
{
|
||||
#if NET45
|
||||
#if NET45 || NET452
|
||||
using System;
|
||||
using System.Globalization;
|
||||
using System.Runtime.Remoting;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
namespace Microsoft.ApplicationInsights.Extensibility.Implementation.External
|
||||
{
|
||||
#if NET45
|
||||
// .Net 4.5 has a custom implementation of RichPayloadEventSource
|
||||
#if NET45 || NET452
|
||||
// .Net 4.5 and .NET 4.5.2 have a custom implementation of RichPayloadEventSource
|
||||
#else
|
||||
/// <summary>
|
||||
/// Partial class to add the EventData attribute and any additional customizations to the generated type.
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
/// <summary>
|
||||
/// Partial class to add the EventData attribute and any additional customizations to the generated type.
|
||||
/// </summary>
|
||||
#if !NET45
|
||||
// .Net 4.5 has a custom implementation of RichPayloadEventSource
|
||||
#if !NET45 && !NET452
|
||||
// .Net 4.5 and .NET 4.5.2 have a custom implementation of RichPayloadEventSource
|
||||
[System.Diagnostics.Tracing.EventData(Name = "PartB_AvailabilityData")]
|
||||
#endif
|
||||
internal partial class AvailabilityData
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
/// <summary>
|
||||
/// Partial class to add the EventData attribute and any additional customizations to the generated type.
|
||||
/// </summary>
|
||||
#if !NET45
|
||||
// .Net 4.5 has a custom implementation of RichPayloadEventSource
|
||||
#if !NET45 && !NET452
|
||||
// .Net 4.5 and .NET 4.5.2 have a custom implementation of RichPayloadEventSource
|
||||
[System.Diagnostics.Tracing.EventData(Name = "PartB_DataPoint")]
|
||||
#endif
|
||||
internal partial class DataPoint
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
/// <summary>
|
||||
/// Partial class to add the EventData attribute and any additional customizations to the generated type.
|
||||
/// </summary>
|
||||
#if !NET45
|
||||
// .Net 4.5 has a custom implementation of RichPayloadEventSource
|
||||
#if !NET45 && !NET452
|
||||
// .Net 4.5 and .NET 4.5.2 have a custom implementation of RichPayloadEventSource
|
||||
[System.Diagnostics.Tracing.EventData(Name = "PartB_EventData")]
|
||||
#endif
|
||||
internal partial class EventData
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
/// <summary>
|
||||
/// Partial class to add the EventData attribute and any additional customizations to the generated type.
|
||||
/// </summary>
|
||||
#if !NET45
|
||||
// .Net 4.5 has a custom implementation of RichPayloadEventSource
|
||||
#if !NET45 && !NET452
|
||||
// .Net 4.5 and .NET 4.5.2 have a custom implementation of RichPayloadEventSource
|
||||
[System.Diagnostics.Tracing.EventData(Name = "PartB_ExceptionData")]
|
||||
#endif
|
||||
internal partial class ExceptionData
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
namespace Microsoft.ApplicationInsights.Extensibility.Implementation.External
|
||||
{
|
||||
#if NET45
|
||||
// .Net 4.5 has a custom implementation of RichPayloadEventSource
|
||||
#if NET45 || NET452
|
||||
// .Net 4.5 and .NET 4.5.2 have a custom implementation of RichPayloadEventSource
|
||||
#else
|
||||
/// <summary>
|
||||
/// Partial class to add the EventData attribute and any additional customizations to the generated type.
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
/// <summary>
|
||||
/// Partial class to add the EventData attribute and any additional customizations to the generated type.
|
||||
/// </summary>
|
||||
#if !NET45
|
||||
// .Net 4.5 has a custom implementation of RichPayloadEventSource
|
||||
#if !NET45 && !NET452
|
||||
// .Net 4.5 and .NET 4.5.2 have a custom implementation of RichPayloadEventSource
|
||||
[System.Diagnostics.Tracing.EventData(Name = "PartB_MessageData")]
|
||||
#endif
|
||||
internal partial class MessageData
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
/// <summary>
|
||||
/// Partial class to add the EventData attribute and any additional customizations to the generated type.
|
||||
/// </summary>
|
||||
#if !NET45
|
||||
// .Net 4.5 has a custom implementation of RichPayloadEventSource
|
||||
#if !NET45 && !NET452
|
||||
// .Net 4.5 and .NET 4.5.2 have a custom implementation of RichPayloadEventSource
|
||||
[System.Diagnostics.Tracing.EventData(Name = "PartB_MetricData")]
|
||||
#endif
|
||||
internal partial class MetricData
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
/// <summary>
|
||||
/// Partial class to add the EventData attribute and any additional customizations to the generated type.
|
||||
/// </summary>
|
||||
#if !NET45
|
||||
// .Net 4.5 has a custom implementation of RichPayloadEventSource
|
||||
#if !NET45 && !NET452
|
||||
// .Net 4.5 and .NET 4.5.2 have a custom implementation of RichPayloadEventSource
|
||||
[System.Diagnostics.Tracing.EventData(Name = "PartB_PageViewData")]
|
||||
#endif
|
||||
internal partial class PageViewData
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
/// <summary>
|
||||
/// Partial class to add the EventData attribute and any additional customizations to the generated type.
|
||||
/// </summary>
|
||||
#if NET45
|
||||
// .Net 4.5 has a custom implementation of RichPayloadEventSource
|
||||
#if NET45 || NET452
|
||||
// .Net 4.5 and .NET 4.5.2 have a custom implementation of RichPayloadEventSource
|
||||
#else
|
||||
[System.Diagnostics.Tracing.EventData(Name = "PartB_PageViewPerfData")]
|
||||
#endif
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
namespace Microsoft.ApplicationInsights.Extensibility.Implementation.External
|
||||
{
|
||||
#if NET45
|
||||
// .Net 4.5 has a custom implementation of RichPayloadEventSource
|
||||
#if NET45 || NET452
|
||||
// .Net 4.5 and .NET 4.5.2 have a custom implementation of RichPayloadEventSource
|
||||
#else
|
||||
/// <summary>
|
||||
/// Partial class to add the EventData attribute and any additional customizations to the generated type.
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
/// <summary>
|
||||
/// Partial class to add the EventData attribute and any additional customizations to the generated type.
|
||||
/// </summary>
|
||||
#if !NET45
|
||||
// .Net 4.5 has a custom implementation of RichPayloadEventSource
|
||||
#if !NET45 && !NET452
|
||||
// .Net 4.5 and .NET 4.5.2 have a custom implementation of RichPayloadEventSource
|
||||
[System.Diagnostics.Tracing.EventData(Name = "PartB_RemoteDependencyData")]
|
||||
#endif
|
||||
internal partial class RemoteDependencyData
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
/// <summary>
|
||||
/// Partial class to add the EventData attribute and any additional customizations to the generated type.
|
||||
/// </summary>
|
||||
#if !NET45
|
||||
// .Net 4.5 has a custom implementation of RichPayloadEventSource
|
||||
#if !NET45 && !NET452
|
||||
// .Net 4.5 and .NET 4.5.2 have a custom implementation of RichPayloadEventSource
|
||||
[System.Diagnostics.Tracing.EventData(Name = "PartB_RequestData")]
|
||||
#endif
|
||||
internal partial class RequestData
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
namespace Microsoft.ApplicationInsights.Extensibility.Implementation.External
|
||||
{
|
||||
#if NET45
|
||||
// .Net 4.5 has a custom implementation of RichPayloadEventSource
|
||||
#if NET45 || NET452
|
||||
// .Net 4.5 and .NET 4.5.2 have a custom implementation of RichPayloadEventSource
|
||||
#else
|
||||
/// <summary>
|
||||
/// Partial class to add the EventData attribute and any additional customizations to the generated type.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
namespace Microsoft.ApplicationInsights.Extensibility.Implementation.External
|
||||
{
|
||||
#if NET45
|
||||
// .Net 4.5 has a custom implementation of RichPayloadEventSource
|
||||
#if NET45 || NET452
|
||||
// .Net 4.5 and .NET 4.5.2 have a custom implementation of RichPayloadEventSource
|
||||
#else
|
||||
/// <summary>
|
||||
/// Partial class to add the EventData attribute and any additional customizations to the generated type.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#if NET45
|
||||
#if NET45 || NET452
|
||||
|
||||
// FormattableString & Co are available in NetFx 4.6+, but not in NetFx 4.5 or NetStandard 1.1
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#if NET45
|
||||
#if NET45 || NET452
|
||||
namespace Microsoft.ApplicationInsights.Extensibility.Implementation
|
||||
{
|
||||
using System;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#if !NET45 // .Net 4.5 has a private implementation of this
|
||||
#if !NET45 && !NET452// .Net 4.5 and .NET 4.5.2 have a private implementation of this
|
||||
namespace Microsoft.ApplicationInsights.Extensibility.Implementation
|
||||
{
|
||||
using System;
|
||||
|
|
|
@ -399,7 +399,7 @@
|
|||
{
|
||||
instance = TimeSpan.Parse(valueString, CultureInfo.InvariantCulture);
|
||||
}
|
||||
#if NET45 || NET46
|
||||
#if NET45 || NET452 || NET46
|
||||
else if (expectedType.IsEnum)
|
||||
#else
|
||||
else if (expectedType.GetTypeInfo().IsEnum)
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
/// <returns>a string representing the version of the current .NET framework.</returns>
|
||||
private static string GetRuntimeFrameworkVer()
|
||||
{
|
||||
#if NET45 || NET46
|
||||
#if NET45 || NET452 || NET46
|
||||
Assembly assembly = typeof(Object).GetTypeInfo().Assembly;
|
||||
AssemblyFileVersionAttribute objectAssemblyFileVer =
|
||||
assembly.GetCustomAttributes(typeof(AssemblyFileVersionAttribute))
|
||||
|
@ -107,6 +107,8 @@
|
|||
{
|
||||
#if NET45
|
||||
return "net45";
|
||||
#elif NET452
|
||||
return "net452";
|
||||
#elif NET46
|
||||
return "net46";
|
||||
#elif NETSTANDARD2_0
|
||||
|
@ -127,7 +129,7 @@
|
|||
private static string GetRuntimeOsType()
|
||||
{
|
||||
string osValue = "unknown";
|
||||
#if NET45 || NET46
|
||||
#if NET45 || NET452 || NET46
|
||||
|
||||
osValue = Environment.OSVersion.Platform.ToString();
|
||||
|
||||
|
|
|
@ -72,7 +72,7 @@ namespace Microsoft.ApplicationInsights.Extensibility.Implementation
|
|||
|
||||
public static WeakConcurrentRandom Instance
|
||||
{
|
||||
#if NET45 || NET46
|
||||
#if NET45 || NET452 || NET46
|
||||
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
||||
#endif
|
||||
get
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
namespace Microsoft.ApplicationInsights.Extensibility
|
||||
{
|
||||
#if NET45
|
||||
#if NET45 || NET452
|
||||
using System;
|
||||
using System.Runtime.Remoting.Messaging;
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<PropertyGroup>
|
||||
<RootNamespace>Microsoft.ApplicationInsights</RootNamespace>
|
||||
<AssemblyName>Microsoft.ApplicationInsights</AssemblyName>
|
||||
<TargetFrameworks>net45;net46;netstandard2.0</TargetFrameworks>
|
||||
<TargetFrameworks>net45;net452;net46;netstandard2.0</TargetFrameworks>
|
||||
<TargetFrameworks Condition="$(OS) != 'Windows_NT'">netstandard2.0</TargetFrameworks>
|
||||
</PropertyGroup>
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
|||
<PackageReference Include="System.Memory" Version="4.5.4" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition="'$(TargetFramework)' == 'net45' Or '$(TargetFramework)' == 'net46'">
|
||||
<ItemGroup Condition="'$(TargetFramework)' != 'netstandard2.0'">
|
||||
<Reference Include="System.Net.Http" />
|
||||
</ItemGroup>
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
{
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
#if NET45 || NET46
|
||||
#if NET45 || NET452 || NET46
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
using System.Threading;
|
||||
#endif
|
||||
|
@ -14,7 +14,7 @@
|
|||
/// </summary>
|
||||
internal static readonly double StopwatchTicksToTimeSpanTicks = (double)TimeSpan.TicksPerSecond / Stopwatch.Frequency;
|
||||
|
||||
#if NET45 || NET46
|
||||
#if NET45 || NET452 || NET46
|
||||
private static readonly Timer SyncTimeUpdater;
|
||||
private static TimeSync timeSync = new TimeSync();
|
||||
|
||||
|
@ -30,7 +30,7 @@
|
|||
/// </summary>
|
||||
public static DateTimeOffset GetUtcNow()
|
||||
{
|
||||
#if NET45 || NET46
|
||||
#if NET45 || NET452 || NET46
|
||||
// DateTime.UtcNow accuracy on .NET Framework is ~16ms, this method
|
||||
// uses combination of Stopwatch and DateTime to calculate accurate UtcNow.
|
||||
|
||||
|
@ -46,7 +46,7 @@
|
|||
#endif
|
||||
}
|
||||
|
||||
#if NET45 || NET46
|
||||
#if NET45 || NET452 || NET46
|
||||
private static void Sync()
|
||||
{
|
||||
// wait for DateTime.UtcNow update to the next granular value
|
||||
|
|
|
@ -111,7 +111,7 @@
|
|||
|
||||
internal static bool IsWindowsOperatingSystem()
|
||||
{
|
||||
#if NET45
|
||||
#if NET45 || NET452
|
||||
return true;
|
||||
#else
|
||||
if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows))
|
||||
|
|
|
@ -66,7 +66,7 @@
|
|||
|
||||
public static WeakConcurrentRandom Instance
|
||||
{
|
||||
#if NET45 || NET46
|
||||
#if NET45 || NET452 || NET46
|
||||
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
||||
#endif
|
||||
get
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
{
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
#if NET45 || NET46
|
||||
#if NET45 || NET452 || NET46
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
using System.Threading;
|
||||
#endif
|
||||
|
@ -14,7 +14,7 @@
|
|||
/// </summary>
|
||||
internal static readonly double StopwatchTicksToTimeSpanTicks = (double)TimeSpan.TicksPerSecond / Stopwatch.Frequency;
|
||||
|
||||
#if NET45 || NET46
|
||||
#if NET45 || NET452 || NET46
|
||||
private static readonly Timer SyncTimeUpdater;
|
||||
private static TimeSync timeSync = new TimeSync();
|
||||
|
||||
|
@ -30,7 +30,7 @@
|
|||
/// </summary>
|
||||
public static DateTimeOffset GetUtcNow()
|
||||
{
|
||||
#if NET45 || NET46
|
||||
#if NET45 || NET452 || NET46
|
||||
// DateTime.UtcNow accuracy on .NET Framework is ~16ms, this method
|
||||
// uses combination of Stopwatch and DateTime to calculate accurate UtcNow.
|
||||
|
||||
|
@ -46,7 +46,7 @@
|
|||
#endif
|
||||
}
|
||||
|
||||
#if NET45 || NET46
|
||||
#if NET45 || NET452 || NET46
|
||||
private static void Sync()
|
||||
{
|
||||
// wait for DateTime.UtcNow update to the next granular value
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<PropertyGroup>
|
||||
<RootNamespace>Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel</RootNamespace>
|
||||
<AssemblyName>Microsoft.AI.ServerTelemetryChannel</AssemblyName>
|
||||
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
|
||||
<TargetFrameworks>net45;net452;netstandard2.0</TargetFrameworks>
|
||||
<TargetFrameworks Condition="$(OS) != 'Windows_NT'">netstandard2.0</TargetFrameworks>
|
||||
</PropertyGroup>
|
||||
|
||||
|
@ -15,11 +15,6 @@
|
|||
<Description>This nuget provides a telemetry channel to Application Insights Windows Server SDK that will preserve telemetry in offline scenarios. This is a dependent package, for the best experience please install the platform specific package. Privacy statement: https://go.microsoft.com/fwlink/?LinkId=512156</Description>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
||||
<DefineConstants Condition="'$(TargetFramework)' == 'netstandard2.0'">TRACE;DEBUG;NETCORE;NETSTANDARD2_0</DefineConstants>
|
||||
<DefineConstants Condition="'$(TargetFramework)' == 'net45'">TRACE;DEBUG;NET45</DefineConstants>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
|
||||
<DefineConstants>$(DefineConstants);NETSTANDARD</DefineConstants>
|
||||
<IsNetStandardBuild>True</IsNetStandardBuild>
|
||||
|
@ -29,7 +24,7 @@
|
|||
<ProjectReference Include="..\Microsoft.ApplicationInsights\Microsoft.ApplicationInsights.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition="'$(TargetFramework)' == 'net45'">
|
||||
<ItemGroup Condition="'$(TargetFramework)' == 'net45' OR '$(TargetFramework)' == 'net452'">
|
||||
<PackageReference Include="Microsoft.Diagnostics.Tracing.EventRegister" Version="1.1.28">
|
||||
<PrivateAssets>All</PrivateAssets>
|
||||
</PackageReference>
|
||||
|
|
|
@ -17,8 +17,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HostingStartup", "WEB\Src\H
|
|||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Perf", "WEB\Src\PerformanceCollector\PerformanceCollector\Perf.csproj", "{9DC5C5E5-FC37-4E54-81FD-AA42BB934E9B}"
|
||||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Web", "WEB\Src\Web\Web\Web.csproj", "{8293BC71-7DDC-4DD1-8807-280EEF7E752D}"
|
||||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WindowsServer", "WEB\Src\WindowsServer\WindowsServer\WindowsServer.csproj", "{7B5D95EE-50EE-4222-A03C-FAE5905B3DFD}"
|
||||
EndProject
|
||||
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Common.Web", "WEB\Src\Common\Common.Web.shproj", "{CCAB7A34-8DC5-4A6F-B637-46CEBA93C687}"
|
||||
|
@ -97,8 +95,6 @@ Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Perf.Shared.NetStandard", "
|
|||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "L) GenericTests", "L) GenericTests", "{D2A0AA36-57F7-436C-A7AF-7322927F1734}"
|
||||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xdt.Tests", "LOGGING\test\Xdt.Tests\Xdt.Tests.csproj", "{262792BF-31A8-4FCD-BBC7-341EB29FAE96}"
|
||||
EndProject
|
||||
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "TestFramework.Shared.Logging", "LOGGING\test\CommonTestShared\TestFramework.Shared.Logging.shproj", "{3B9AB7FA-562D-4E4E-86E3-3348426BC0D9}"
|
||||
EndProject
|
||||
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "TestFramework.Shared.Logging2", "LOGGING\test\Shared\TestFramework.Shared.Logging2.shproj", "{FA775630-7917-4A99-A78C-FBA46EDF685C}"
|
||||
|
@ -147,6 +143,10 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Perf.Tests", "WEB\Src\Perfo
|
|||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EventCounterCollector.Tests", "WEB\Src\EventCounterCollector\EventCounterCollector.Tests\EventCounterCollector.Tests.csproj", "{A1891190-0E43-4E2E-BEFE-1AF0068A0D1E}"
|
||||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Web", "WEB\Src\Web\Web\Web.csproj", "{6062A897-6E55-44C9-BA7A-E1C42946EE51}"
|
||||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xdt.Tests", "LOGGING\test\Xdt.Tests\Xdt.Tests.csproj", "{8AAC8DC7-A2FC-4767-BDA8-380F86B64772}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SharedMSBuildProjectFiles) = preSolution
|
||||
WEB\Src\PerformanceCollector\Perf.Shared.NetFull\Perf.Shared.NetFull.projitems*{0196259c-3582-4f4e-a01f-a8f9ae83b0f3}*SharedItemsImports = 13
|
||||
|
@ -167,12 +167,12 @@ Global
|
|||
LOGGING\src\EventSource.Shared\EventSource.Shared\EventSource.Shared.projitems*{52b3c054-c686-4bb8-a4b7-9e8d6c49491f}*SharedItemsImports = 5
|
||||
LOGGING\src\CommonShared\CommonShared.projitems*{587b624b-8c64-498e-93d7-a2d2abc17eab}*SharedItemsImports = 13
|
||||
WEB\Src\TestFramework\Shared\TestFramework.Shared.projitems*{5f40f661-de59-4489-abac-be6f2d730d9a}*SharedItemsImports = 5
|
||||
WEB\Src\Common\Common.projitems*{6062a897-6e55-44c9-ba7a-e1c42946ee51}*SharedItemsImports = 5
|
||||
LOGGING\src\CommonShared\CommonShared.projitems*{63b8fda7-2ff5-4a20-8de7-ebb036012a54}*SharedItemsImports = 5
|
||||
LOGGING\src\CommonShared\CommonShared.projitems*{67291093-4b5f-4ca5-a811-b8a1dcbe3f1f}*SharedItemsImports = 5
|
||||
LOGGING\test\CommonTestShared\CommonTestShared.projitems*{7a903abd-d7fb-4610-aed8-32eb2cbaeebf}*SharedItemsImports = 5
|
||||
LOGGING\test\Shared\Adapters.Shared.Tests.projitems*{7a903abd-d7fb-4610-aed8-32eb2cbaeebf}*SharedItemsImports = 5
|
||||
WEB\Src\Common\Common.projitems*{7b5d95ee-50ee-4222-a03c-fae5905b3dfd}*SharedItemsImports = 5
|
||||
WEB\Src\Common\Common.projitems*{8293bc71-7ddc-4dd1-8807-280eef7e752d}*SharedItemsImports = 5
|
||||
BASE\src\Common\Common\Common.projitems*{936af739-4297-4016-9d70-4280042709be}*SharedItemsImports = 13
|
||||
LOGGING\test\CommonTestShared\CommonTestShared.projitems*{93a35062-6aa4-4778-9769-428a942adcf9}*SharedItemsImports = 5
|
||||
LOGGING\test\Shared\Adapters.Shared.Tests.projitems*{93a35062-6aa4-4778-9769-428a942adcf9}*SharedItemsImports = 5
|
||||
|
@ -228,10 +228,6 @@ Global
|
|||
{9DC5C5E5-FC37-4E54-81FD-AA42BB934E9B}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{9DC5C5E5-FC37-4E54-81FD-AA42BB934E9B}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{9DC5C5E5-FC37-4E54-81FD-AA42BB934E9B}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{8293BC71-7DDC-4DD1-8807-280EEF7E752D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{8293BC71-7DDC-4DD1-8807-280EEF7E752D}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{8293BC71-7DDC-4DD1-8807-280EEF7E752D}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{8293BC71-7DDC-4DD1-8807-280EEF7E752D}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{7B5D95EE-50EE-4222-A03C-FAE5905B3DFD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{7B5D95EE-50EE-4222-A03C-FAE5905B3DFD}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{7B5D95EE-50EE-4222-A03C-FAE5905B3DFD}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
|
@ -284,10 +280,6 @@ Global
|
|||
{21CB9A8A-F25B-4DEB-92CB-ACB6920EB8BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{21CB9A8A-F25B-4DEB-92CB-ACB6920EB8BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{21CB9A8A-F25B-4DEB-92CB-ACB6920EB8BC}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{262792BF-31A8-4FCD-BBC7-341EB29FAE96}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{262792BF-31A8-4FCD-BBC7-341EB29FAE96}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{262792BF-31A8-4FCD-BBC7-341EB29FAE96}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{262792BF-31A8-4FCD-BBC7-341EB29FAE96}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{058A0843-A95F-4B0D-91DB-33B9D3FD7324}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{058A0843-A95F-4B0D-91DB-33B9D3FD7324}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{058A0843-A95F-4B0D-91DB-33B9D3FD7324}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
|
@ -376,6 +368,14 @@ Global
|
|||
{A1891190-0E43-4E2E-BEFE-1AF0068A0D1E}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{A1891190-0E43-4E2E-BEFE-1AF0068A0D1E}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{A1891190-0E43-4E2E-BEFE-1AF0068A0D1E}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{6062A897-6E55-44C9-BA7A-E1C42946EE51}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{6062A897-6E55-44C9-BA7A-E1C42946EE51}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{6062A897-6E55-44C9-BA7A-E1C42946EE51}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{6062A897-6E55-44C9-BA7A-E1C42946EE51}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{8AAC8DC7-A2FC-4767-BDA8-380F86B64772}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{8AAC8DC7-A2FC-4767-BDA8-380F86B64772}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{8AAC8DC7-A2FC-4767-BDA8-380F86B64772}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{8AAC8DC7-A2FC-4767-BDA8-380F86B64772}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
|
@ -387,7 +387,6 @@ Global
|
|||
{13335EB8-3936-407A-9363-1C428318BEA8} = {DFCBB4ED-976C-4239-BCAF-8AA21E684E8C}
|
||||
{DEEAF599-83F9-4A05-ADD6-F612CDABE570} = {7EC1F6B8-9F94-4947-B596-EB3726C53AE0}
|
||||
{9DC5C5E5-FC37-4E54-81FD-AA42BB934E9B} = {3EDBC945-E531-4CEE-A038-A6AE1EF9AA96}
|
||||
{8293BC71-7DDC-4DD1-8807-280EEF7E752D} = {07076842-9CAA-4B4A-8AEF-88DE88CD37AC}
|
||||
{7B5D95EE-50EE-4222-A03C-FAE5905B3DFD} = {11AC7235-167E-40B5-B2E3-9CBF08700064}
|
||||
{2E283031-425B-421F-9E81-34ABFEFAB618} = {60CDB555-C5FE-4010-A37B-014B04C5EAC3}
|
||||
{1B0F54BF-078A-421C-9708-2D817D4BCE30} = {05E05465-F285-4689-BFC5-F78FC5761992}
|
||||
|
@ -403,7 +402,6 @@ Global
|
|||
{21CB9A8A-F25B-4DEB-92CB-ACB6920EB8BC} = {FBAFD313-0139-4DA3-BCB3-EE54DC3B6CCD}
|
||||
{0196259C-3582-4F4E-A01F-A8F9AE83B0F3} = {3EDBC945-E531-4CEE-A038-A6AE1EF9AA96}
|
||||
{D13C3EC7-B300-4158-9054-216156B203BE} = {3EDBC945-E531-4CEE-A038-A6AE1EF9AA96}
|
||||
{262792BF-31A8-4FCD-BBC7-341EB29FAE96} = {D2A0AA36-57F7-436C-A7AF-7322927F1734}
|
||||
{058A0843-A95F-4B0D-91DB-33B9D3FD7324} = {E9AEB857-E8AA-4ED6-A020-DF4D8486CEB0}
|
||||
{B90EDEA5-3CC8-4282-80A0-7116905E2427} = {D8483C3E-C386-48AD-B935-700A54FDCF31}
|
||||
{3D7258E3-5DDC-45A4-A457-9AA3BCC92DE7} = {E9AEB857-E8AA-4ED6-A020-DF4D8486CEB0}
|
||||
|
@ -426,6 +424,8 @@ Global
|
|||
{00FC8932-554B-455F-9E02-E8A4B0DBFAA8} = {E9AEB857-E8AA-4ED6-A020-DF4D8486CEB0}
|
||||
{27B8D7BE-8CB7-48BF-97DA-0F031103C03D} = {3EDBC945-E531-4CEE-A038-A6AE1EF9AA96}
|
||||
{A1891190-0E43-4E2E-BEFE-1AF0068A0D1E} = {DFCBB4ED-976C-4239-BCAF-8AA21E684E8C}
|
||||
{6062A897-6E55-44C9-BA7A-E1C42946EE51} = {07076842-9CAA-4B4A-8AEF-88DE88CD37AC}
|
||||
{8AAC8DC7-A2FC-4767-BDA8-380F86B64772} = {D2A0AA36-57F7-436C-A7AF-7322927F1734}
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
SolutionGuid = {0E0415AF-37CC-4999-8E5B-DD36F75BFD4D}
|
||||
|
|
|
@ -16,7 +16,7 @@ namespace Microsoft.ApplicationInsights.Implementation
|
|||
{
|
||||
internal static string GetSdkVersion(string versionPrefix)
|
||||
{
|
||||
#if NET45 || NET46
|
||||
#if NET45 || NET452 || NET46
|
||||
string versionStr = typeof(SdkVersionUtils).Assembly.GetCustomAttributes(false).OfType<AssemblyFileVersionAttribute>().First().Version;
|
||||
#else
|
||||
string versionStr = typeof(SdkVersionUtils).GetTypeInfo().Assembly.GetCustomAttributes<AssemblyFileVersionAttribute>().First().Version;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<Import Project="$(PropsRoot)\Product.props" />
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFrameworks>netstandard2.0;net45</TargetFrameworks>
|
||||
<TargetFrameworks>netstandard2.0;net45;net452</TargetFrameworks>
|
||||
<RootNamespace>Microsoft.ApplicationInsights.DiagnosticSourceListener</RootNamespace>
|
||||
<AssemblyName>Microsoft.ApplicationInsights.DiagnosticSourceListener</AssemblyName>
|
||||
</PropertyGroup>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<Import Project="$(PropsRoot)\Product.props" />
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFrameworks>net451</TargetFrameworks>
|
||||
<TargetFrameworks>net451;net452</TargetFrameworks>
|
||||
<RootNamespace>Microsoft.ApplicationInsights.EtwCollector</RootNamespace>
|
||||
<AssemblyName>Microsoft.ApplicationInsights.EtwCollector</AssemblyName>
|
||||
</PropertyGroup>
|
||||
|
|
|
@ -68,7 +68,7 @@ namespace Microsoft.ApplicationInsights.TraceEvent.Shared.Implementation
|
|||
string name;
|
||||
try
|
||||
{
|
||||
#if NET45 || NET46
|
||||
#if NET45 || NET452 || NET46
|
||||
name = AppDomain.CurrentDomain.FriendlyName;
|
||||
#else
|
||||
name = string.Empty;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<Import Project="$(PropsRoot)\Product.props" />
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
|
||||
<TargetFrameworks>net45;net452;netstandard2.0</TargetFrameworks>
|
||||
<RootNamespace>Microsoft.ApplicationInsights.Log4NetAppender</RootNamespace>
|
||||
<AssemblyName>Microsoft.ApplicationInsights.Log4NetAppender</AssemblyName>
|
||||
</PropertyGroup>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<Import Project="$(PropsRoot)\Product.props" />
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
|
||||
<TargetFrameworks>net45;net452;netstandard2.0</TargetFrameworks>
|
||||
<RootNamespace>Microsoft.ApplicationInsights.NLogTarget</RootNamespace>
|
||||
<AssemblyName>Microsoft.ApplicationInsights.NLogTarget</AssemblyName>
|
||||
</PropertyGroup>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<Import Project="$(PropsRoot)\Product.props" />
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
|
||||
<TargetFrameworks>net45;net452;netstandard2.0</TargetFrameworks>
|
||||
<RootNamespace>Microsoft.ApplicationInsights.TraceListener</RootNamespace>
|
||||
<AssemblyName>Microsoft.ApplicationInsights.TraceListener</AssemblyName>
|
||||
</PropertyGroup>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
{
|
||||
public static string GetExpectedSdkVersion(string prefix, Type loggerType)
|
||||
{
|
||||
#if NET45 || NET46
|
||||
#if NET45 || NET452 || NET46
|
||||
string versionStr = loggerType.Assembly.GetCustomAttributes(false).OfType<AssemblyFileVersionAttribute>().First().Version;
|
||||
#else
|
||||
string versionStr = loggerType.GetTypeInfo().Assembly.GetCustomAttributes<AssemblyFileVersionAttribute>().First().Version;
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
<ProjectReference Include="..\..\src\EtwCollector\EtwCollector.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition="'$(TargetFramework)' == 'net46'">
|
||||
<ItemGroup>
|
||||
<Reference Include="System.Net.Http" />
|
||||
</ItemGroup>
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<PropertyGroup>
|
||||
<RootNamespace>Microsoft.ApplicationInsights.Log4NetAppender.Tests</RootNamespace>
|
||||
<AssemblyName>Microsoft.ApplicationInsights.Log4NetAppender.Tests</AssemblyName>
|
||||
<TargetFrameworks>net45;netcoreapp2.1;netcoreapp3.1</TargetFrameworks>
|
||||
<TargetFrameworks>net45;net452;netcoreapp2.1;netcoreapp3.1</TargetFrameworks>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
@ -16,7 +16,7 @@
|
|||
<ProjectReference Include="..\..\src\Log4NetAppender\Log4NetAppender.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition="'$(TargetFramework)' == 'net45'">
|
||||
<ItemGroup Condition="'$(TargetFramework)' == 'net45' OR '$(TargetFramework)' == 'net452'">
|
||||
<Reference Include="System.Net.Http" />
|
||||
</ItemGroup>
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<PropertyGroup>
|
||||
<RootNamespace>Microsoft.ApplicationInsights.NLogTarget.Tests</RootNamespace>
|
||||
<AssemblyName>Microsoft.ApplicationInsights.NLogTarget.Tests</AssemblyName>
|
||||
<TargetFrameworks>net45;netcoreapp2.1;netcoreapp3.1</TargetFrameworks>
|
||||
<TargetFrameworks>net45;net452;netcoreapp2.1;netcoreapp3.1</TargetFrameworks>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
@ -16,7 +16,7 @@
|
|||
<ProjectReference Include="..\..\src\NLogTarget\NLogTarget.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition="'$(TargetFramework)' == 'net45'">
|
||||
<ItemGroup Condition="'$(TargetFramework)' == 'net45' OR '$(TargetFramework)' == 'net452'">
|
||||
<Reference Include="System.Net.Http" />
|
||||
</ItemGroup>
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ namespace Microsoft.ApplicationInsights.Tracing.Tests
|
|||
{
|
||||
public string InstrumentationKey { get; }
|
||||
|
||||
#if NET45 || NET46
|
||||
#if NET45 || NET452 || NET46
|
||||
private static readonly string ApplicationInsightsConfigFilePath =
|
||||
Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "ApplicationInsights.config");
|
||||
#else
|
||||
|
|
|
@ -21,7 +21,7 @@ namespace Microsoft.ApplicationInsights
|
|||
public CustomTelemetryChannel()
|
||||
{
|
||||
this.waitHandle = new AutoResetEvent(false);
|
||||
#if NET45
|
||||
#if NET45 || NET452
|
||||
this.SentItems = new ITelemetry[0];
|
||||
#else
|
||||
this.SentItems = Array.Empty<ITelemetry>();
|
||||
|
@ -89,7 +89,7 @@ namespace Microsoft.ApplicationInsights
|
|||
{
|
||||
lock (this)
|
||||
{
|
||||
#if NET45
|
||||
#if NET45 || NET452
|
||||
this.SentItems = new ITelemetry[0];
|
||||
#else
|
||||
this.SentItems = Array.Empty<ITelemetry>();
|
||||
|
|
|
@ -217,7 +217,7 @@
|
|||
Assert.AreEqual(expectedEventId.ToString(InvariantCulture), telemetry.Properties["EventId"]);
|
||||
}
|
||||
|
||||
#if NET45
|
||||
#if NET45 || NET452
|
||||
[TestMethod]
|
||||
[TestCategory("TraceListener")]
|
||||
public void TraceListenerSendsResumeAsVerbose()
|
||||
|
@ -357,7 +357,7 @@
|
|||
source.TraceInformation("TestMessage");
|
||||
}
|
||||
|
||||
#if NET45
|
||||
#if NET45 || NET452
|
||||
[TestMethod]
|
||||
public void TraceEventDoesNotStoreLogicalOperationStackInTelemetryPropertiesBecauseLongValuesAreRejected()
|
||||
{
|
||||
|
@ -420,7 +420,7 @@
|
|||
{
|
||||
listener.TraceOutputOptions = options;
|
||||
TraceEventCache traceEventCache = new TraceEventCache();
|
||||
#if NET45
|
||||
#if NET45 || NET452
|
||||
PrivateObject privateObject = new PrivateObject(traceEventCache);
|
||||
privateObject.SetField("timeStamp", DateTime.Now.Ticks);
|
||||
privateObject.SetField("stackTrace", "Environment.StackTrace");
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<PropertyGroup>
|
||||
<RootNamespace>Microsoft.ApplicationInsights.TraceListener.Tests</RootNamespace>
|
||||
<AssemblyName>Microsoft.ApplicationInsights.TraceListener.Tests</AssemblyName>
|
||||
<TargetFrameworks>net45;netcoreapp2.1;netcoreapp3.1</TargetFrameworks>
|
||||
<TargetFrameworks>net45;net452;netcoreapp2.1;netcoreapp3.1</TargetFrameworks>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
@ -16,7 +16,7 @@
|
|||
<ProjectReference Include="..\..\src\TraceListener\TraceListener.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition="'$(TargetFramework)' == 'net45'">
|
||||
<ItemGroup Condition="'$(TargetFramework)' == 'net45' OR '$(TargetFramework)' == 'net452'">
|
||||
<Reference Include="System.Net.Http" />
|
||||
</ItemGroup>
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<PropertyGroup>
|
||||
<RootNamespace>Xdt.Tests</RootNamespace>
|
||||
<AssemblyName>Xdt.Tests</AssemblyName>
|
||||
<TargetFramework>net45</TargetFramework>
|
||||
<TargetFrameworks>net45;net452</TargetFrameworks>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
[SuppressMessage("Documentation Rules", "SA1614:ElementParameterDocumentationMustHaveText", Justification = "This class is obsolete and will not be completely documented.")]
|
||||
internal class ApplicationInsightsLogger : ILogger
|
||||
{
|
||||
#if NET451 || NET46 || NET461
|
||||
#if NET451 || NET452 || NET46 || NET461
|
||||
/// <summary>
|
||||
/// SDK Version Prefix.
|
||||
/// </summary>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
<PropertyGroup>
|
||||
<AssemblyName>Microsoft.ApplicationInsights.AspNetCore</AssemblyName>
|
||||
<TargetFrameworks>netstandard2.0;net451;net46;net461</TargetFrameworks>
|
||||
<TargetFrameworks>netstandard2.0;net451;net452;net46;net461</TargetFrameworks>
|
||||
|
||||
<TargetFrameworks Condition=" '$(OS)' != 'Windows_NT' ">netstandard2.0</TargetFrameworks>
|
||||
<DefineConstants>$(DefineConstants);AI_ASPNETCORE_WEB;</DefineConstants>
|
||||
|
@ -46,7 +46,7 @@
|
|||
<ProjectReference Include="..\..\..\WEB\Src\EventCounterCollector\EventCounterCollector\EventCounterCollector.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition=" '$(TargetFramework)' == 'net451' OR '$(TargetFramework)' == 'net46' ">
|
||||
<ItemGroup Condition=" '$(TargetFramework)' == 'net451' OR '$(TargetFramework)' == 'net452' OR '$(TargetFramework)' == 'net46' ">
|
||||
<Reference Include="System" />
|
||||
<Reference Include="Microsoft.CSharp" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.Hosting" Version="1.1.3" />
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
/// </summary>
|
||||
internal class SdkVersionUtils
|
||||
{
|
||||
#if NET451 || NET46 || NET461
|
||||
#if NET451 || NET452 || NET46 || NET461
|
||||
/// <summary>
|
||||
/// SDK Version Prefix.
|
||||
/// </summary>
|
||||
|
|
|
@ -43,7 +43,7 @@ namespace Microsoft.ApplicationInsights.WorkerService.TelemetryInitializers
|
|||
string hostName = Dns.GetHostName();
|
||||
|
||||
// Issue #61: For dnxcore machine name does not have domain name like in full framework
|
||||
#if NET451 || NET46 || NET461
|
||||
#if NET451 || NET452 || NET46 || NET461
|
||||
string domainName = IPGlobalProperties.GetIPGlobalProperties().DomainName;
|
||||
if (!hostName.EndsWith(domainName, StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
{
|
||||
public class SdkVersionTestUtils
|
||||
{
|
||||
#if NET451 || NET46 || NET461
|
||||
#if NET451 || NET452 || NET46 || NET461
|
||||
public const string VersionPrefix = "aspnet5f:";
|
||||
#else
|
||||
public const string VersionPrefix = "aspnet5c:";
|
||||
|
|
|
@ -7,24 +7,24 @@
|
|||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Array.Empty() was added to Net Framework in 4.6
|
||||
/// This adds support for Net45.
|
||||
/// This adds support for Net45 || net452.
|
||||
/// </remarks>
|
||||
internal static T[] Empty<T>()
|
||||
{
|
||||
#if NET45
|
||||
#if NET45 || NET452
|
||||
return EmptyArray<T>.Value;
|
||||
#else
|
||||
return System.Array.Empty<T>();
|
||||
#endif
|
||||
}
|
||||
|
||||
#if NET45
|
||||
#if NET45 || NET452
|
||||
/// <summary>
|
||||
/// [Net45 Only] Copied from Net Framework (https://referencesource.microsoft.com/#mscorlib/system/array.cs,bc9fd1be0e4f4e70,references).
|
||||
/// [Net45/net452 Only] Copied from Net Framework (https://referencesource.microsoft.com/#mscorlib/system/array.cs,bc9fd1be0e4f4e70,references).
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Array.Empty() was added to Net Framework in 4.6
|
||||
/// This adds support for Net45.
|
||||
/// This adds support for Net45 || net452.
|
||||
/// </remarks>
|
||||
private static class EmptyArray<T>
|
||||
{
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<Import Project="$(PropsRoot)\Test.props" />
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFrameworks>net45;netcoreapp2.1;netcoreapp3.1</TargetFrameworks>
|
||||
<TargetFrameworks>net45;net452;netcoreapp2.1;netcoreapp3.1</TargetFrameworks>
|
||||
<AssemblyName>Microsoft.ApplicationInsights.DependencyCollector.Tests</AssemblyName>
|
||||
<PackageId>Microsoft.AI.DependencyCollector.Tests</PackageId>
|
||||
|
||||
|
@ -38,7 +38,7 @@
|
|||
<PackageReference Include="System.Data.SqlClient" Version="4.7.0" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition="'$(TargetFramework)' == 'net45'">
|
||||
<ItemGroup Condition="'$(TargetFramework)' == 'net45' OR '$(TargetFramework)' == 'net452'">
|
||||
<PackageReference Include="System.Buffers" Version="4.5.1" />
|
||||
<Reference Include="Microsoft.CSharp" />
|
||||
<Reference Include="System" />
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
namespace Microsoft.ApplicationInsights.Tests
|
||||
{
|
||||
#if NET45
|
||||
#if NET45 || NET452
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Diagnostics;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
namespace Microsoft.ApplicationInsights.Tests
|
||||
{
|
||||
#if NET45
|
||||
#if NET45 || NET452
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#if NET45
|
||||
#if NET45 || NET452
|
||||
namespace Microsoft.ApplicationInsights.Tests
|
||||
{
|
||||
using System;
|
||||
|
|
|
@ -1054,8 +1054,8 @@
|
|||
|
||||
private long ToUnixTimeStamp(DateTimeOffset datetime)
|
||||
{
|
||||
#if NET45
|
||||
return (long)(datetime - EpochStart).TotalMilliseconds;
|
||||
#if NET45 || NET452
|
||||
return (long)(datetime - EpochStart).TotalMilliseconds;
|
||||
#else
|
||||
return datetime.ToUnixTimeMilliseconds();
|
||||
#endif
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#if NET45
|
||||
#if NET45 || NET452
|
||||
namespace Microsoft.ApplicationInsights.Tests
|
||||
{
|
||||
using System;
|
||||
|
@ -53,7 +53,7 @@ namespace Microsoft.ApplicationInsights.Tests
|
|||
ClientServerDependencyTracker.PretendProfilerIsAttached = false;
|
||||
}
|
||||
|
||||
#if !NET45
|
||||
#if !NET45 && !NET452
|
||||
/// <summary>
|
||||
/// Tests if BeginWebTracking() returns operation with associated telemetry item (with start time and time stamp).
|
||||
/// </summary>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#if NET45
|
||||
#if NET45 || NET452
|
||||
namespace Microsoft.ApplicationInsights.Tests
|
||||
{
|
||||
using System;
|
||||
|
@ -206,7 +206,7 @@ namespace Microsoft.ApplicationInsights.Tests
|
|||
RequestResponseHeaders.RequestContextCorrelationSourceKey));
|
||||
}
|
||||
|
||||
#if !NET45
|
||||
#if !NET45 && !NET452
|
||||
/// <summary>
|
||||
/// Ensures that the legacy correlation headers are NOT added when request is sent if HttpProcessing is configured to.
|
||||
/// </summary>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#if NET45
|
||||
#if NET45 || NET452
|
||||
namespace Microsoft.ApplicationInsights.Tests
|
||||
{
|
||||
using System;
|
||||
|
@ -21,7 +21,7 @@ namespace Microsoft.ApplicationInsights.Tests
|
|||
[TestClass]
|
||||
public sealed class FrameworkHttpProcessingTest : IDisposable
|
||||
{
|
||||
#region Fields
|
||||
#region Fields
|
||||
private const string RandomAppIdEndpoint = "http://app.id.endpoint"; // appIdEndpoint - this really won't be used for tests because of the app id provider override.
|
||||
private const int TimeAccuracyMilliseconds = 50;
|
||||
private const string TestInstrumentationKey = nameof(TestInstrumentationKey);
|
||||
|
@ -33,9 +33,9 @@ namespace Microsoft.ApplicationInsights.Tests
|
|||
private List<ITelemetry> sendItems = new List<ITelemetry>();
|
||||
private FrameworkHttpProcessing httpProcessingFramework;
|
||||
private CacheBasedOperationHolder cache = new CacheBasedOperationHolder("testCache", 100 * 1000);
|
||||
#endregion //Fields
|
||||
#endregion //Fields
|
||||
|
||||
#region TestInitialize
|
||||
#region TestInitialize
|
||||
|
||||
[TestInitialize]
|
||||
public void TestInitialize()
|
||||
|
@ -59,9 +59,9 @@ namespace Microsoft.ApplicationInsights.Tests
|
|||
Activity.Current = null;
|
||||
DependencyTableStore.IsDesktopHttpDiagnosticSourceActivated = false;
|
||||
}
|
||||
#endregion //TestInitiliaze
|
||||
#endregion //TestInitiliaze
|
||||
|
||||
#region BeginEndCallBacks
|
||||
#region BeginEndCallBacks
|
||||
|
||||
[TestMethod]
|
||||
public void OnBeginDoesNotThrowForIncorrectUrl()
|
||||
|
@ -107,7 +107,7 @@ namespace Microsoft.ApplicationInsights.Tests
|
|||
null);
|
||||
}
|
||||
|
||||
#if !NET45
|
||||
#if !NET45 && !NET452
|
||||
[TestMethod]
|
||||
public void RddTestHttpProcessingFrameworkOnEndHttpCallbackSuccessParentActivity()
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#if NET45
|
||||
#if NET45 || NET452
|
||||
namespace Microsoft.ApplicationInsights.Tests
|
||||
{
|
||||
using System;
|
||||
|
@ -273,7 +273,7 @@ namespace Microsoft.ApplicationInsights.Tests
|
|||
null);
|
||||
}
|
||||
|
||||
#if !NET45
|
||||
#if !NET45 && !NET452
|
||||
/// <summary>
|
||||
/// Validates SQLProcessingFramework sends correct telemetry.
|
||||
/// </summary>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#if NET45
|
||||
#if NET45 || NET452
|
||||
namespace Microsoft.ApplicationInsights.Tests
|
||||
{
|
||||
using System;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#if NET45
|
||||
#if NET45 || NET452
|
||||
namespace Microsoft.ApplicationInsights.Tests
|
||||
{
|
||||
using System;
|
||||
|
@ -173,7 +173,7 @@ namespace Microsoft.ApplicationInsights.Tests
|
|||
RequestResponseHeaders.RequestContextCorrelationSourceKey));
|
||||
}
|
||||
|
||||
#if !NET45
|
||||
#if !NET45 && !NET452
|
||||
/// <summary>
|
||||
/// Ensures that the source request header is added when request is sent.
|
||||
/// </summary>
|
||||
|
@ -323,7 +323,7 @@ namespace Microsoft.ApplicationInsights.Tests
|
|||
Assert.IsTrue(actualCorrelationContextHeader == "Key2=Value2,Key1=Value1" || actualCorrelationContextHeader == "Key1=Value1,Key2=Value2");
|
||||
}
|
||||
|
||||
#if !NET45
|
||||
#if !NET45 && !NET452
|
||||
[TestMethod]
|
||||
public void RddTestHttpProcessingProfilerOnBeginOnEnd()
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#if NET45
|
||||
#if NET45 || NET452
|
||||
namespace Microsoft.ApplicationInsights.Tests
|
||||
{
|
||||
using System;
|
||||
|
|
Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше
Загрузка…
Ссылка в новой задаче