未验证 提交 5c9d7917 编写于 作者: D Don Syme 提交者: GitHub

add two signature files (#13158)

* add two signture files

* fix build

* add two signture files

* add two signture files
上级 217fc1fa
// Copyright (c) Microsoft Corporation. All Rights Reserved. See License.txt in the project root for license information.
namespace FSharp.Compiler
open System.Collections.Generic
/// Resolves the references for a chosen or currently-executing framework, for
/// - script execution
/// - script editing
/// - script compilation
/// - out-of-project sources editing
/// - default references for fsc.exe
/// - default references for fsi.exe
type internal FxResolver =
new:
assumeDotNetFramework: bool *
projectDir: string *
useSdkRefs: bool *
isInteractive: bool *
rangeForErrors: Text.range *
sdkDirOverride: string option ->
FxResolver
static member ClearStaticCaches: unit -> unit
member GetDefaultReferences: useFsiAuxLib: bool -> string list * bool
member GetFrameworkRefsPackDirectory: unit -> string option
member GetSystemAssemblies: unit -> HashSet<string>
/// Gets the selected target framework moniker, e.g netcore3.0, net472, and the running rid of the current machine
member GetTfmAndRid: unit -> string * string
member IsInReferenceAssemblyPackDirectory: fileName: string -> bool
member TryGetDesiredDotNetSdkVersionForDirectory: unit -> Result<string, exn>
member TryGetSdkDir: unit -> string option
......@@ -501,6 +501,9 @@
<Compile Include="TypedTree\CompilerGlobalState.fs">
<Link>TypedTree\CompilerGlobalState.fs</Link>
</Compile>
<Compile Include="TypedTree\TypedTree.fsi">
<Link>TypedTree\TypedTree.fsi</Link>
</Compile>
<Compile Include="TypedTree\TypedTree.fs">
<Link>TypedTree\TypedTree.fs</Link>
</Compile>
......@@ -723,6 +726,9 @@
<Compile Include="CodeGen\IlxGen.fs">
<Link>CodeGen\IlxGen.fs</Link>
</Compile>
<Compile Include="Driver\FxResolver.fsi">
<Link>Driver\FxResolver.fsi</Link>
</Compile>
<Compile Include="Driver\FxResolver.fs">
<Link>Driver\FxResolver.fs</Link>
</Compile>
......
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册