Shimmy
Shimmy
Hi, Would be very useful to have a phone number generator. Alternatively allow more customization to the `PatternGenerator`, so that we can say that we only want a number from...
As per @bricelam's [answer](https://stackoverflow.com/a/40875942/75500).
Hi, I'm uncertain regarding the `TenantId` column. I'm thinking about having the system work in a many to many way, meaning each user can be connected to many tenants. But...
Hi, I tried adding the NuGet package ([1.2.1](https://www.nuget.org/packages/AspNet.Identity.EntityFramework.Multitenant/1.2.1)) to my ASP.NET 5 MVC 6 (vNext) project, but looks like the project is doesn't support DNX. Please update the projects frameworks....
base.OnModelCreating does nothing - line removed.
I want to use this template but I don't want to use EntityFrameworkCore since it lacks some fundamental features I can't afford to miss (TPT, Complex types etc.). Anyway, I...
Hi, There is a useful `Assert.Throws` that takes in a `paramName` to verify against an `ArgumentException`. I find it very compelling to have a few additional overloads such as: -...
Please add support for generic types in the EDM model generated metadata. My model has an intermediate generic abstract base class that looks like this: ```c# public abstract class DynamicFieldValueBase...
Hi, This PR converts the project to the new format, and multi-targeting .NET Framework 4.5 (what used to be), and additionally provides WPF support under .NET Core. There are a...
Hi, I'm trying to install the FontAwesome NuGet package into a .NET Standard Xamarin.Forms project, but it says that it's incompatible. Please add .NET Standard support. Best regards