Skip to content

Instantly share code, notes, and snippets.

=== Visual Studio for Mac Preview ===
Version Preview 9 (7.0 build 2939)
Installation UUID: 45ed29fb-8dc9-40b0-a37f-19c6af0bbcef
Runtime:
Mono 5.0.0.78 (2017-02/ba317ed) (64-bit)
GTK+ 2.24.23 (Raleigh theme)
Package version: 500000078
Connecting to the Server...
Starting connection to 172.18.41.118...
Starting Broker 1.1.6.28 in port 51835...
BuildHostDeploy
Starting agents on Paras Desk MacMini (172.18.41.118)
Starting Agent Build 4.7.0.823...
Starting Agent IDB 4.7.0.823...
Agent Build 4.7.0.823 is running
Agent IDB 4.7.0.823 is running
Connected to the Server Paras Desk MacMini (172.18.41.118) with Full support.
Microsoft Visual Studio Enterprise 2017 d15prerel
Version 15.4.0 Preview 1.0 [26725.3001.d15prerel]
VisualStudio.15.int.d15prerel/15.4.0-pre.1.0+26725.3001.d15prerel
Microsoft .NET Framework
Version 4.7.02046
Installed Version: Enterprise
Architecture Diagrams and Analysis Tools 00369-60000-00001-AA241
Microsoft Architecture Diagrams and Analysis Tools
Microsoft Visual Studio Enterprise 2017 d15prerel
Version 15.4.0 Preview 1.0 [26730.3002.d15prerel]
VisualStudio.15.int.d15prerel/15.4.0-pre.1.0+26730.3002.d15prerel
Microsoft .NET Framework
Version 4.7.02046
Installed Version: Enterprise
Architecture Diagrams and Analysis Tools 00369-60000-00001-AA241
Microsoft Architecture Diagrams and Analysis Tools
Microsoft Visual Studio Enterprise 2017 d15prerel
Version 15.4.0 Preview 1.0 [26730.3002.d15prerel]
VisualStudio.15.int.d15prerel/15.4.0-pre.1.0+26730.3002.d15prerel
Microsoft .NET Framework
Version 4.7.02046
Installed Version: Enterprise
Architecture Diagrams and Analysis Tools 00369-60000-00001-AA241
Microsoft Architecture Diagrams and Analysis Tools
Microsoft Visual Studio Enterprise 2017 d15prerel
Version 15.4.0 Preview 1.0 [26730.3002.d15prerel]
VisualStudio.15.int.d15prerel/15.4.0-pre.1.0+26730.3002.d15prerel
Microsoft .NET Framework
Version 4.7.02046
Installed Version: Enterprise
Architecture Diagrams and Analysis Tools 00369-60000-00001-AA241
Microsoft Architecture Diagrams and Analysis Tools
1>Project 'TodoAzure' is not up to date. Error (0x8000FFFF).
Error occurred while restoring NuGet packages: System.IO.PathTooLongException: The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.
at System.IO.PathHelper.GetFullPathName()
at System.IO.Path.LegacyNormalizePath(String path, Boolean fullCheck, Int32 maxPathLength, Boolean expandShortPaths)
at System.IO.Path.NormalizePath(String path, Boolean fullCheck, Int32 maxPathLength, Boolean expandShortPaths)
at System.IO.Path.GetFullPathInternal(String path)
at NuGet.ProjectManagement.FolderNuGetProject.GetPackageDownloadMarkerFilePath(PackageIdentity packageIdentity)
at NuGet.ProjectManagement.FolderNuGetProject.PackageExists(PackageIdentity packageIdentity, PackageSaveMode packageSaveMode)
at NuGet.ProjectManagement.FolderNuGetProject.PackageExists(PackageIdentity packageIdentity)
at NuGet.PackageManagement.Packag
Microsoft Visual Studio Enterprise 2017 d15rel
Version 15.4.0 Preview 1.0 [26815.3.d15rel]
VisualStudio.15.int.d15rel/15.4.0-pre.1.0+26815.3.d15rel
Microsoft .NET Framework
Version 4.7.02046
Installed Version: Enterprise
Architecture Diagrams and Analysis Tools 00369-60000-00001-AA508
Microsoft Architecture Diagrams and Analysis Tools
using Android.App;
using Android.Widget;
using Android.OS;
var rootActivity= StartedActivities.FirstOrDefault();
var layout = new LinearLayout(rootActivity);
layout.Orientation = Orientation.Vertical;
var aLabel = new TextView(rootActivity);
aLabel.Text = "Hello, World!!!";
Microsoft Visual Studio Enterprise 2017 d15rel
Version 15.4.0 Preview 1.0 [26815.3.d15rel]
VisualStudio.15.int.d15rel/15.4.0-pre.1.0+26815.3.d15rel
Microsoft .NET Framework
Version 4.7.02046
Installed Version: Enterprise
Architecture Diagrams and Analysis Tools 00369-60000-00001-AA508
Microsoft Architecture Diagrams and Analysis Tools