Add test to verify NullEvictionStrategy leaves cache unchanged #76
Annotations
20 warnings
|
build:
Src/Nemcache.Tests/CacheRestServerTests.cs#L90
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
|
build:
Src/Nemcache.Tests/CacheRestServerTests.cs#L80
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
|
build:
Src/Nemcache.Tests/CacheRestServerTests.cs#L70
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
|
build:
Src/Nemcache.Tests/CacheRestServerTests.cs#L125
Non-nullable property 'LastRequest' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
Src/Nemcache.Tests/CacheRestServerTests.cs#L111
Non-nullable property 'LastParams' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
Src/Nemcache.Tests/CacheRestServerTests.cs#L60
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
|
build:
Src/Nemcache.Tests/CacheRestServerTests.cs#L127
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
build:
Src/Nemcache.Tests/CacheRestServerTests.cs#L50
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
|
build:
Src/Nemcache.Tests/CacheRestServerTests.cs#L113
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
|
build:
Src/Nemcache.Tests/CacheRestServerTests.cs#L42
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
|
|
build:
Src/Nemcache.Storage/Notifications/TouchNotification.cs#L13
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
build:
Src/Nemcache.Storage/MemCache.cs#L113
Possible null reference assignment.
|
|
build:
Src/Nemcache.Storage/MemCache.cs#L99
Converting null literal or possible null value to non-nullable type.
|
|
build:
Src/Nemcache.Storage/Persistence/HybridLogStore.cs#L91
Dereference of a possibly null reference.
|
|
build:
Src/Nemcache.Storage/IO/PartitioningFileStream.cs#L19
Non-nullable field '_currentStream' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build:
Src/Nemcache.Storage/Persistence/StreamArchiver.cs#L126
Possible null reference assignment.
|
|
build:
Src/Nemcache.Storage/Persistence/StreamArchiver.cs#L125
Possible null reference assignment.
|
|
build:
Src/Nemcache.Storage/Persistence/StreamArchiver.cs#L124
Possible null reference assignment.
|
|
build:
Src/Nemcache.Storage/Persistence/StreamArchiver.cs#L123
Possible null reference assignment.
|
|
build:
Src/Nemcache.Storage/ConcurrentDictionaryExtensions.cs#L23
Converting null literal or possible null value to non-nullable type.
|