Michael W Powell
Michael W Powell
I am trying to gauge the timing of when SlowCheetah happens. Specifically, the output landing in the ``bin\Release\netstandard2.0\build`` folder appears to be correctly transformed. :+1: there. Yet, the version of...
Whatever should be the underlying type, say ``IConvention``, then ``IList`` should be implemented. I don't know why it wouldn't be.
I'm assuming it must involve some degree of cookies passing between client and server? That is, in my `Startup.ConfigureAuth(IAppBuilder app)`, I've got this: ``` C# // Enable the application to...
Hello, I don't like the separate page for the sign in. It feels kind of clunky to me, so I would like to simply "replace" the "sign in" button with...
Hello, As a boilerplate example, excellent piece of work, to begin with. But it is only a beginning. I'm sure that's been reiterated ad infinitum, so to speak. I found...
It's already available, as far as I know portable like into .NET CF even, and you don't need to reinvent the wheel. Can expose it and use it to do...
`HealthMonitor`? Thank you...
Such as "Miscellaneous" ones like IsActive, IsInitialized, and so on. In order to properly display some properties and not others with [BrowsableAttribute](http://msdn.microsoft.com/en-us/library/system.componentmodel.browsableattribute.aspx), the properties need to be virtualized. At its...
I want to place my document menu items in the proper locations, but this is not being supported correctly. I want to add: `File / New / My Document Type`,...