OrleansContrib / Orleans.CosmosDB

Orleans providers for Azure Cosmos DB
MIT License
40 stars 30 forks source link

Re-worked Auto-Migrations of stored procs #13

Closed bytelabsco closed 6 years ago

bytelabsco commented 6 years ago

Was having an issue with Auto-Migrations of stored procs acutally working (the type of the resource was written to CosmosDB instead of the content) once nuget installed into a project. Changed from a project resource to an embedded resource.

Also some small clean-up work with deleting the database on Init if selected, as well as NotFound error handling.

galvesribeiro commented 6 years ago

@bytelabsco you did only for persistence... Can you do it for all the providers? Thanks

galvesribeiro commented 6 years ago

I'll do the others myself. Thanks