未验证 提交 6b071984 编写于 作者: K Kevin Ransom (msft) 提交者: GitHub

Provoke build (#9134)

* Provoke build

* Use TryRemove ... ConcurrentDictionary doesnt have Remove
上级 f5aed4a8
// Copyright (c) Microsoft Corporation. All Rights Reserved. See License.txt in the project root for license information.
namespace Microsoft.VisualStudio.FSharp.Editor
open System
open System.Collections.Generic
open System.Collections.Concurrent
......@@ -216,7 +216,7 @@ type private FSharpProjectOptionsReactor (workspace: Workspace, settings: Editor
if not (Seq.isEmpty projectsToClearCache) then
projectsToClearCache
|> Seq.iter (fun pair -> cache.Remove pair.Key |> ignore)
|> Seq.iter (fun pair -> cache.TryRemove pair.Key |> ignore)
let options =
projectsToClearCache
|> Seq.map (fun pair ->
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册