Base:
property
InvalidJsonToErrorMessage
Aspire.Components.ConformanceTests.ConformanceTests<TService, TOptions>.InvalidJsonToErrorMessage
2 overrides of InvalidJsonToErrorMessage
Aspire.StackExchange.Redis.DistributedCaching.Tests (1)
DistributedCacheConformanceTests.cs (1)
21protected override (string json, string error)[] InvalidJsonToErrorMessage => Array.Empty<(string json, string error)>();
Aspire.StackExchange.Redis.OutputCaching.Tests (1)
OutputCacheConformanceTests.cs (1)
21protected override (string json, string error)[] InvalidJsonToErrorMessage => Array.Empty<(string json, string error)>();