Alvaro Ortego Marcos

Results 4 comments of Alvaro Ortego Marcos

@xuzhg thanks for your quick response! I had already tried what you said on the 7.5.6 version. The call works correctly and the list of strings is retrieved, but the...

### Startup: ``` c# public class Startup { public IConfiguration Configuration { get; } public Startup(IConfiguration configuration) { Configuration = configuration; } // This method gets called by the runtime....

@xuzhg Not really, I could create a "Conflicts" class with a property that is a list of strings (as you suggested in previous answers), but I wouldn't really need that...

@habbes @xuzhg Is there any news?