buvinghausen
- 357,596 total downloads
- last updated 2/22/2022
- Latest version: 3.0.1
Will generate Sequential Guids based on MongoDB's ObjectId specification. Date & time are encoded into the value so you do not need to store them separately in your database. Supports standard Guids as well as SQL Server guids.
- 266,834 total downloads
- last updated 9/15/2021
- Latest version: 2.0.0
Enable using the new Value Tuple structure to write elegant code that allows async methods to be fired in parallel despite having different return types
var (result1, result2) = await (GetStringAsync(), GetGuidAsync());
Based on the work of Joseph Musser https://github.com/jnm2
- 163,313 total downloads
- last updated 9/16/2021
- Latest version: 4.0.1
Configure Swashbuckle.AspNetCore to generate correct documentation for NodaTime types. Documentation uses JSON Schema's 'example' attribute to show the resulting value.
- 36,327 total downloads
- last updated 11/8/2021
- Latest version: 3.0.0
Uses .NET's IHealthCheck interface to call into Mongo DB and run the ping operation to verify connectivity
- 2,139 total downloads
- last updated 2/22/2022
- Latest version: 3.0.1
Provide extension methods to round trip between NodaTime Instant and sequential guid
- 552 total downloads
- last updated 2/22/2022
- Latest version: 3.0.1
Implement MongoDB's IIdGenerator interface and add registration BsonSerializer helper method