csharpfritz / InstantAPIs

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

DbSet property of the MyContext can be not-nullable #10

Closed christiannagel closed 2 years ago

christiannagel commented 2 years ago

by invoking the Set method of the base class.

I'm creating a pull request for the readme and MyContext.cs

Great ideas with this library! Thanks!

csharpfritz commented 2 years ago

Thanks @christiannagel !

@jamesmontemagno sent an update to the README to show that multiple DbSet<T> objects are consumed in generating APIs. I'll apply a similar fix to the Addresses sample he added