Improve CacheDependencies to works with query hints, Close #225 #13
Annotations
10 warnings
|
Analyze (csharp):
src/Tests/Issues/Issue192/Program.cs#L19
'IQueryableBatchExtensions.BatchDelete(IQueryable)' is obsolete: 'As of EF 7 there are native method ExcuteDelete.'
|
Analyze (csharp):
src/Tests/Issues/Issue192/Program.cs#L21
'IQueryableBatchExtensions.BatchUpdate<T>(IQueryable<T>, Expression<Func<T, T>>, Type?)' is obsolete: 'As of EF 7 there are native method ExcuteUpdate.'
|
Analyze (csharp):
src/Tests/EFCoreSecondLevelCacheInterceptor.PerformanceTests/Program.cs#L22
'ConfigExtensions.With(IConfig, params IAnalyser[])' is obsolete: 'This method will soon be removed, please start using .AddAnalyser() instead.'
|
Analyze (csharp):
src/Tests/EFCoreSecondLevelCacheInterceptor.PerformanceTests/Program.cs#L22
'ConfigExtensions.With(IConfig, params IExporter[])' is obsolete: 'This method will soon be removed, please start using .AddExporter() instead.'
|
Analyze (csharp):
src/Tests/EFCoreSecondLevelCacheInterceptor.PerformanceTests/Program.cs#L22
'ConfigExtensions.With(IConfig, params IDiagnoser[])' is obsolete: 'This method will soon be removed, please start using .AddDiagnoser() instead.'
|
Analyze (csharp):
src/Tests/EFCoreSecondLevelCacheInterceptor.PerformanceTests/Program.cs#L22
'ConfigExtensions.With(IConfig, params IColumn[])' is obsolete: 'This method will soon be removed, please start using .AddColumn() instead.'
|
Analyze (csharp):
src/Tests/EFCoreSecondLevelCacheInterceptor.PerformanceTests/Program.cs#L22
'ConfigExtensions.With(IConfig, params IColumn[])' is obsolete: 'This method will soon be removed, please start using .AddColumn() instead.'
|
Analyze (csharp):
src/Tests/EFCoreSecondLevelCacheInterceptor.PerformanceTests/Program.cs#L22
'ConfigExtensions.With(IConfig, params IColumn[])' is obsolete: 'This method will soon be removed, please start using .AddColumn() instead.'
|
Analyze (csharp):
src/Tests/EFCoreSecondLevelCacheInterceptor.PerformanceTests/Program.cs#L22
'ConfigExtensions.With(IConfig, params IColumn[])' is obsolete: 'This method will soon be removed, please start using .AddColumn() instead.'
|