Skip to content

Tags: MPCoreDeveloper/SharpFunctional.MSSQL

Tags

V3.2.0

Toggle V3.2.0's commit message
version 3.2.0 version commit

V3.0.2

Toggle V3.0.2's commit message
credits added

V3.0.0

Toggle V3.0.0's commit message
fix: resolve S6966 blocking operations in async methods

- Convert DbSet.Add() to AddAsync() in all async test methods (~25 instances)

- Convert DbSet.AddRange() to AddRangeAsync() in EfFunctionalDbTests

- Convert sync .ToList()/.Count()/.Any() on EF queries to async equivalents

- Suppress S6966 for intentional lock blocks in CircuitBreaker.ExecuteAsync

- 150 tests pass, 0 warnings

V1.0.0

Toggle V1.0.0's commit message
example fix