Skip to content

Settings and activity

2 results found

  1. 23 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
  2. 4 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Daniel Romero supported this idea  · 
    An error occurred while saving the comment
    Daniel Romero commented  · 

    This would add support for this at the same time
    https://linqpad.uservoice.com/forums/18302-linqpad-feature-suggestions/suggestions/10271766-edit-and-debug-cake-files

    Example:

    #:sdk Cake.Sdk@6.2.0

    Task("Default")
    .Does(() =>
    {
    Information("Hello");
    });

    RunTarget("Default");