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

Please use Fake.IO.Zip instead and extend it via Pull Request if required

CompressionLevel

Provides validation of comression levels used for the zip and gzip compression algorithms.

Nested types and modules

TypeDescription
T
OBSOLETE

Please use Fake.IO.Zip instead and extend it via Pull Request if required

Defines the compression level type.

Functions and values

Function or valueDescription
create(level)
Signature: level:int -> T
Attributes:
[<Obsolete("Please use Fake.IO.Zip instead and extend it via Pull Request if required")>]
OBSOLETE

Please use Fake.IO.Zip instead and extend it via Pull Request if required

Constructs a CompressionLevel. Level is clipped to a value between 0 and 9.

Default
Signature: T
Attributes:
[<Obsolete("Please use Fake.IO.Zip instead and extend it via Pull Request if required")>]
OBSOLETE

Please use Fake.IO.Zip instead and extend it via Pull Request if required

The default compression level.

value(arg1)
Signature: T -> int
Attributes:
[<Obsolete("Please use Fake.IO.Zip instead and extend it via Pull Request if required")>]
OBSOLETE

Please use Fake.IO.Zip instead and extend it via Pull Request if required

Retrieves the numeric compression level.