File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,6 @@ open Microsoft.FSharp.Compiler.TcGlobals
1111open Microsoft.FSharp .Compiler .Tast
1212open Microsoft.FSharp .Compiler .TypeChecker
1313
14- type SigningInfo = SigningInfo of (* delaysign:*) bool * (* signer:*) string option * (* container:*) string option
15-
1614[<AbstractClass>]
1715type ErrorLoggerProvider =
1816 new : unit -> ErrorLoggerProvider
@@ -24,6 +22,8 @@ val internal ProcessCommandLineArgsAndImportAssemblies : (string -> unit) * stri
2422#if NO_COMPILER_BACKEND
2523#else
2624
25+ type SigningInfo = SigningInfo of (* delaysign:*) bool * (* signer :*) string option * (* container :*) string option
26+
2727val EncodeInterfaceData : tcConfig : TcConfig * tcGlobals : TcGlobals * exportRemapping : Tastops.Remap * generatedCcu : Tast.CcuThunk * outfile : string -> ILAttribute list * ILResource list
2828val ValidateKeySigningAttributes : tcConfig : TcConfig * tcGlobals : TcGlobals * TypeChecker.TopAttribs -> SigningInfo
2929val GetSigner : SigningInfo -> ILBinaryWriter.ILStrongNameSigner option
You can’t perform that action at this time.
0 commit comments