:construction: work in progressEnhancement RequestedGood First Issue
倉庫指標
- Star
- (6,683 star)
- PR 合併指標
- (平均合併 2天 7小時) (30 天內合併 41 個 PR)
描述
System.Windows.Input.Cursor.LoadFromStream may throw IOException.
DevDiv\FX\Rel\Net471Rel1Last\wpf\src\Core\CSharp\System\Windows\Input\Cursor.cs calls Path.GetTempFileName which will throw if the %TEMP% directory contains too many temp files (65k).
Reported by customer as VS Feedback issue