morrisjdev / FileContextCore

FileContextCore is a "Database"-Provider for Entity Framework Core and adds the ability to store information in files instead of being limited to databases.
Apache License 2.0
169 stars 45 forks source link

Having an issue with a Nullable #9

Closed j13leach closed 4 years ago

j13leach commented 4 years ago

I had an issue with Nullable I put in a PR for a fix

j13leach commented 4 years ago

Actually it looks like Nullable across the board... Looking into it

j13leach commented 4 years ago

Submitted new PR

morrisjdev commented 4 years ago

Thank you for the contribution. I merged it and will create a new release on nuget soon.

morrisjdev commented 4 years ago

The new version is 3.0.1.

j13leach commented 4 years ago

Thanks man! Using your library for an integration test idea. It's pretty slick