Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Language

C#

Compiler

.NET Core 2.1.401

Options

$ dotnet build

Welcome to .NET Core!
---------------------
Learn more about .NET Core: https://aka.ms/dotnet-docs
Use 'dotnet --help' to see available commands or visit: https://aka.ms/dotnet-cli-docs

Telemetry
---------
The .NET Core tools collect usage data in order to help us improve your experience. The data is anonymous and doesn't include command-line arguments. The data is collected by Microsoft and shared with the community. You can opt-out of telemetry by setting the DOTNET_CLI_TELEMETRY_OPTOUT environment variable to '1' or 'true' using your favorite shell.

Read more about .NET Core CLI Tools telemetry: https://aka.ms/dotnet-cli-telemetry

ASP.NET Core
------------
Successfully installed the ASP.NET Core HTTPS Development Certificate.
To trust the certificate run 'dotnet dev-certs https --trust' (Windows and macOS only). For establishing trust on other platforms refer to the platform specific documentation.
For more information on configuring HTTPS see https://go.microsoft.com/fwlink/?linkid=848054.
Getting ready...
The template "Console Application" was created successfully.

Processing post-creation actions...
Running 'dotnet restore' on prog/prog.csproj...
  Restoring packages for /home/jail/prog/prog.csproj...
  Generating MSBuild file /home/jail/prog/obj/prog.csproj.nuget.g.props.
  Generating MSBuild file /home/jail/prog/obj/prog.csproj.nuget.g.targets.
  Restore completed in 315.41 ms for /home/jail/prog/prog.csproj.

Restore succeeded.

Microsoft (R) Build Engine version 15.8.166+gd4e8d81a88 for .NET Core
Copyright (C) Microsoft Corporation. All rights reserved.

  Restore completed in 73.1 ms for /home/jail/prog/prog.csproj.
  prog -> /home/jail/prog/bin/Debug/netcoreapp2.1/prog.dll

Build succeeded.
    0 Warning(s)
    0 Error(s)

Time Elapsed 00:00:04.38
[44ms] Send 1
[51ms] Transform Return 1 => 100
[67ms] Transform Return 2 => 200
[68ms] Send 2
[72ms] Start Bar 100
[72ms] Start Foo 100
[78ms] Transform Return 3 => 300
[78ms] Send 3
[173ms] End Foo 100
[174ms] Start Foo 200
[275ms] End Bar 100
[277ms] Start Bar 200
[277ms] Transform Return 4 => 400
[277ms] End Foo 200
[277ms] Send 4
[277ms] Start Foo 300
[378ms] End Foo 300
[478ms] End Bar 200
[479ms] Start Bar 300
[479ms] Transform Return 5 => 500
[479ms] Send 5
[479ms] Start Foo 400
[580ms] End Foo 400
[679ms] End Bar 300
[679ms] Start Bar 400
[680ms] Start Foo 500
[784ms] End Foo 500
[881ms] End Bar 400
[881ms] Start Bar 500
[1082ms] End Bar 500
Exit Code:
0