Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found here. If the API is already migrated you can check here if exists in a module. More information regarding the migration can be found here

OBSOLETE

Use Fake.Tools.Git.Submodule instead

Submodule

This record represents a git submodule binding.

Record Fields

Record FieldDescription
Branch
Signature: string
CurrentCommit
Signature: string
Initialized
Signature: bool
Name
Signature: string
SuperRepositoryDir
Signature: string
UpToDate
Signature: bool

Instance members

Instance memberDescription
x.GetLocalPath()
Signature: unit -> string
Attributes:
[<Obsolete("Use Fake.Tools.Git.Submodule instead")>]
OBSOLETE

Use Fake.Tools.Git.Submodule instead

Gets the local path from the config.

x.GetRemotePath()
Signature: unit -> string
Attributes:
[<Obsolete("Use Fake.Tools.Git.Submodule instead")>]
OBSOLETE

Use Fake.Tools.Git.Submodule instead

Gets the remote path from the config.

x.Status
Signature: string
Attributes:
[<Obsolete("Use Fake.Tools.Git.Submodule instead")>]
OBSOLETE

Use Fake.Tools.Git.Submodule instead

Gets the current status.