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.
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.