Better caching #39
Annotations
10 warnings
build:
SimpleCDN/Program.cs#L26
Cannot create instance of type 'StackExchange.Redis.CommandMap' because it is missing a public instance constructor. (https://learn.microsoft.com/dotnet/fundamentals/syslib-diagnostics/syslib1100)
|
build:
SimpleCDN/Program.cs#L26
Property 'CommandMap' on type 'StackExchange.Redis.ConfigurationOptions' is not supported. (https://learn.microsoft.com/dotnet/fundamentals/syslib-diagnostics/syslib1101)
|
build:
SimpleCDN/Program.cs#L26
Cannot create instance of type 'Microsoft.Extensions.Logging.ILoggerFactory' because it is missing a public instance constructor. (https://learn.microsoft.com/dotnet/fundamentals/syslib-diagnostics/syslib1100)
|
build:
SimpleCDN/Program.cs#L26
Property 'LoggerFactory' on type 'StackExchange.Redis.ConfigurationOptions' is not supported. (https://learn.microsoft.com/dotnet/fundamentals/syslib-diagnostics/syslib1101)
|
build:
SimpleCDN/Program.cs#L26
Cannot create instance of type 'StackExchange.Redis.IReconnectRetryPolicy' because it is missing a public instance constructor. (https://learn.microsoft.com/dotnet/fundamentals/syslib-diagnostics/syslib1100)
|
build:
SimpleCDN/Program.cs#L26
Property 'ReconnectRetryPolicy' on type 'StackExchange.Redis.ConfigurationOptions' is not supported. (https://learn.microsoft.com/dotnet/fundamentals/syslib-diagnostics/syslib1101)
|
build:
SimpleCDN/Program.cs#L26
Cannot create instance of type 'StackExchange.Redis.SocketManager' because it has multiple public parameterized constructors. (https://learn.microsoft.com/dotnet/fundamentals/syslib-diagnostics/syslib1100)
|
build:
SimpleCDN/Program.cs#L26
Property 'SocketManager' on type 'StackExchange.Redis.ConfigurationOptions' is not supported. (https://learn.microsoft.com/dotnet/fundamentals/syslib-diagnostics/syslib1101)
|
build:
SimpleCDN/Program.cs#L26
Cannot create instance of type 'StackExchange.Redis.Configuration.Tunnel' because it is missing a public instance constructor. (https://learn.microsoft.com/dotnet/fundamentals/syslib-diagnostics/syslib1100)
|
build:
SimpleCDN/Program.cs#L26
Property 'Tunnel' on type 'StackExchange.Redis.ConfigurationOptions' is not supported. (https://learn.microsoft.com/dotnet/fundamentals/syslib-diagnostics/syslib1101)
|