Aaron

Results 3 issues of Aaron

System: Win10 x64 I know that using powershell we can work with deep folder structures that extend past the 259 character path limit in windows explorer (and explorer++), it would...

enhancement

This PR addresses a performance issue in the RelationalCommandCache class where the CommandCacheKey struct uses a hard-coded GetHashCode implementation that returns 0. This implementation leads to all instances being placed...

We found in our application that due to a large number of generated items `RelationalCommandCache` reached capacity the system would need to do linear searches through MemoryCache's `HashSet` of `CommandCacheKey`s...

type-enhancement
customer-reported