79305559

Date: 2024-12-24 12:18:04
Score: 1
Natty:
Report link

This row get you the error:

services.Configure<AWSConfiguration>(configuration.GetSection("AWSConfiguration"));

The extension

Configure<TOptions>(this IServiceCollection services, IConfiguration config)

is in NuGet package - Microsoft.Extensions.Options.ConfigurationExtensions. Install it to get your error fixed.

P.S. github link

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
Posted by: VladOhotnikov