ytzhakov
ytzhakov
`public class Program { public static void Main(string[] args) { WebHost.CreateDefaultBuilder(args) .UseStartup() .Build() .Run(); } } ` ` public class Startup { public Startup(IConfiguration configuration) { Configuration = configuration; }...
 UseLightInject() did not seem to replace the default service provider
well I might be missing something really stupid but it doesn't seem to be the case. I've created a new ASP.NET Core 2.2 project, used UseLightInject() Then I requested IServiceProvider...
Great.. it would really be interesting to find out whether or not this was intentional and if so, why... Please update this issue when you have more information
any update on this issue? calude 2.0.27 STILL ignores settings.local.json allow permissions. it keeps asking and (sometimes) adding the commands to the list (when I hit "2") but completely ignores...
@vhardy this is what status shows at the bottom: System Diagnostics ⚠ Found invalid settings files: . They will be ignored. im not sure what it means because there is...
im having the same issue
got the same issue , version 2.0.76