Skip to content

Better caching

Better caching #39

Triggered via pull request December 2, 2024 12:38
Status Success
Total duration 33s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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)