Chad Tolkien
Chad Tolkien
Chiming in on this one too, would be hugely invaluable for those that need to jump around on different shells (us Windows users!). Also is one of the better features...
I've just started hitting this issue now
Working from deduction, if the SQL server is not shutdown gracefully - i.e, the container is just killed without a chance for SQL to cleanly exit there is a chance...
We need this to appropriately support strict CSP which does not permit inline css.
I'd keep an eye on the abstractions used by aspnet core for logging: https://github.com/aspnet/Logging/blob/9506ccc3f3491488fe88010ef8b9eb64594abf95/src/Microsoft.Extensions.Logging.Abstractions/ILoggerFactory.cs You could potentially just depend on that nuget and use it directly?
The ASPNET version seems to have been sidelined for a NodeJS experience instead: http://node.getglimpse.com/
Note that there is already an existing project: https://github.com/andrewlock/NetEscapades.AspNetCore.SecurityHeaders And this one: https://www.nuget.org/packages/Joonasw.AspNetCore.SecurityHeaders
Given https://github.com/google/fonts/issues/1307 - this feature is now particularly important.
I think you need to eager load the UserProfileInfo using ``` .Include(x => x.UserProfileInfo) ```
> "At this time we are working on the Password Reset feature of ASP.NET Identity which will be available in the 1.1 time frame". Wait, what? I've noticed things like...