LZzccc222

Results 3 comments of LZzccc222

As picture shows,I generate "user","role","roleUser"entities By my database and efcore's reverse engineering ,the entity "user" and "role"don't include mutual skiping navigation property like ` public virtual ICollection Roles { get;...

@ajcvickers I get what you mean.Thanks for your resolving,I have resolved this problem by referencing efcore doc.