conflict_resolution
stringlengths
27
16k
<<<<<<< using NUnit.Framework; ======= >>>>>>> <<<<<<< [TestFixture] ======= >>>>>>> <<<<<<< [Test] ======= [Fact] >>>>>>> [Fact] <<<<<<< [Test] ======= [Fact] >>>>>>> [Fact] <<<<<<< [Test] ======= [Fact] >>>>>>> [Fact] <<<<...
<<<<<<< using NUnit.Framework; ======= >>>>>>> <<<<<<< [TestFixture] ======= >>>>>>> <<<<<<< [Test] ======= [Fact] >>>>>>> [Fact] <<<<<<< [Test] ======= [Fact] >>>>>>> [Fact] <<<<<<< [Test] ======= [Fact] >>>>>>> [Fact] <<<...
<<<<<<< using NUnit.Framework; ======= >>>>>>> <<<<<<< [TestFixture] ======= >>>>>>> <<<<<<< [Test] ======= [Fact] >>>>>>> [Fact] <<<<<<< [Test] ======= [Fact] >>>>>>> [Fact] <<<<<<< [Test] ======= [Fact] >>>>>>> [Fact] <<<<...
<<<<<<< ======= // foreach (var a in new[] ...) if (node is ForEachStatementSyntax) { ForEachExpressionCheck(node, semanticModel, reportDiagnostic, filePath, cancellationToken); return; } >>>>>>> <<<<<<< private static void Equ...
<<<<<<< ======= using System.Xml; using System.Collections.Specialized; >>>>>>> using System.Xml; using System.Collections.Specialized; <<<<<<< [TestFixture] ======= >>>>>>> <<<<<<< [Test] ======= [Fact] >>>>>>> [Fact] <<<<<<< [Test] ======= [Fact] >>>>>>> ...
<<<<<<< using NUnit.Framework; ======= >>>>>>> <<<<<<< [TestFixture] ======= >>>>>>> <<<<<<< [Test] ======= [Fact] >>>>>>> [Fact] <<<<<<< [Test] ======= [Fact] >>>>>>> [Fact] <<<<<<< [Test] ======= [Fact] >>>>>>> [Fact] <<<<...
<<<<<<< using NUnit.Framework; #pragma warning disable 0219 ======= using Xunit; >>>>>>> using Xunit; #pragma warning disable 0219 <<<<<<< [TestFixture] ======= >>>>>>> <<<<<<< [Test] ======= [Fact] >>>>>>> [Fact]
<<<<<<< using NUnit.Framework; ======= >>>>>>> <<<<<<< [TestFixture] ======= >>>>>>> <<<<<<< [Test] ======= [Fact] >>>>>>> [Fact] <<<<<<< [Test] [ExpectedException(typeof(InternalErrorException))] ======= [Fact] >>>>>>> [Fact] <<<<<<< [...
<<<<<<< #endif private int _projectId; ======= private int projectId; >>>>>>> #endif private int projectId; <<<<<<< #endif private BuildEventContext _parentProjectBuildEventContext; ======= private BuildEventContext parentProjectBuildEventContext; >>>>>>> #endif pr...
<<<<<<< private string _pathToMSBuildExe = Path.Combine(Environment.CurrentDirectory, "MSBuild.exe"); #if FEATURE_SPECIAL_FOLDERS ======= private string _pathToMSBuildExe = Path.Combine(Directory.GetCurrentDirectory(), "MSBuild.exe"); >>>>>>> private string _pathToMSBuildExe = Path.Combine(Di...
<<<<<<< using NUnit.Framework; ======= >>>>>>> <<<<<<< [TestFixture] ======= >>>>>>> <<<<<<< [Test] ======= [Fact] >>>>>>> [Fact] <<<<<<< [Test] ======= [Fact] >>>>>>> [Fact] <<<<<<< [Test] [ExpectedException(typeof(InvalidProjectFileE...
<<<<<<< [TestFixture] ======= >>>>>>> <<<<<<< [Test] ======= [Fact] >>>>>>> [Fact] <<<<<<< [Test] ======= [Fact] >>>>>>> [Fact] <<<<<<< [Test] ======= [Fact] >>>>>>> [Fact] <<<<<<< [Test] [ExpectedException(typeo...
<<<<<<< ======= using System.Reflection; using System.Collections; using Microsoft.Build.Framework; using Microsoft.Build.BackEnd.Logging; using System.Text.RegularExpressions; >>>>>>> using System.Reflection; using System.Collections; using Microsoft.Build.Framework; using Microsoft.Build.BackEnd.Logging; using Sys...
<<<<<<< using NUnit.Framework; ======= >>>>>>> <<<<<<< [TestFixture] public class SolutionProjectGenerator_Tests ======= public class SolutionProjectGenerator_Tests : IDisposable >>>>>>> public class SolutionProjectGenerator_Tests : IDisposable <<<<<<< [SetUp] public void Setup(...
<<<<<<< ======= using System.Text.RegularExpressions; using System.Threading; using Microsoft.Build.Framework; >>>>>>> <<<<<<< [TestFixture] ======= >>>>>>> <<<<<<< [SetUp] public void SetUp() { _nodeRequestId++; } [TearDown] public void TearDow...
<<<<<<< internal static StreamWriter OpenWrite(string path, bool append, Encoding encoding = null) { const int DefaultFileStreamBufferSize = 4096; FileMode mode = append ? FileMode.Append : FileMode.Create; Stream fileStream = new FileStream(path, mode, FileAccess.Wr...
<<<<<<< using UniInject; using UnityEngine.EventSystems; ======= using System.Globalization; using System.Threading; >>>>>>> using UniInject; using UnityEngine.EventSystems; using System.Globalization; using System.Threading;
<<<<<<< using NUnit.Framework; ======= >>>>>>> <<<<<<< [TestFixture] ======= >>>>>>> <<<<<<< [SetUp] public void Setup() ======= public AssemblyTaskFactory_Tests() >>>>>>> public AssemblyTaskFactory_Tests() <<<<<<< /// <summary> /// Tear down what was crea...
<<<<<<< using NUnit.Framework; ======= using System.Collections; >>>>>>> using System.Collections; <<<<<<< [TestFixture] ======= >>>>>>> <<<<<<< [Test] ======= [Fact] >>>>>>> [Fact] <<<<<<< [Test] ======= [Fact] >>>>>>> [Fact] <<<<<<< [Test] ...
<<<<<<< using NUnit.Framework; ======= >>>>>>> <<<<<<< [TestFixture] ======= >>>>>>> <<<<<<< [Test] ======= [Fact] >>>>>>> [Fact] <<<<<<< [Test] ======= [Fact] >>>>>>> [Fact] <<<<<<< [Test] ======= [Fact] >>>>>>> [Fact] <<<<...
<<<<<<< ======= using System.Collections.Generic; using System.Text; >>>>>>> using System.Collections.Generic; using System.Text; <<<<<<< [TestFixture] ======= >>>>>>> <<<<<<< [Test] ======= [Fact] >>>>>>> [Fact] <<<<<<< [Test] ======= [Fact] >>>>>>> ...
<<<<<<< using NUnit.Framework; ======= >>>>>>> <<<<<<< [TestFixture] ======= >>>>>>> <<<<<<< [Test] ======= [Fact] >>>>>>> [Fact] <<<<<<< [Test] ======= [Fact] >>>>>>> [Fact] <<<<<<< [Test] ======= [Fact] >>>>>>> [Fact] <<<<...
<<<<<<< [Test] ======= [TestMethod] >>>>>>> [Test] <<<<<<< [Test] ======= [TestMethod] >>>>>>> [Test] <<<<<<< [Test] ======= [TestMethod] >>>>>>> [Test] <<<<<<< [Test] ======= [TestMethod] >>>>>>> [Test] <<<<...
<<<<<<< using Microsoft.Build.BackEnd.Logging; using Microsoft.Build.Construction; ======= >>>>>>> using Microsoft.Build.BackEnd.Logging; using Microsoft.Build.Construction; <<<<<<< ======= using Microsoft.Build.Construction; using Microsoft.Build.Evaluation; using Xunit; >>>>>>> using Microsoft.Build.Constructi...
<<<<<<< using System.Runtime.Serialization.Formatters.Binary; ======= using Microsoft.Build.Framework; >>>>>>> using Microsoft.Build.Framework; <<<<<<< using NUnit.Framework; ======= using System.Text.RegularExpressions; using Xunit; >>>>>>> using System.Text.RegularExpressions; using System.Runtime.Serializat...
<<<<<<< using Microsoft.Build.Shared; ======= using System.Reflection; using Microsoft.Build.Framework; >>>>>>> using System.Reflection; using Microsoft.Build.Framework; <<<<<<< using NUnit.Framework; ======= using Microsoft.Build.Shared; using Xunit; >>>>>>> using Microsoft.Build.Shared; using Xunit; <<<<<<<...
<<<<<<< using NUnit.Framework; ======= >>>>>>> <<<<<<< [TestFixture] ======= >>>>>>> <<<<<<< [Test] ======= [Fact] >>>>>>> [Fact] <<<<<<< [Test] ======= [Fact] >>>>>>> [Fact] <<<<<<< [Test] ======= [Fact] >>>>>>> [Fact] <<<<...
<<<<<<< using NUnit.Framework; ======= using Xunit; >>>>>>> using Xunit; <<<<<<< [TestFixture] ======= >>>>>>> <<<<<<< [Test] ======= [Fact] >>>>>>> [Fact] <<<<<<< [Test] ======= [Fact] >>>>>>> [Fact] <<<<<<< [Test] ======= [Fact] >...
<<<<<<< [Test] [Ignore] // Ignore: Test requires dependent components (e.g. csc2.exe). ======= [TestMethod] >>>>>>> [Test] <<<<<<< [Test] [Ignore] // Ignore: Test requires dependent components (e.g. csc2.exe). ======= [TestMethod] >>>>>>> ...
<<<<<<< using NUnit.Framework; #pragma warning disable 0219 ======= using Xunit; >>>>>>> using Xunit; #pragma warning disable 0219 <<<<<<< [TestFixture] ======= >>>>>>> <<<<<<< [Test] ======= [Fact] >>>>>>> [Fact]
<<<<<<< if (NativeMethodsShared.IsUnixLike) { Assert.Ignore("FileTracker is not supported under Unix"); } s_defaultFileTrackerPathUnquoted = null;//FileTracker.GetFileTrackerPath(ExecutableType.SameAsCurrentProcess); s_defaultFileTrackerPath =...
<<<<<<< [Test] ======= [TestMethod] public void GetApiContractReferencesHandlesNullContracts() { string[] returnValue = ToolLocationHelper.GetApiContractReferences(null, String.Empty); Assert.AreEqual(0, returnValue.Length); } [TestMethod] >>>>...
<<<<<<< using Microsoft.Build.Shared; using NUnit.Framework; ======= using Xunit; >>>>>>> using Microsoft.Build.Shared; using Xunit; <<<<<<< [TestFixture] ======= >>>>>>> <<<<<<< [Test] ======= [Fact] >>>>>>> [Fact] <<<<<<< [Test] ======= [Fact] >>>>>>> ...
<<<<<<< using NUnit.Framework; ======= >>>>>>> <<<<<<< [TestFixture] ======= >>>>>>> <<<<<<< [Test] ======= [Fact] >>>>>>> [Fact]
<<<<<<< using Microsoft.Build.Framework; ======= >>>>>>> <<<<<<< [TestFixture] ======= >>>>>>> <<<<<<< [Test] ======= [Fact] >>>>>>> [Fact] <<<<<<< [Test] ======= [Fact] >>>>>>> [Fact] <<<<<<< [Test] [ExpectedException(typeof(InvalidOpe...
<<<<<<< s_engineResourceManager = new ResourceManager("Microsoft.Build.Resources.Strings", typeof(ProjectCollection).GetTypeInfo().Assembly); ======= s_engineResourceManager = new ResourceManager("Microsoft.Build.Strings", typeof(ProjectCollection).Assembly); >>>>>>> ...
<<<<<<< using NUnit.Framework; ======= >>>>>>> <<<<<<< [TestFixture] ======= >>>>>>> <<<<<<< [Test] ======= [Fact] >>>>>>> [Fact] <<<<<<< [Test] ======= [Fact] >>>>>>> [Fact] <<<<<<< [Test] ======= [Fact] >>>>>>> [Fact] <<<...
<<<<<<< using NUnit.Framework; ======= >>>>>>> <<<<<<< [TestFixture] ======= >>>>>>> <<<<<<< [Test] ======= [Fact] >>>>>>> [Fact] <<<<<<< [Test] ======= [Fact] >>>>>>> [Fact] <<<<<<< [Test] ======= [Fact] >>>>>>> [Fact] <<<<...
<<<<<<< using NUnit.Framework; ======= >>>>>>>
<<<<<<< using Microsoft.Build.Shared; using NUnit.Framework; ======= using Xunit; >>>>>>> using Microsoft.Build.Shared; using Xunit; <<<<<<< [TestFixture] ======= >>>>>>> <<<<<<< [Test] ======= [Fact] >>>>>>> [Fact] <<<<<<< [Test] ======= [Fact] >>>>>>> ...
<<<<<<< using NUnit.Framework; ======= using Xunit; >>>>>>> using Xunit; <<<<<<< [TestFixture] ======= >>>>>>> <<<<<<< [Test] [ExpectedException(typeof(ArgumentException))] ======= [Fact] >>>>>>> [Fact] <<<<<<< [Test] ======= [Fact] >>>>>>> [F...
<<<<<<< using NUnit.Framework; ======= >>>>>>> <<<<<<< [TestFixture] ======= >>>>>>> <<<<<<< [Test] ======= [Fact] >>>>>>> [Fact] <<<<<<< [Test] ======= [Fact] >>>>>>> [Fact]
<<<<<<< using NUnit.Framework; ======= >>>>>>> <<<<<<< [TestFixture] ======= >>>>>>> <<<<<<< [Test] ======= [Fact] >>>>>>> [Fact] <<<<<<< [Test] ======= [Fact] >>>>>>> [Fact] <<<<<<< [Test] ======= [Fact] >>>>>>> [Fact] <<<<...
<<<<<<< ======= using System.Collections.Generic; using System.Diagnostics; using System.Globalization; >>>>>>> using System.Collections.Generic; using System.Diagnostics; <<<<<<< else if (normalized.Substring(0, 2) == @"\\") ======= if (normalized.StartsWith(@"\\")) >>>>>>> ...
<<<<<<< using Microsoft.Build.Shared; ======= using System; using System.Collections.Generic; using System.Text; using System.IO; using System.Reflection; using Microsoft.Build.Framework; >>>>>>> using Microsoft.Build.Shared; <<<<<<< using NUnit.Framework; ======= using System.Text.RegularExpressions; using Syst...
<<<<<<< using System.Text; using Microsoft.Build.BackEnd.Logging; ======= using System.Collections.Generic; using Microsoft.Build.Evaluation; using Microsoft.Build.Execution; using Microsoft.Build.Framework; >>>>>>> using System.Collections.Generic; using System.Text; using Microsoft.Build.BackEnd.Logging; using M...
<<<<<<< using NUnit.Framework; ======= >>>>>>> <<<<<<< [TestFixture] ======= >>>>>>> <<<<<<< [Test] [ExpectedException(typeof(InternalErrorException))] ======= [Fact] >>>>>>> [Fact] <<<<<<< [Test] [ExpectedException(typeof(InternalErrorException))] ======...
<<<<<<< using NUnit.Framework; ======= using Xunit; >>>>>>> using Xunit; <<<<<<< [TestFixture] ======= >>>>>>> <<<<<<< [Test] ======= [Fact] >>>>>>> [Fact]
<<<<<<< NativeMethodsShared.ThrowExceptionForErrorCode(errorCode); return null; } #endif return FixFilePath(Path.GetFullPath(path)); } internal static string FixFilePath(string path) { return string.IsNullOrEmpty(path) || Path...
<<<<<<< using NUnit.Framework; ======= >>>>>>> <<<<<<< [TestFixture] ======= >>>>>>> <<<<<<< [Test] ======= [Fact] >>>>>>> [Fact] <<<<<<< [Test] ======= [Fact] >>>>>>> [Fact] <<<<<<< [Test] ======= [Fact] >>>>>>> [Fact] <<<<...
<<<<<<< ======= using System.Xml; using Microsoft.Build.BackEnd; >>>>>>> using System.Xml; using Microsoft.Build.BackEnd; <<<<<<< [TestFixture] public class TaskRegistry_Tests ======= public class TaskRegistry_Tests : IClassFixture<TaskAssemblyFixture> >>>>>>> public class TaskRegistry_Tests : IC...
<<<<<<< createdTask = _taskFactory.CreateTaskInstance(ElementLocation.Create("MSBUILD"), null, new MockHost(), null, new AppDomainSetup(), false); Assert.NotNull(createdTask); Assert.False(createdTask is TaskHostTask); ======= createdTask = _taskFactory....
<<<<<<< using NUnit.Framework; ======= >>>>>>> <<<<<<< [TestFixture] ======= >>>>>>> <<<<<<< [Test] ======= [Fact] >>>>>>> [Fact] <<<<<<< [Test] ======= [Fact] >>>>>>> [Fact] <<<<<<< [Test] [ExpectedException(typeof(InvalidProjectFileEx...
<<<<<<< var info0 = ProcessCode(analyser, snippet0, ImmutableArray.Create(SyntaxKind.AddExpression, SyntaxKind.AddAssignmentExpression)); var info1 = ProcessCode(analyser, snippet1, ImmutableArray.Create(SyntaxKind.AddExpression, SyntaxKind.AddAssignmentExpression)); ======= var in...
<<<<<<< using Xunit; ======= using System.Text; >>>>>>> using Xunit; using System.Text; <<<<<<< ======= #endif >>>>>>> #endif <<<<<<< Assert.Throws<InvalidOperationException>(() => { var doc = new XmlDocumentWithLocation(loadAsReadOnly: true); doc.Load(_...
<<<<<<< using NUnit.Framework; ======= >>>>>>> <<<<<<< [TestFixture] ======= >>>>>>> <<<<<<< [Test] ======= [Fact] >>>>>>> [Fact]
<<<<<<< using NUnit.Framework; ======= >>>>>>> <<<<<<< [TestFixture] ======= >>>>>>> <<<<<<< [Test] ======= [Fact] >>>>>>> [Fact] <<<<<<< [Test] ======= [Fact] >>>>>>> [Fact] <<<<<<< [Test] ======= [Fact] >>>>>>> [Fact] <<<<...
<<<<<<< ======= using System.Reflection; using System.Globalization; >>>>>>> <<<<<<< using NUnit.Framework; ======= using Microsoft.Build.Shared; using Xunit; >>>>>>> using Microsoft.Build.Shared; using Xunit; <<<<<<< [TestFixture] ======= >>>>>>> <<<<<<< [Test] ======= [Fact] >>>...
<<<<<<< ======= using Microsoft.Build.Framework; >>>>>>> <<<<<<< [TestFixture] ======= >>>>>>> <<<<<<< [Test] ======= [Fact] >>>>>>> [Fact] <<<<<<< [Test] ======= [Fact] >>>>>>> [Fact] <<<<<<< [Test] ======= [Fact] >>>>>>> ...
<<<<<<< if (NativeMethodsShared.IsUnixLike) { Assert.Ignore("File names under Unix are case-sensitive and this test is not useful"); } string currdir = Environment.CurrentDirectory; ======= string currdir = Directory.GetCurrentDirectory(); ...
<<<<<<< [Test] ======= /// </summary> [TestMethod] >>>>>>> /// </summary> [Test]
<<<<<<< else if (_panelProfileHandler.Airframe == DCSAirframe.M2000C) { var radioPanelPZ69UserControl = new RadioPanelPZ69UserControlM2000C(hidSkeleton, tabItem, this); ...
<<<<<<< RegexOptions.IgnoreCase ); /* var matches = Regex.Matches(currentLine, "(?<File>.*):(?<Line>\\d+):(?<Character>\\d+):(?<Type> error| warning):(?<Message>.*)"); */ static private Regex s_originCategoryCodeTextExpression2 = new Regex ( ...
<<<<<<< [Test] ======= [TestMethod] >>>>>>> [Test] <<<<<<< [Test] ======= [TestMethod] >>>>>>> [Test] <<<<<<< [Test] ======= [TestMethod] >>>>>>> [Test] <<<<<<< [Test] ======= [TestMethod] >>>>>>> [Test] <<<<...
<<<<<<< using NUnit.Framework; ======= >>>>>>> <<<<<<< [TestFixture] public class Preprocessor_Tests ======= public class Preprocessor_Tests : IDisposable >>>>>>> public class Preprocessor_Tests : IDisposable <<<<<<< [SetUp] ======= >>>>>>> <<<<<<< [TearDown] public ...
<<<<<<< using System.IO; ======= >>>>>>> using System.IO; <<<<<<< using NUnit.Framework; ======= using Microsoft.Build.Shared; using Xunit; >>>>>>> using Xunit; <<<<<<< [Test] ======= [Fact] >>>>>>> [Fact] <<<<<<< [Test] ======= [Fact] >>>>>>> [Fact] <<<...
<<<<<<< using NUnit.Framework; ======= using Xunit; >>>>>>> using Xunit; <<<<<<< [TestFixture] ======= >>>>>>> <<<<<<< [Test] ======= [Fact] >>>>>>> [Fact] <<<<<<< [Test] ======= [Fact] >>>>>>> [Fact] <<<<<<< [Test] ======= [Fact] >...
<<<<<<< ======= using System.Reflection; using Microsoft.Build.Framework; >>>>>>> using System.Reflection; using Microsoft.Build.Framework; <<<<<<< using NUnit.Framework; ======= using System.Text.RegularExpressions; using System.Globalization; using Xunit; >>>>>>> using System.Text.RegularExpressions; using S...
<<<<<<< ======= using System.Text; >>>>>>> using System.Text; <<<<<<< using System.Text; ======= >>>>>>> <<<<<<< using (StreamWriter sw = new StreamWriter(_batchFile, false, isUnix ? Encoding.ASCII : EncodingUtilities.CurrentSystemOemEncoding)) // HIGHCHAR: Exec task batch files are in OEM code pag...
<<<<<<< ======= using System.Configuration; using System.IO; using System.Xml; >>>>>>> using System.Configuration; using System.IO; using System.Xml; <<<<<<< using NUnit.Framework; ======= using Microsoft.Build.Unittest; using Xunit; >>>>>>> using Microsoft.Build.Unittest; using Xunit; <<<<<<< [TestFixt...
<<<<<<< [Test] ======= [TestMethod] >>>>>>> [Test] <<<<<<< [Test] ======= [TestMethod] >>>>>>> [Test] <<<<<<< [Test] //[Ignore("TEST: INSTALLED BUILD PROCESS")] ======= [TestMethod] >>>>>>> [Test] <<<<<<< [Test] =======...
<<<<<<< using NUnit.Framework; ======= >>>>>>> <<<<<<< [TestFixture] ======= >>>>>>> <<<<<<< [Test] ======= [Fact] >>>>>>> [Fact] <<<<<<< [Test] ======= [Fact] >>>>>>> [Fact] <<<<<<< [Test] ======= [Fact] >>>>>>> [Fact] <<<<...
<<<<<<< private static readonly ResourceManager s_resources = new ResourceManager("Microsoft.Build.Resources.Strings", typeof(AssemblyResources).GetTypeInfo().Assembly); ======= private static readonly ResourceManager s_resources = new ResourceManager("Microsoft.Build.Strings", Assembly.GetExecutingAs...
<<<<<<< using NUnit.Framework; ======= >>>>>>> <<<<<<< [TestFixture] ======= >>>>>>> <<<<<<< [Test] public void SimpleValidArguments() ======= [Fact] public void SimpleValidArgumentsCommandLine() >>>>>>> [Fact] public void SimpleValidArgumentsCommandLine() ...
<<<<<<< using System.IO; using Xunit; ======= >>>>>>> using System.IO; using Xunit; <<<<<<< Assert.Throws<InternalErrorException>(() => { TaskHostConfiguration config = new TaskHostConfiguration(1, Directory.GetCurrentDirectory(), null, Thread.CurrentThread.CurrentCulture, Th...
<<<<<<< internal static string dotNetFrameworkVersionFolderPrefixV30 = NativeMethodsShared.IsWindows ? "v3.0" : "3.0"; // v3.0 is for WinFx. private const string dotNetFrameworkVersionV30 = "v3.0"; // full WinFx version to pass to NativeMethodsShared.GetRequestedRuntimeInfo(). private static str...
<<<<<<< [Test] [Ignore] // Ignore: Test requires installed toolset. ======= [TestMethod] >>>>>>> [Test] <<<<<<< [Test] [Ignore] // Ignore: Changes to the current directory interfere with the toolset reader. ======= [TestMethod] >>>>>>> ...
<<<<<<< using System.Reflection; ======= using Microsoft.Build.Internal; >>>>>>> using Microsoft.Build.Internal; using System.Reflection;
<<<<<<< internal static HandshakeOptions GetHandshakeOptions(bool taskHost, bool is64Bit = false, int clrVersion = 0, bool nodeReuse = false, bool lowPriority = false, bool workerNode = true, IDictionary<string, string> taskHostParameters = null) ======= internal static HandshakeOptions GetHandshakeOp...
<<<<<<< [Test] ======= [TestMethod] >>>>>>> [Test] <<<<<<< [Test] [Ignore("FEATURE: LEGACY TASKS")] // Ignore: Test requires installed toolset. ======= [TestMethod] >>>>>>> [Test] <<<<<<< [Test] ======= [TestMethod] >>>>>>> ...
<<<<<<< ======= using Microsoft.Build.Shared; >>>>>>> using Microsoft.Build.Shared; <<<<<<< using Microsoft.Build.Shared; using NUnit.Framework; ======= using Xunit; >>>>>>> using Xunit; <<<<<<< [TestFixture] ======= >>>>>>> <<<<<<< [Test] ======= [Fact] >>>>>>> [Fact] <<<<...
<<<<<<< ======= using System.IO; using System.Reflection; using System.Collections; >>>>>>> using System.IO; using System.Reflection; using System.Collections; <<<<<<< using NUnit.Framework; ======= using System.Text.RegularExpressions; using Xunit; >>>>>>> using System.Text.RegularExpressions; using Xunit; <...
<<<<<<< using NUnit.Framework; ======= >>>>>>> <<<<<<< [TestFixture] ======= >>>>>>> <<<<<<< [Test] ======= [Fact] >>>>>>> [Fact]
<<<<<<< using System.Xml; using Microsoft.Build.BackEnd; ======= using System.Reflection; >>>>>>> using System.Xml; using Microsoft.Build.BackEnd; <<<<<<< Assert.Throws<InvalidProjectFileException>(() => { // Note output is false so these are only input parameters ...
<<<<<<< using NUnit.Framework; ======= using Xunit; >>>>>>> using Xunit; <<<<<<< [TestFixture] ======= >>>>>>> <<<<<<< [TestFixtureSetUp] public static void Setup() ======= public CommandLineSwitchesTests() >>>>>>> public CommandLineSwitchesTests() <<<<<<< [Test]...
<<<<<<< ======= // NOTES: // 1) there's a bug in the Process class where the exit code is not returned properly i.e. if the command // fails with exit code 9009, Process.ExitCode returns 1 -- the statement below forces it to return the // correct ...
<<<<<<< ======= using System.Diagnostics; using System.Text; >>>>>>> using System.Diagnostics; using System.Text; <<<<<<< [TestFixture] ======= >>>>>>> <<<<<<< [Test] ======= [Fact] >>>>>>> [Fact] <<<<<<< string cmdPath = NativeMethodsShared.FindOnPath(shellName); ...
<<<<<<< [Test] [Ignore("TEST: INSTALLED BUILD PROCESS")] // Ignore: Test requires installed toolset. ======= [TestMethod] >>>>>>> [Test] <<<<<<< [Test] [Ignore("TEST: INSTALLED BUILD PROCESS")] // Ignore: Test requires installed toolset. ======= ...
<<<<<<< using NUnit.Framework; ======= >>>>>>> <<<<<<< [TestFixture] ======= >>>>>>> <<<<<<< [Test] ======= [Fact] >>>>>>> [Fact] <<<<<<< [ExpectedException(typeof(InternalErrorException))] [Test] ======= [Fact] >>>>>>> [Fact]
<<<<<<< using System.IO; using System.Threading; ======= using System.Diagnostics; >>>>>>> using System.Diagnostics; using System.IO; using System.Threading; <<<<<<< ======= using System.Threading; using Microsoft.Win32.SafeHandles; >>>>>>> using Microsoft.Win32.SafeHandles; <<<<<<< using Microsoft.Build.Execut...
<<<<<<< using System.Threading; using Glass.Mapper.Sc.Configuration.Attributes; ======= using Glass.Mapper.Sc.Configuration; >>>>>>> using Glass.Mapper.Sc.Configuration; using Glass.Mapper.Sc.Configuration.Attributes; <<<<<<< ======= private static readonly object _setupLock = new object(); priva...
<<<<<<< private static ConcurrentDictionary<string, object> _compileCache = new ConcurrentDictionary<string, object>(); public const string Parameters = "Parameters"; protected Func<T, string> GetCompiled<T>(Expression<Func<T, string>> expression) { var key = typeof(T).Full...
<<<<<<< if (!string.IsNullOrEmpty(contents)) attrs["haschildren"] = "true"; ======= if (contents.IsNotNullOrEmpty()) { attrs.Add("haschildren", "true"); } >>>>>>> if (!string.IsNullOrEmpty(conten...
<<<<<<< inkCanvas1.InkPresenter.InputDeviceTypes = CoreInputDeviceTypes.Pen | CoreInputDeviceTypes.Mouse | CoreInputDeviceTypes.Touch; var stackPanel = new windows.UI.Xaml.Controls.StackPanel() ======= inkCanvas1.InkPresenter.InputDeviceTypes = CoreInputDeviceTypes.Pen...
<<<<<<< /// <summary> /// Rights for this ACE. /// </summary> public enum UrlReservationRights { /// <summary> /// The 'register' rights value of the child UrlAce element /// </summary> register, /// <summary> /// The 'delete' rights value of the chi...
<<<<<<< ProcessUrlReservations(project, featureComponents, defaultFeatureComponents, product); ======= ProcessIniFiles(project, featureComponents, defaultFeatureComponents, product); >>>>>>> ProcessUrlReservations(project, featureComponents, defaultFeatureComponents, product); ...
<<<<<<< ======= Client.Version = DDragonVersion; >>>>>>>
<<<<<<< ======= using System.IO; using Windows.Foundation; >>>>>>> <<<<<<< public IBuffer PixelBuffer { get; private set; } ======= private InMemoryBuffer _buffer; public IBuffer PixelBuffer => _buffer; >>>>>>> public IBuffer PixelBuffer { get; } <<<<<<< PixelBuffer = new UwpBuffer((uint)(pixelWidth...
<<<<<<< using Windows.System.Profile; using Uno.UI.Runtime.Skia.Tizen.System.Profile; ======= using Windows.ApplicationModel; using Uno.UI.Runtime.Skia.Tizen.ApplicationModel; using Uno.ApplicationModel; >>>>>>> using Windows.System.Profile; using Uno.UI.Runtime.Skia.Tizen.System.Profile; using Windows.ApplicationMo...
<<<<<<< this.source.Add (new ListViewExamples ()); ======= this.source.Add (new SideDrawerExamples ()); >>>>>>> this.source.Add (new ListViewExamples ()); this.source.Add (new SideDrawerExamples ());