dotnet / EntityFramework.ApiDocs

Reference documentation for Entity Framework APIs
Creative Commons Attribution 4.0 International
17 stars 44 forks source link

The <example> attribute is repeated two or three times in XML files #33

Closed divega closed 5 years ago

divega commented 6 years ago

See PR that was sent to fix this in one of our classes. It turns out that it happens on other classes too, but the source code only contains one copy of the <example> attribute:

https://github.com/aspnet/EntityFramework.ApiDocs/pull/30.

smitpatel commented 5 years ago

Fixed in #63