dev-jlb
Results
2
issues of
dev-jlb
SqlBulkAsync throws error System.ArgumentException: Value does not fall within the expected range.
1
This test case throws an exception. ``` public async Task BulkNotWorking() { var data = new List() { new Scenario { Id = -3, Name = "test1", PeriodYear = 2023,...
### Bug type Component ### Component name MudDataGrid ### What happened? When I programmatically use AddFilterAsync to add filters to MudDataGrid, I would expect the filter criteria to be populated...