Closed mbharodia closed 7 years ago
@mbharodia Were you still blocked by this issue?
No. Thanks for have a look at it.
From: Phil Henning [mailto:notifications@github.com] Sent: Tuesday, December 13, 2016 12:39 PM To: aspnet/Templates Templates@noreply.github.com Cc: Mayur Bharodia mayur@interactiveinterfaces.ca; Mention mention@noreply.github.com Subject: Re: [aspnet/Templates] Microsoft.Extensions.Options.ConfigurationExtensions v 1.0.0 (#652)
@mbharodiahttps://github.com/mbharodia Were you still blocked by this issue?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/aspnet/Templates/issues/652#issuecomment-266839635, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AJ3YwQXjRlKc3vMed04huwUgAl8KeYtYks5rHvRngaJpZM4JL6TT.
Earlier I had reference to 1.0.0-rc2-final for Microsoft.Extensions.Options.ConfigurationExtensions.
As 1.0.0 is official now I have upgraded the package to 1.0.0. As soon as I did it, the build failed. The following extension method did not work. (Note: I have also upgraded other packages to 1.0.0. I was trying to move from beta to 1.0.0. So whatever seemed to be upgradable, I upgraded that)
services.Configure(Configuration.GetSection("EamilSettings"), true);
I am sure I am missing something. I really appreciate any help. Thank you very much.