Add error and disposal handling tests#37
Merged
dave-hillier merged 1 commit intoAug 22, 2025
Annotations
20 warnings
|
Src/Nemcache.Tests/WebSocketSubscriptionHandlerTests.cs#L20
Non-nullable field '_subscriptionHandler' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Src/Nemcache.Tests/WebSocketSubscriptionHandlerTests.cs#L19
Non-nullable field '_testObserver' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Src/Nemcache.Tests/WebSocketSubscriptionHandlerTests.cs#L18
Non-nullable field '_client' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Src/Nemcache.Tests/CacheRestServerTests.cs#L16
Non-nullable field '_server' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
Src/Nemcache.Storage/Persistence/StreamArchiver.cs#L125
Possible null reference assignment.
|
|
Src/Nemcache.Storage/Persistence/StreamArchiver.cs#L124
Possible null reference assignment.
|
|
Src/Nemcache.Storage/Persistence/StreamArchiver.cs#L123
Possible null reference assignment.
|
|
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.
|
|
Src/Nemcache.Storage/Notifications/RemoveNotification.cs#L12
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Src/Nemcache.Storage/Notifications/StoreNotification.cs#L10
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Src/Nemcache.Storage/Notifications/StoreNotification.cs#L35
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Src/Nemcache.Storage/Notifications/StoreNotification.cs#L17
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
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.
|
|
Src/Nemcache.Storage/ConcurrentDictionaryExtensions.cs#L23
Converting null literal or possible null value to non-nullable type.
|
The logs for this run have expired and are no longer available.
Loading