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

FAKE0001 Use 'open Fake.DotNet' and 'AssemblyInfo.___' instead

Attribute

Represents AssemblyInfo attributes

Constructors

ConstructorDescription
new(...)
Signature: (name:string * value:string * inNamespace:string * staticPropType:string) -> Attribute
new(...)
Signature: (name:string * value:string * inNamespace:string * staticPropName:string * staticPropType:string * staticPropValue:string) -> Attribute

Instance members

Instance memberDescription
x.Name
Signature: string
x.Namespace
Signature: string
x.StaticPropertyName
Signature: string
x.StaticPropertyType
Signature: string
x.StaticPropertyValue
Signature: string
x.Value
Signature: string

Static members

Static memberDescription
Attribute.BoolAttribute(...)
Signature: (name:string * value:bool * inNamespace:string) -> Attribute

Creates a simple attribute with boolean values. Used as base for other attributes

Attribute.CLSCompliant(value)
Signature: (value:bool option) -> Attribute
Attributes:
[<Obsolete("FAKE0001 Use 'open Fake.DotNet' and 'AssemblyInfo.CLSCompliant' instead")>]
OBSOLETE

FAKE0001 Use 'open Fake.DotNet' and 'AssemblyInfo.CLSCompliant' instead

Creates an attribute which specifies if the assembly is CLS compliant

Attribute.Company(value)
Signature: value:string -> Attribute
Attributes:
[<Obsolete("FAKE0001 Use 'open Fake.DotNet' and 'AssemblyInfo.Company' instead")>]
OBSOLETE

FAKE0001 Use 'open Fake.DotNet' and 'AssemblyInfo.Company' instead

Creates an attribute which holds the company information

Attribute.ComVisible(value)
Signature: (value:bool option) -> Attribute
Attributes:
[<Obsolete("FAKE0001 Use 'open Fake.DotNet' and 'AssemblyInfo.ComVisible' instead")>]
OBSOLETE

FAKE0001 Use 'open Fake.DotNet' and 'AssemblyInfo.ComVisible' instead

Creates an attribute which specifies if the assembly is visible via COM

Attribute.Configuration(value)
Signature: value:string -> Attribute
Attributes:
[<Obsolete("FAKE0001 Use 'open Fake.DotNet' and 'AssemblyInfo.Configuration' instead")>]
OBSOLETE

FAKE0001 Use 'open Fake.DotNet' and 'AssemblyInfo.Configuration' instead

Creates an attribute which holds the assembly configuration

Attribute.Copyright(value)
Signature: value:string -> Attribute
Attributes:
[<Obsolete("FAKE0001 Use 'open Fake.DotNet' and 'AssemblyInfo.Copyright' instead")>]
OBSOLETE

FAKE0001 Use 'open Fake.DotNet' and 'AssemblyInfo.Copyright' instead

Creates an attribute which holds the copyright information

Attribute.Culture(value)
Signature: value:string -> Attribute
Attributes:
[<Obsolete("FAKE0001 Use 'open Fake.DotNet' and 'AssemblyInfo.Culture' instead")>]
OBSOLETE

FAKE0001 Use 'open Fake.DotNet' and 'AssemblyInfo.Culture' instead

Creates an attribute which holds the assembly culture information

Attribute.DelaySign(value)
Signature: (value:bool option) -> Attribute
Attributes:
[<Obsolete("FAKE0001 Use 'open Fake.DotNet' and 'AssemblyInfo.DelaySign' instead")>]
OBSOLETE

FAKE0001 Use 'open Fake.DotNet' and 'AssemblyInfo.DelaySign' instead

Creates an attribute which specifies if the assembly uses delayed signing

Attribute.Description(value)
Signature: value:string -> Attribute
Attributes:
[<Obsolete("FAKE0001 Use 'open Fake.DotNet' and 'AssemblyInfo.Description' instead")>]
OBSOLETE

FAKE0001 Use 'open Fake.DotNet' and 'AssemblyInfo.Description' instead

Creates an attribute which holds the product description

