You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An unhandled exception occurred while processing the request.
MissingMethodException: Method not found: 'System.Collections.Generic.List`1<Microsoft.EntityFrameworkCore.Metadata.RuntimeForeignKey> Microsoft.EntityFrameworkCore.Metadata.RuntimeProperty.get_ForeignKeys()'.
DotNetEd.CoreAdmin.Controllers.CoreAdminDataController.GetDbSetValueOrNull(string dbSetName, out DbContext dbContextObject, out Type typeOfEntity, out Dictionary<string, Dictionary<object, string>> relationships)
The text was updated successfully, but these errors were encountered:
There is a breaking change in the framework, download the repo and edit below and reference the changed DotNetEd.CoreAdmin.csproj from your project until an updated nuget package is published.
Change line 92 to var typeOfChild = f.ForeignKeys.First();
DotNetEd.CoreAdmin\Controllers\CoreAdminDataController.cs
ForeignKeys[0] is no longer a valid accessor as it has no indexer
An unhandled exception occurred while processing the request.
MissingMethodException: Method not found: 'System.Collections.Generic.List`1<Microsoft.EntityFrameworkCore.Metadata.RuntimeForeignKey> Microsoft.EntityFrameworkCore.Metadata.RuntimeProperty.get_ForeignKeys()'.
DotNetEd.CoreAdmin.Controllers.CoreAdminDataController.GetDbSetValueOrNull(string dbSetName, out DbContext dbContextObject, out Type typeOfEntity, out Dictionary<string, Dictionary<object, string>> relationships)
The text was updated successfully, but these errors were encountered: