aj-r / RiotNet

A .NET/C# client for the Riot Games API
MIT License
22 stars 10 forks source link

Support EF Core #16

Open aj-r opened 7 years ago

aj-r commented 7 years ago

Right now our models don't work out-of-the-box in EF Core because EF Core doesn't support the [ComplexType] attribute. EF Core 2 supports owned types, which are meant as a replacement to complex types, so we'll have to target EF Core 2.