Attribute.FileVersion(value)
Signature: value:string -> Attribute
Attributes:
[<Obsolete("FAKE0001 Use 'open Fake.DotNet' and 'AssemblyInfo.FileVersion' instead")>]
OBSOLETE

FAKE0001 Use 'open Fake.DotNet' and 'AssemblyInfo.FileVersion' instead

Creates an attribute which holds the assembly file version

Attribute.Guid(value)
Signature: value:string -> Attribute
Attributes:
[<Obsolete("FAKE0001 Use 'open Fake.DotNet' and 'AssemblyInfo.Guid' instead")>]
OBSOLETE

FAKE0001 Use 'open Fake.DotNet' and 'AssemblyInfo.Guid' instead

Creates an attribute which holds the Guid

Attribute.InformationalVersion(value)
Signature: value:string -> Attribute
Attributes:
[<Obsolete("FAKE0001 Use 'open Fake.DotNet' and 'AssemblyInfo.InformationalVersion' instead")>]
OBSOLETE

FAKE0001 Use 'open Fake.DotNet' and 'AssemblyInfo.InformationalVersion' instead

Creates an attribute which holds an assembly information version

Attribute.InternalsVisibleTo(value)
Signature: value:string -> Attribute
Attributes:
[<Obsolete("FAKE0001 Use 'open Fake.DotNet' and 'AssemblyInfo.InternalsVisibleTo' instead")>]
OBSOLETE

FAKE0001 Use 'open Fake.DotNet' and 'AssemblyInfo.InternalsVisibleTo' instead

Creates an attribute which holds the "InternalVisibleTo" data

Attribute.KeyFile(value)
Signature: value:string -> Attribute
Attributes:
[<Obsolete("FAKE0001 Use 'open Fake.DotNet' and 'AssemblyInfo.KeyFile' instead")>]
OBSOLETE

FAKE0001 Use 'open Fake.DotNet' and 'AssemblyInfo.KeyFile' instead

Creates an attribute which holds the assembly key file

Attribute.KeyName(value)
Signature: value:string -> Attribute
Attributes:
[<Obsolete("FAKE0001 Use 'open Fake.DotNet' and 'AssemblyInfo.KeyName' instead")>]
OBSOLETE

FAKE0001 Use 'open Fake.DotNet' and 'AssemblyInfo.KeyName' instead

Creates an attribute which holds the assembly key name

Attribute.Metadata(name, value)
Signature: (name:string * value:string) -> Attribute
Attributes:
[<Obsolete("FAKE0001 Use 'open Fake.DotNet' and 'AssemblyInfo.Metadata' instead")>]
OBSOLETE

FAKE0001 Use 'open Fake.DotNet' and 'AssemblyInfo.Metadata' instead

Create an attribute which specifies metadata about the assembly

Attribute.Product(value)
Signature: value:string -> Attribute
Attributes:
[<Obsolete("FAKE0001 Use 'open Fake.DotNet' and 'AssemblyInfo.Product' instead")>]
OBSOLETE

FAKE0001 Use 'open Fake.DotNet' and 'AssemblyInfo.Product' instead

Creates an attribute which holds the product name

Attribute.StringAttribute(...)
Signature: (name:string * value:string * inNamespace:string * staticName:string option * staticValue:string option) -> Attribute

Creates a simple attribute with string values. Used as base for other attributes

Attribute.Title(value)
Signature: value:string -> Attribute

Creates an attribute which holds the product title

Attribute.Trademark(value)
Signature: value:string -> Attribute
Attributes:
[<Obsolete("FAKE0001 Use 'open Fake.DotNet' and 'AssemblyInfo.Trademark' instead")>]
OBSOLETE

FAKE0001 Use 'open Fake.DotNet' and 'AssemblyInfo.Trademark' instead

Creates an attribute which holds the trademark

Attribute.Version(value)
Signature: value:string -> Attribute
Attributes:
[<Obsolete("FAKE0001 Use 'open Fake.DotNet' and 'AssemblyInfo.Version' instead")>]
OBSOLETE

FAKE0001 Use 'open Fake.DotNet' and 'AssemblyInfo.Version' instead

Creates an attribute which holds the assembly version