unchase / Unchase.Odata.Connectedservice

:scroll: A Visual Studio extension for connecting to OData services with generating client-side C# proxy-classes
Apache License 2.0
44 stars 13 forks source link

Ignore entities without primary key #84

Closed sergiuciudin closed 2 years ago

sergiuciudin commented 2 years ago

When connecting to a v3 source containing entities without a primary key, an error is shown. Is it possible to display a warning instead and ignore those entities?

Just asking, I'm not familiar with Odata standards.