Dmytro Dizhevskyi
Dmytro Dizhevskyi
@pmaheshgupta here is what I've done so far: ``` public class Bootsrapper { private static IConnectionMultiplexer lazyRedisContext; public static IConnectionMultiplexer RedisContext => lazyRedisContext ?? CreateRedisContext(); public static IDatabase DefaultRedisDb =>...
Try to change your app bundle id and re-deploy to device or reset privacy settings. It happened to me because I once rejected keychain access permissions request.
Please correct me if i'm wrong, but after reading through this thread my understanding is that the only way to provide values to parameters defined in Aspire app model (be...