Shimmy
Shimmy
[Proposal: UWP Hot Restart](https://github.com/microsoft/microsoft-ui-xaml/issues/1403)
@JSkimming I really don't know how to upgrade this, and anyway, MVC, is CTP stage, so it's alpha-beta version anyway. And BTW, should we change the namespace to **`Microsoft`**`.AspNet.Identity.EntityFramework.MultiTenan`**`cy`**, as...
Multitenant is actually a fair choice. The reason I'd like to see the `Microsoft` prefix although this is not a MS product, is because I [strongly believe](http://forums.dotnetfoundation.org/t/official-support-for-multi-tenancy/1193) this project should...
@JSkimming That's not the case with the DNX and Core libraries. They will remain under `Microsoft` permanently. See this: https://github.com/aspnet/EntityFramework/issues/2665#issuecomment-124568413.
Please implement this. I'd love to see a client of a different type (not ASP.NET), for example UWP or Console app, to broaden the example use case even further. There...
Thank you so much for the input!
@alrz's idea sounds great. Here are some more discussions on the subject: * [roslyn/#100: Extend LINQ syntax](https://github.com/dotnet/roslyn/issues/100) (mentioned above) * [roslyn/#3571: [Proposal] extend language integrated query clauses with "apply" clause](https://github.com/dotnet/roslyn/issues/3571)...
Very compelling. Here's my use case, one among many: public class ValidateIf : ValidationAttribute { public TValidationAttribute Attribute { get; private set; } //other properties to resemble condition public ValidateIf(Action...
@Joe4evr I thought part of this proposal was allowing complex params I attribute initialization, which I saw in several issues, maybe in the Roslyn repo. And that's why I was...
In VS 16.11.5, after installing the latest version of WindowsAppSdk, hot reload doesn't work for the generated project. I've tried the solutions above, none of which helped.