Skip to content

Instantly share code, notes, and snippets.

View mandel-macaque's full-sized avatar
🖥️
Coding

Manuel de la Pena mandel-macaque

🖥️
Coding
View GitHub Profile
Visual Studio Community 2017 for Mac
Version Preview - Internal Dogfood (7.3.3 build 5)
Installation UUID: 8d12e55e-3489-463f-ac52-8cb4573c5a81
Runtime:
Mono 5.8.0.39 (2017-10/99db2351979) (64-bit)
GTK+ 2.24.23 (Raleigh theme)
Package version: 508000039
NuGet
@protocol CALayerDelegate <NSObject>
@optional
/* If defined, called by the default implementation of the -display
* method, in which case it should implement the entire display
* process (typically by setting the `contents' property). */
- (void)displayLayer:(CALayer *)layer;
/* If defined, called by the default implementation of -drawInContext: */
var url = new NSUrl("http://rss.art19.com/episodes/439bd7ab-177b-4552-a102-eca19b7e50fd.mp3");
var headers = new NSMutableDictionary();
var request = new NSMutableUrlRequest(url);
headers.SetValueForKey(new NSString("audio/mpeg; charset=utf-8"), new NSString("Content-Type"));
request.Headers = headers;
downloadTask = session.CreateDownloadTask(request);
URL https://dfkfj8j276wwv.cloudfront.net/episodes/439bd7ab-177b-4552-a102-eca19b7e50fd/5b4c9651fe92282fa20ca2918b473c4e9451b796fd5b1282935609f7a5ff07e31ae3b60a04efda7b9cb95995c176157e70975f7335db9fe0bd4a7add4ab50ade/TD%2026%20SEP%202017%20MASTER%20V2_BF.mp3
Status Complete
Response Code 200 OK
Protocol HTTP/1.1
TLS TLSv1.2 (TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256)
Protocol TLSv1.2
Client Supported TLSv1.2
Server Chosen TLSv1.2
Charles to Client TLSv1.2
Session Resumed No
Process: VisualStudio [67779]
Path: /Applications/Visual Studio.app/Contents/MacOS/VisualStudio
Identifier: com.microsoft.visual-studio
Version: 7.3.3.5 (7.3.3.5)
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: VisualStudio [67779]
User ID: 501
Date/Time: 2018-01-15 12:08:34.745 +0100
andelsWorkMachine:SharedProjectTest mandel$ msbuild SharedProjectTest.sln
Microsoft (R) Build Engine version 15.4.0.0 (master/5bb58816 Mon Nov 6 22:27:06 EST 2017) for Mono
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 1/15/2018 12:13:24 PM.
Project "/Users/mandel/Downloads/SharedProjectTest/SharedProjectTest.sln" on node 1 (default targets).
ValidateSolutionConfiguration:
Building solution configuration "Debug|iPhoneSimulator".
Project "/Users/mandel/Downloads/SharedProjectTest/SharedProjectTest.sln" (1) is building "/Users/mandel/Downloads/SharedProjectTest/SharedProjectTest/SharedProjectTest.csproj" (2) on node 1 (default targets).
_CoreCompileInterfaceDefinitions:
[FAIL] MessageFaultTest.CreateFaultIncomplete : An unexpected exception type was thrown
[FAIL] MessageFaultTest.CreateFaultIncomplete4 : An unexpected exception type was thrown
[FAIL] TransportSecurityBindingElementTest.DefaultValues : System.TypeInitializationException : The type initializer for 'System.ServiceModel.MessageSecurityVersion' threw an exception.
Building System.ServiceModel-mac-full (Mac)
MONODEVELOP_STUB_LANGUAGE=en
XBUILD_FRAMEWORK_FOLDERS_PATH=/Users/mandel/Xamarin/macios/master/xamarin-macios/_mac-build/Library/Frameworks/Mono.framework/External/xbuild-frameworks
MD_APPLE_SDK_ROOT=/Applications/Xcode92.app
XPC_FLAGS=0x0
DISPLAY=/private/tmp/com.apple.launchd.2mC0gvzufu/org.macosforge.xquartz:0
PKG_CONFIG_LIBDIR=
LC_NUMERIC=C
LANGUAGE=en
__CF_USER_TEXT_ENCODING=0x1F5:0x0:0x0
1) Bug36080Test (MonoTests.System.ServiceModel.Bug36080.Bug36080Test)
#1, inner exception: System.ServiceModel.EndpointNotFoundException: System error. ---> System.Net.WebException: Error: ConnectFailure (Connection refused) ---> System.Net.Sockets.SocketException: Connection refused
at System.Net.Sockets.Socket.Connect (System.Net.EndPoint remoteEP) [0x000b0] in /Users/mandel/Xamarin/macios/master/xamarin-macios/external/mono/mcs/class/System/System.Net.Sockets/Socket.cs:879
at System.Net.WebConnection.Connect (System.Net.HttpWebRequest request) [0x0016d] in /Users/mandel/Xamarin/macios/master/xamarin-macios/external/mono/mcs/class/System/System.Net/WebConnection.cs:187
--- End of inner exception stack trace ---
at System.Net.HttpWebRequest.EndGetRequestStream (System.IAsyncResult asyncResult) [0x0003c] in /Users/mandel/Xamarin/macios/master/xamarin-macios/external/mono/mcs/class/System/System.Net/HttpWebRequest.cs:904
at System.ServiceModel.Channels.HttpRequestChannel+<>c__DisplayClass6_1
{System.Net.Http.HttpRequestException: An error occurred while sending the request ---> System.Net.WebException: Error: ConnectFailure (Connection refused) ---> System.Net.Sockets.SocketException: Connection refused
at System.Net.Sockets.Socket.Connect (System.Net.EndPoint remoteEP) [0x000b0] in /Users/mandel/Xamarin/macios/master/xamarin-macios/external/mono/mcs/class/System/System.Net.Sockets/Socket.cs:879
at System.Net.WebConnection.Connect (System.Net.HttpWebRequest request) [0x00191] in /Users/mandel/Xamarin/macios/master/xamarin-macios/external/mono/mcs/class/System/System.Net/WebConnection.cs:187
--- End of inner exception stack trace ---
at System.Net.HttpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x00059] in /Users/mandel/Xamarin/macios/master/xamarin-macios/external/mono/mcs/class/System/System.Net/HttpWebRequest.cs:1033
at System.Threading.Tasks.TaskFactory`1[TResult].FromAsyncCoreLogic (System.IAsyncResult iar, System.Func`2[T,TResult] endFunction, System.Action`1[T