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
Profile
Nested types and modules
Type | Description |
Category | |
Event | |
EventBoundary |
Functions and values
Function or value | Description |
events
Signature: ConcurrentBag<Event>
|
|
getCoalescedEventTimeSpans(boundaries)
Signature: boundaries:EventBoundary array -> TimeSpan array
|
|
print includePaket realTime
Signature: includePaket:bool -> realTime:TimeSpan -> unit
|
|
startCategory(cat)
Signature: cat:Category -> IDisposable
|
|
startCategoryF cat f
Signature: cat:Category -> f:(unit -> '?20562) -> '?20562
Type parameters: '?20562 |
|
trackEvent(cat)
Signature: cat:Category -> unit
|