wayfair-incubator / Gossip

Extends the functionality of Dapper and allows performing database queries in .NET easily and quickly.
https://wayfair-incubator.github.io/Gossip/
Apache License 2.0
1 stars 4 forks source link

Create and implement a new Exception in CollectionExtensions.cs #17

Closed Yamithorn closed 2 years ago

Yamithorn commented 2 years ago

Problem Statement

.Batch in CollectionExtensions.cs is currently using a generic Exception for when an unsupported batch size is used (i.e. 0) for batching a list.

Proposed Solution

Create and implement a new exception, UnsupportedBatchSizeException, to accurately reflect what exception is being thrown.

github-actions[bot] commented 2 years ago

Automatically marking issue as stale due to lack of activity

github-actions[bot] commented 2 years ago

Automatically closing this issue as stale