arjun-khadka-beyondid
Results
1
issues of
arjun-khadka-beyondid
Code USed: Startup.cs DeviceDetector.SetVersionTruncation(VersionTruncation.VERSION_TRUNCATION_NONE); var userAgent = context.Request.Headers["User-Agent"]; var deviceDetector = new DeviceDetector(userAgent); deviceDetector.Parse(); Issue encounter: System.InvalidOperationException: Operations that change non-concurrent collections must have exclusive access. A concurrent update was...
bug