licentia88 / MagicOnionGenericTemplate

13 stars 2 forks source link

Amazing Effort! #1

Open Sen-Gupta opened 10 months ago

Sen-Gupta commented 10 months ago

Great step towards a great sample based on MagicOnion!

Please update the template to include Database.EnsureCreated(). public InsightsTestContext(DbContextOptions options) : base(options) { //Database.EnsureDeleted();

}

It is already there in the source code, just required to be pushed for .Net Template

Thank you so much for putting up the sample!

If possible, Also include an example of streaming using IAsyncEnumerable to read let's a list of List/IEnumerable from server for streaming lets say 1million user records.

licentia88 commented 9 months ago

Thank you, will do with the next commit