Clear up metrics obsolete build warnings #647
Annotations
10 warnings
build / build:
src/Foundatio/Storage/IFileStorage.cs#L131
'IFileStorage.GetFileStreamAsync(string, CancellationToken)' is obsolete: 'Use GetFileStreamAsync with StreamMode instead to define read or write behaviour of stream'
|
build / build:
src/Foundatio/Storage/IFileStorage.cs#L152
'IFileStorage.GetFileStreamAsync(string, CancellationToken)' is obsolete: 'Use GetFileStreamAsync with StreamMode instead to define read or write behaviour of stream'
|
build / build:
src/Foundatio/Storage/IFileStorage.cs#L164
'IFileStorage.GetFileStreamAsync(string, CancellationToken)' is obsolete: 'Use GetFileStreamAsync with StreamMode instead to define read or write behaviour of stream'
|
build / build:
src/Foundatio.MetricsNET/MetricsNETClient.cs#L6
'IMetricsClient' is obsolete: 'IMetricsClient will be removed, use System.Diagnostics.Metrics.Meter instead.'
|
build / build:
src/Foundatio.AppMetrics/AppMetricsClient.cs#L9
'IMetricsClient' is obsolete: 'IMetricsClient will be removed, use System.Diagnostics.Metrics.Meter instead.'
|
build / build:
src/Foundatio.Extensions.Hosting/Jobs/HostedJobService.cs#L77
CancelAsync should be used instead of _stoppingCts.Cancel. (https://github.com/semihokur/AsyncFixer)
|
build / build:
src/Foundatio.Extensions.Hosting/Jobs/HostedJobService.cs#L55
CancelAsync should be used instead of _stoppingCts.Cancel. (https://github.com/semihokur/AsyncFixer)
|
build / build:
src/Foundatio.TestHarness/Jobs/SampleQueueJob.cs#L15
'IMetricsClient' is obsolete: 'IMetricsClient will be removed, use System.Diagnostics.Metrics.Meter instead.'
|
build / build:
src/Foundatio.TestHarness/Jobs/SampleQueueJob.cs#L17
'IMetricsClient' is obsolete: 'IMetricsClient will be removed, use System.Diagnostics.Metrics.Meter instead.'
|
build / build:
src/Foundatio.TestHarness/Jobs/SampleQueueJob.cs#L45
'IMetricsClient' is obsolete: 'IMetricsClient will be removed, use System.Diagnostics.Metrics.Meter instead.'
|