chore: remove obsolete app insights functionality #472
Annotations
11 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
src/Arcus.Observability.Tests.Runtimes.AzureFunction/TimerTriggerFunction.cs#L25
Non-nullable property 'ScheduleStatus' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Arcus.Observability.Tests.Runtimes.AzureFunction/Program.cs#L63
Possible null reference return.
|
src/Arcus.Observability.Tests.Runtimes.AzureFunction/Program.cs#L94
Possible null reference return.
|
src/Arcus.Observability.Tests.Integration/Serilog/TelemetryTypeFilterTests.cs#L53
'ILoggerExtensions.LogEvent(ILogger, string, Dictionary<string, object>)' is obsolete: 'Use LogCustomEvent instead'
|
src/Arcus.Observability.Tests.Integration/Serilog/TelemetryTypeFilterTests.cs#L108
'ILoggerExtensions.LogEvent(ILogger, string, Dictionary<string, object>)' is obsolete: 'Use LogCustomEvent instead'
|
src/Arcus.Observability.Tests.Integration/Serilog/TelemetryTypeFilterTests.cs#L234
'ILoggerExtensions.LogMetric(ILogger, string, double, Dictionary<string, object>)' is obsolete: 'Use LogCustomMetric instead'
|
src/Arcus.Observability.Tests.Integration/Serilog/TelemetryTypeFilterTests.cs#L291
'ILoggerExtensions.LogMetric(ILogger, string, double, Dictionary<string, object>)' is obsolete: 'Use LogCustomMetric instead'
|
src/Arcus.Observability.Tests.Integration/Serilog/TelemetryTypeFilterTests.cs#L440
'ILoggerExtensions.LogSqlDependency(ILogger, string, string, string, string, bool, DateTimeOffset, TimeSpan, Dictionary<string, object>)' is obsolete: 'Use the LogSqlDependency with a pseudo SQL command and operation name instead of specifying the table name'
|
src/Arcus.Observability.Tests.Integration/Serilog/TelemetryTypeFilterTests.cs#L474
'ILoggerExtensions.LogSqlDependency(ILogger, string, string, string, string, bool, DateTimeOffset, TimeSpan, Dictionary<string, object>)' is obsolete: 'Use the LogSqlDependency with a pseudo SQL command and operation name instead of specifying the table name'
|
src/Arcus.Observability.Tests.Integration/Serilog/TelemetryTypeFilterTests.cs#L517
'ILoggerExtensions.LogServiceBusTopicDependency(ILogger, string, bool, DateTimeOffset, TimeSpan, Dictionary<string, object>)' is obsolete: 'Use the LogServiceBusTopicDependency method overload with an Azure Service Bus namespace endpoint instead'
|
The logs for this run have expired and are no longer available.
Loading