csharpfritz / InstantAPIs

A library that generates Minimal API endpoints for an Entity Framework context.
MIT License
448 stars 57 forks source link

Support for Keyless attributes #70

Closed anuraj closed 1 year ago

anuraj commented 2 years ago

If we are scaffolding entities classes will be generated with the Keyless attribute. It will generate an exception while calling the MapInstantAPIs method. In this fix, if the class is with a Keyless attribute, it is ignored.

Fixes #69

csharpfritz commented 1 year ago

Thank you for adding this! We appreciate your contribution