Major
4.5
4.5.1
Available
In some multi-threaded scenarios, xref:System.Collections.Concurrent.ConcurrentQueue`1.TryPeek(`0@)?displayProperty=name can return true, but populate the out parameter with a null value (instead of the correct, peeked value).
- Quirked
- Build-time break
This issue is fixed in the .NET Framework 4.5.1. Upgrading to that Framework will solve the issue.
M:System.Collections.Concurrent.ConcurrentQueue`1.TryPeek(`0@)
Core