buvinghausen
NuGet publisher profile
Packages (7)
TaskTupleAwaiter
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
SequentialGuid
RFC 9562 compliant UUID generation for .NET — time-ordered UUIDv7 (millisecond) and UUIDv8 (tick precision), deterministic UUIDv5/v8 name-based, and random UUIDv4, all with SQL Server sort-order support and embedded timestamp extraction.
Swashbuckle.NodaTime.AspNetCore
Configure Swashbuckle.AspNetCore to generate correct documentation for NodaTime types. Documentation uses JSON Schemas 'example' attribute to show the resulting value.
MongoDB.HealthCheck
Uses .NET's IHealthCheck interface to call into Mongo DB and run the ping operation to verify connectivity
SequentialGuid.NodaTime
Provide extension methods to round trip between NodaTime Instant and sequential guid
SequentialGuid.MongoDB
Implement MongoDB's IIdGenerator interface and add registration BsonSerializer helper method
SequentialGuid.EntityFrameworkCore
Entity Framework Core value generation support for SequentialGuid.