Before: This triggers "Field Cache implements IDisposable and should be disposed.". Should disposable warnings trigger for shared properties? ````vb Private Shared ReadOnly Cache As New MemoryCache(New MemoryCacheOptions) ````
Before:
This triggers "Field Cache implements IDisposable and should be disposed.".
Should disposable warnings trigger for shared properties?