Back to Stackexchange Redis

Active:Active

docs/exp/SER007.md

3.1.1-g7441909d06316 B
Original Source

Active:Active

This feature is typically used to provide geo-redundant services; please see full docs.

To suppress this message, add the following to your csproj file:

xml
<NoWarn>$(NoWarn);SER007</NoWarn>

or more granularly / locally in C#:

c#
#pragma warning disable SER007