This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/mcs/class/System.Web.Services/System.Web.Services.Description/BasicProfileChecker.cs b/mcs/class/System.Web.Services/System.Web.Services.Description/BasicProfileChecker.cs | |
index c9d73c2..e862414 100644 | |
--- a/mcs/class/System.Web.Services/System.Web.Services.Description/BasicProfileChecker.cs | |
+++ b/mcs/class/System.Web.Services/System.Web.Services.Description/BasicProfileChecker.cs | |
@@ -142,7 +142,7 @@ namespace System.Web.Services.Description | |
public override void Check (ConformanceCheckContext ctx, BindingCollection value) { | |
foreach (Binding b in value) | |
- foreach (ServiceDescriptionFormatExtension ext in b.Extensions) | |
+ foreach (object ext in b.Extensions) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
commit 61fb5ccb9a0ef965ccee6d889b7c373962f879a7 | |
Author: Ankit Jain <[email protected]> | |
Date: Mon Mar 21 23:53:12 2011 +0530 | |
Fix Novell.MonoDroid.Common.targets to work with VS. | |
GetReferenceAssemblyPaths target performs the framework directory | |
lookup, based on target framework moniker. xbuild from master supports | |
this, but the released versions do not. So, monodroid | |
build doesn't use monikers with xbuild. GetReferenceAssemblyPaths |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Index: cifs-utils-4.9/mount.cifs.c | |
=================================================================== | |
--- cifs-utils-4.9.orig/mount.cifs.c | |
+++ cifs-utils-4.9/mount.cifs.c | |
@@ -1641,6 +1641,58 @@ drop_child_privs(void) | |
return 0; | |
} | |
+/* | |
+ * If systemd is present, then try to get password via |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
int index = 0; | |
for (int face_i = 0; face_i < VertIndicesForFaces.Count; face_i ++) { | |
var face = VertIndicesForFaces [face_i]; | |
for (int vi = 0; vi < face.Length; vi ++) { | |
var v3d = new Vertex3d (vertices [face [vi]], Vector4f.Zero, c); | |
if (has_texcoords) | |
v3d.TexCoords = uv_coords [TexIndices [face_i][vi]]; | |
e.Vertices.Add (v3d); | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
commit ad78d3ed0d1ea57c7c2b6f7c57132653f022aa21 | |
Author: Ankit Jain <[email protected]> | |
Date: Sat May 16 00:04:32 2015 +0530 | |
[tests] Fix TrackedDependenciesTests/mac by using Path.Combine instead of .. | |
.. hardcoded path separators like "foo\\bar". | |
diff --git a/src/Utilities/UnitTests/TrackedDependencies/TrackedDependenciesTests.cs b/src/Utilities/UnitTests/TrackedDependencies/TrackedDependenciesTests.cs | |
index 052b580..e98273f 100644 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
57) Test Failure : Xamarin.iOS.Tasks.WatchKit2("iPhoneSimulator").BasicTest #RunTarget-ErrorCount No valid watchOS code signing keys found in keychain. You need to request a codesigning certificate from https://developer.apple.com. Expected: 0 But was: 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
57) Test Failure : Xamarin.iOS.Tasks.WatchKit2("iPhoneSimulator").BasicTest | |
#RunTarget-ErrorCount | |
No valid watchOS code signing keys found in keychain. You need to request a codesigning certificate from https://developer.apple.com. | |
Expected: 0 | |
But was: 1 | |
at Xamarin.iOS.Tasks.TestBase.RunTarget (Microsoft.Build.Evaluation.Project project, System.String target, System.Int32 expectedErrorCount) [0x000db] in /Users/ankit/dev/xamarin-macios/msbuild/tests/Xamarin.iOS.Tasks.Tests/TestHelpers/TestBase.cs:325 | |
at Xamarin.iOS.Tasks.ExtensionTestBase.BuildExtension (System.String hostAppName, System.String extensionName, System.String bundlePath, System.String platform, System.String config, System.Int32 expectedErrorCount) [0x000d6] in /Users/ankit/dev/xamarin-macios/msbuild/tests/Xamarin.iOS.Tasks.Tests/ProjectsTests/Extensions/ExtensionTestBase.cs:44 | |
at Xamarin.iOS.Tasks.ExtensionTestBase.BuildExtension (System.String hostAppName, System.String extensionName, System.String platform, System.String co |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"/Users/ankit/dev/inspector/Build.proj" (Build target) (1) -> | |
"/Users/ankit/dev/inspector/Build.proj" (_BuildMac target) (1:2) -> | |
"/Users/ankit/dev/inspector/Xamarin.Interactive.Mac.sln" (Build target) (2:2) -> | |
"/Users/ankit/dev/inspector/WorkbookApps/Xamarin.Workbooks.Forms.Android/Xamarin.Workbooks.Forms.Android.csproj" (default target) (26) -> | |
"/Users/ankit/dev/inspector/Agents/Xamarin.Interactive.Forms.Android/Xamarin.Interactive.Forms.Android.csproj" (default target) (27:2) -> | |
"/Users/ankit/dev/inspector/Agents/Xamarin.Interactive.Forms/Xamarin.Interactive.Forms.csproj" (default target) (28:3) -> | |
(XamlC target) -> | |
error MSB4018: The "XamlCTask" task failed unexpectedly. [/Users/ankit/dev/inspector/Agents/Xamarin.Interactive.Forms/Xamarin.Interactive.Forms.csproj] | |
error MSB4018: This is an unhandled exception from a task -- PLEASE OPEN A BUG AGAINST THE TASK OWNER. [/Users/ankit/dev/inspector/Agents/Xamarin.Interactive.Forms/Xamarin.Interactive.Forms.csproj] | |
error MSB4018: System.IO.FileNotFoundExcepti |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"/Users/ankit/dev/inspector/Build.proj" (Build target) (1) -> | |
"/Users/ankit/dev/inspector/Build.proj" (_BuildMac target) (1:2) -> | |
"/Users/ankit/dev/inspector/Xamarin.Interactive.Mac.sln" (Build target) (2:2) -> | |
"/Users/ankit/dev/inspector/WorkbookApps/Xamarin.Workbooks.Forms.Android/Xamarin.Workbooks.Forms.Android.csproj" (default target) (25) -> | |
"/Users/ankit/dev/inspector/Agents/Xamarin.Interactive.Forms.Android/Xamarin.Interactive.Forms.Android.csproj" (default target) (26:2) -> | |
"/Users/ankit/dev/inspector/Agents/Xamarin.Interactive.Forms/Xamarin.Interactive.Forms.csproj" (default target) (27:3) -> | |
(XamlC target) -> | |
error MSB4018: The "XamlCTask" task failed unexpectedly. [/Users/ankit/dev/inspector/Agents/Xamarin.Interactive.Forms/Xamarin.Interactive.Forms.csproj] | |
error MSB4018: This is an unhandled exception from a task -- PLEASE OPEN A BUG AGAINST THE TASK OWNER. [/Users/ankit/dev/inspector/Agents/Xamarin.Interactive.Forms/Xamarin.Interactive.Forms.csproj] | |
error MSB4018: System.IO.FileNotFoundExcepti |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"/Users/ankit/dev/inspector/Build.proj" (Build target) (1) -> | |
"/Users/ankit/dev/inspector/Build.proj" (_BuildMac target) (1:2) -> | |
"/Users/ankit/dev/inspector/Xamarin.Interactive.Mac.sln" (Build target) (2:2) -> | |
"/Users/ankit/dev/inspector/WorkbookApps/Xamarin.Workbooks.Forms.Android/Xamarin.Workbooks.Forms.Android.csproj" (default target) (25) -> | |
"/Users/ankit/dev/inspector/Agents/Xamarin.Interactive.Forms.Android/Xamarin.Interactive.Forms.Android.csproj" (default target) (26:2) -> | |
"/Users/ankit/dev/inspector/Agents/Xamarin.Interactive.Forms/Xamarin.Interactive.Forms.csproj" (default target) (27:3) -> | |
(XamlC target) -> | |
/Users/ankit/dev/inspector/packages/Xamarin.Forms.2.3.4.221-pre6/build/portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20/Xamarin.Forms.targets(62,3): error MSB4018: The "XamlCTask" task failed unexpectedly. [/Users/ankit/dev/inspector/Agents/Xamarin.Interactive.Forms/Xamarin.Interactive.Forms.csproj] | |
/Users/ankit/dev/inspector/packages/Xamarin.Forms.2.3.4.221-pre6/b |
OlderNewer