VahidN / EFSecondLevelCache.Core

Entity Framework Core Second Level Caching Library
Apache License 2.0
326 stars 50 forks source link

خطای AD0001 #57

Closed RezaAVS closed 4 years ago

RezaAVS commented 4 years ago
بعد از افزودن خط زیر خطای زیر مشاهده می شود ` services.AddSingleton(typeof(ICacheManager<>), typeof(BaseCacheManager<>)); ` Warning AD0001 Analyzer 'Microsoft.CodeAnalysis.CSharp.Analyzers.MetaAnalyzers.CSharpDiagnosticAnalyzerApiUsageAnalyzer' threw an exception of type 'System.NullReferenceException' with message 'Object reference not set to an instance of an object.'.
VahidN commented 4 years ago

This issue is not related to this library. It has been reported here: https://github.com/dotnet/roslyn/issues/32287 And probably you should update your Visual Studio to fix it.

lock[bot] commented 4 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related problems.