Skip to content

Instantly share code, notes, and snippets.

View SumantaWelekar's full-sized avatar

SumantaWelekar

View GitHub Profile
=== Visual Studio Enterprise 2017 for Mac (Preview) ===
Version 7.2 Preview (7.2 build 607)
Installation UUID: 37fb5120-dd94-44f1-805b-111924a34886
Runtime:
Mono 5.4.0.174 (2017-06/1afb931de69) (64-bit)
GTK+ 2.24.23 (Raleigh theme)
Package version: 504000174
@SumantaWelekar
SumantaWelekar / gist:dbf9c41e2f2883426faafab98ad90142
Last active September 13, 2017 14:24
Build Output Inspector Bug
Launching 'App3' on 'iPhone 7 Plus iOS 10.3'...
Loaded assembly: /Users/mohak/Library/Developer/CoreSimulator/Devices/C5EC47FF-5C88-4C31-BEED-1409794E2B8C/data/Containers/Bundle/Application/92D7E545-A78C-4A7A-815B-FDEA857A1C33/App3.app/Xamarin.iOS.dll [External]
Resolved pending breakpoint for 'UIKit.UIApplication.Main(string[], string, string)' to /Users/builder/data/lanes/5143/4879ea0c/source/xamarin-macios/src/UIKit/UIApplication.cs:61 [0x00000].
Resolved pending breakpoint for 'UIKit.UIApplication.Main(string[], System.Type, System.Type)' to /Users/builder/data/lanes/5143/4879ea0c/source/xamarin-macios/src/UIKit/UIApplication.cs:68 [0x00000].
Resolved pending breakpoint for 'UIKit.UIApplication.Main(string[])' to /Users/builder/data/lanes/5143/4879ea0c/source/xamarin-macios/src/UIKit/UIApplication.cs:73 [0x00000].
Resolved pending breakpoint for 'UIKit.UIApplication.Main(string[], System.IntPtr, System.IntPtr)' to /Users/builder/data/lanes/5143/4879ea0c/source/xamarin-macios/src/UIKit/UIApplication.cs:78
Microsoft Visual Studio Enterprise 2015
Version 14.0.25431.01 Update 3
Microsoft .NET Framework
Version 4.6.01586
Installed Version: Enterprise
Architecture and Modeling Tools 00322-80000-00000-AA157
Microsoft Architecture and Modeling Tools
Launching 'App3' on 'iPhone 7 Plus iOS 10.3'...
Loaded assembly: /Users/mohak/Library/Developer/CoreSimulator/Devices/C5EC47FF-5C88-4C31-BEED-1409794E2B8C/data/Containers/Bundle/Application/92D7E545-A78C-4A7A-815B-FDEA857A1C33/App3.app/Xamarin.iOS.dll [External]
Resolved pending breakpoint for 'UIKit.UIApplication.Main(string[], string, string)' to /Users/builder/data/lanes/5143/4879ea0c/source/xamarin-macios/src/UIKit/UIApplication.cs:61 [0x00000].
Resolved pending breakpoint for 'UIKit.UIApplication.Main(string[], System.Type, System.Type)' to /Users/builder/data/lanes/5143/4879ea0c/source/xamarin-macios/src/UIKit/UIApplication.cs:68 [0x00000].
Resolved pending breakpoint for 'UIKit.UIApplication.Main(string[])' to /Users/builder/data/lanes/5143/4879ea0c/source/xamarin-macios/src/UIKit/UIApplication.cs:73 [0x00000].
Resolved pending breakpoint for 'UIKit.UIApplication.Main(string[], System.IntPtr, System.IntPtr)' to /Users/builder/data/lanes/5143/4879ea0c/source/xamarin-macios/src/UIKit/UIApplication.cs:78
@SumantaWelekar
SumantaWelekar / gist:f5092854504cd9ee5cd549b8a0a4b66d
Created September 13, 2017 08:53
VS2017 15-4 build info for Inspector Bug
Microsoft Visual Studio Enterprise 2017 Preview
Version 15.4.0 Preview 2.0
VisualStudio.15.Preview/15.4.0-pre.2.0+26906.1
Microsoft .NET Framework
Version 4.7.02046
Installed Version: Enterprise
Architecture Diagrams and Analysis Tools 00369-60000-00001-AA750
Microsoft Architecture Diagrams and Analysis Tools
1>Starting deploy LGE Nexus 5 ...
1>Deploying LGE Nexus 5 ...
1>Build started.
1>Project "App66.csproj" (Install target(s)):
1>Building with tools version "14.0".
1>Project file contains ToolsVersion="4.0". This toolset may be unknown or missing, in which case you may be able to resolve this by installing the appropriate version of MSBuild, or the build may have been forced to a particular ToolsVersion for policy reasons. Treating the project as if it had ToolsVersion="14.0". For more information, please see http://go.microsoft.com/fwlink/?LinkId=293424.
1>Target "_CheckForInvalidConfigurationAndPlatform" in file "C:\Program Files (x86)\MSBuild\14.0\bin\Microsoft.Common.CurrentVersion.targets" from project "C:\Users\user\documents\visual studio 2015\Projects\App66\App66\App66.csproj" (entry point):
1>Set Property: _InvalidConfigurationMessageText=The OutputPath property is not set for project 'App66.csproj'. Please check to make sure that you have specified a valid combination of Configuration and Platform f
@SumantaWelekar
SumantaWelekar / gist:06d8af73a224d6d965601436023aa97d
Created September 12, 2017 08:19
Build Info VS2105 [15.4] Preview 3 build Smoke Test
Microsoft Visual Studio Enterprise 2015
Version 14.0.25431.01 Update 3
Microsoft .NET Framework
Version 4.6.01586
Installed Version: Enterprise
Architecture and Modeling Tools 00322-80000-00000-AA157
Microsoft Architecture and Modeling Tools
@SumantaWelekar
SumantaWelekar / gist:8fca275d4861ee7d4124ae3af41a6b10
Created September 12, 2017 08:18
Device Log for Logcat issue
Time Device Name Type PID Tag Message
09-12 04:16:49.023 LGE Nexus 5 Warning 749 WindowManager java.lang.IllegalArgumentException: Requested window android.view.ViewRootImpl$W@107f7377 does not exist
at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:8539)
at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:8530)
at com.android.server.wm.WindowManagerService.removeWindow(WindowManagerService.java:2593)
at com.android.server.wm.Session.remove(Session.java:187)
at android.view.ViewRootImpl.dispatchDetachedFromWindow(ViewRootImpl.java:3009)
at android.view.ViewRootImpl.doDie(ViewRootImpl.java:5496)
at android.view.ViewRootImpl$ViewRootHandler.handleMessage(ViewRootImpl.java:3315)
at android.os.Handler.dispatchMessage(Handler.java:102)
@SumantaWelekar
SumantaWelekar / Build Output Logcat error
Last active September 11, 2017 13:46
Build Output Logcat error
This file has been truncated, but you can view the full file.
1>Project 'App3.Android' is not up to date. Missing output file 'C:\Users\User\source\repos\App3\App3\App3.Android\bin\Debug\App3.Android.dll'.
1>------ Build started: Project: App3.Android, Configuration: Debug Any CPU ------
1>Build started 11-09-2017 19:09:14.
1>Environment at start of build:
1>ADSK_CLM_WPAD_PROXY_CHECK = FALSE
1>ALLUSERSPROFILE = C:\ProgramData
1>APPDATA = C:\Users\User\AppData\Roaming
1>CommonProgramFiles = C:\Program Files (x86)\Common Files
1>CommonProgramFiles(x86) = C:\Program Files (x86)\Common Files
1>CommonProgramW6432 = C:\Program Files\Common Files
=== Visual Studio Enterprise 2017 for Mac (Preview) ===
Version 7.2 Preview (7.2 build 583)
Installation UUID: 37fb5120-dd94-44f1-805b-111924a34886
Runtime:
Mono 5.4.0.174 (2017-06/1afb931de69) (64-bit)
GTK+ 2.24.23 (Raleigh theme)
Package version: 504000174