Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

almost 7 years ago

Language

C#

Compiler

.NET Core 2.1.401

Options

Author

anonymous

almost 7 years ago

$ 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 481.05 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 77.05 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:05.61
Format specified in OP: {(int)ts.TotalHours}h {ts:mm}}mn {ts:ss}sec

348398h 29mn 28sec
105h 56mn 47sec
0h 02mn 03sec
3h 05mn 00sec
50h 00mn 30sec

Format with leading spaces: {(int)ts.TotalHours,6}h {ts:mm}mn {ts:ss}sec

TimeSpan.FromSeconds(1254234568) : 348398h 29mn 28sec
new TimeSpan(105, 56, 47)        :    105h 56mn 47sec
new TimeSpan(0, 2, 3)            :      0h 02mn 03sec
new TimeSpan(2, 65, 0)           :      3h 05mn 00sec
new TimeSpan(50, 0, 30)          :     50h 00mn 30sec
Exit Code:
0