Tags: MPCoreDeveloper/SharpFunctional.MSSQL
Tags
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