Home
last modified time | relevance | path

Searched refs:InvalidProjectFileException (Results 101 – 125 of 195) sorted by relevance

12345678

/dports/devel/msbuild/msbuild-0.06/src/Deprecated/Engine.UnitTests/Compatibility/
H A DProject_Tests.cs423 [ExpectedException(typeof(InvalidProjectFileException))]
616 [ExpectedException(typeof(InvalidProjectFileException))]
629 [ExpectedException(typeof(InvalidProjectFileException))]
655 [ExpectedException(typeof(InvalidProjectFileException))]
1255 [ExpectedException(typeof(InvalidProjectFileException))]
1352 [ExpectedException(typeof(InvalidProjectFileException))]
1371 [ExpectedException(typeof(InvalidProjectFileException))]
1391 [ExpectedException(typeof(InvalidProjectFileException))]
1424 [ExpectedException(typeof(InvalidProjectFileException))]
1435 [ExpectedException(typeof(InvalidProjectFileException))]
[all …]
H A DUsingTask_Tests.cs71 [ExpectedException(typeof(InvalidProjectFileException))]
132 [ExpectedException(typeof(InvalidProjectFileException))]
/dports/lang/mono/mono-5.10.1.57/mcs/class/Microsoft.Build.Engine/Test/various/
H A DProjectElement.cs71 [ExpectedException (typeof (InvalidProjectFileException))]
/dports/devel/msbuild/msbuild-0.06/src/Build/BackEnd/Components/RequestBuilder/
H A DTaskBuilder.cs456 catch (InvalidProjectFileException e) in ExecuteBucket()
856 else if (type == typeof(InvalidProjectFileException)) in ExecuteInstantiatedTask()
860InvalidProjectFileException ipex = (InvalidProjectFileException)taskException; in ExecuteInstantiatedTask()
871 throw new InvalidProjectFileException(ipex.Message, ipex); in ExecuteInstantiatedTask()
H A DTargetEntry.cs21 using InvalidProjectFileException = Microsoft.Build.Exceptions.InvalidProjectFileException; typedef
553 catch (InvalidProjectFileException e) in ExecuteTarget()
/dports/devel/msbuild/msbuild-0.06/src/Deprecated/Engine.UnitTests/
H A DUtilities_Tests.cs206 [ExpectedException(typeof(InvalidProjectFileException))]
223 [ExpectedException(typeof(InvalidProjectFileException))]
/dports/devel/msbuild/msbuild-0.06/src/Build.UnitTests/BackEnd/
H A DIntrinsicTask_Tests.cs22 using InvalidProjectFileException = Microsoft.Build.Exceptions.InvalidProjectFileException; typedef
89 Assert.Throws<InvalidProjectFileException>(() => in PropertyGroupWithReservedProperty()
108 Assert.Throws<InvalidProjectFileException>(() => in PropertyGroupWithInvalidPropertyName()
149 Assert.Throws<InvalidProjectFileException>(() => in PropertyGroupWithInvalidSyntax1()
168 Assert.Throws<InvalidProjectFileException>(() => in PropertyGroupWithInvalidSyntax2()
647 Assert.Throws<InvalidProjectFileException>(() => in ItemKeepMetadataAndRemoveMetadataMutuallyExclusive()
742 Assert.Throws<InvalidProjectFileException>(() => in ItemGroupWithInvalidSyntax1()
759 Assert.Throws<InvalidProjectFileException>(() => in ItemGroupWithInvalidSyntax2()
778 Assert.Throws<InvalidProjectFileException>(() => in ItemGroupWithInvalidSyntax3()
1568 Assert.Throws<InvalidProjectFileException>(() => in IncludeNoOp()
[all …]
H A DTaskRegistry_Tests.cs23 using InvalidProjectFileException = Microsoft.Build.Exceptions.InvalidProjectFileException; typedef
1239InvalidProjectFileException exception = Should.Throw<InvalidProjectFileException>(() => registry.G… in TaskFactoryWithNullTaskTypeLogsError()
1367 Assert.Throws<InvalidProjectFileException>(() => in RandomTypeOnParameter()
1410 Assert.Throws<InvalidProjectFileException>(() => in BadArrayInputOnInputParameter()
1453 Assert.Throws<InvalidProjectFileException>(() => in BadScalarInputOnInputParameterDerivedFromITask()
1476 Assert.Throws<InvalidProjectFileException>(() => in BadScalarInputOnInputParameter()
1548 Assert.Throws<InvalidProjectFileException>(() => in BadOutputParameter()
1597 Assert.Throws<InvalidProjectFileException>(() => in RandomOutput()
1645 Assert.Throws<InvalidProjectFileException>(() => in RandomRequired()
1806 Assert.Throws<InvalidProjectFileException>(() => in RandomEvaluate()
H A DRequestBuilder_Tests.cs25 using InvalidProjectFileException = Microsoft.Build.Exceptions.InvalidProjectFileException; typedef
225 …Assert.Equal(typeof(InvalidProjectFileException), _buildRequestCompleted_Entry.Result.Exception.Ge… in TestMissingProjectFile()
H A DOnError_Tests.cs12 using InvalidProjectFileException = Microsoft.Build.Exceptions.InvalidProjectFileException; typedef
542 Assert.Throws<InvalidProjectFileException>(() => in OutOfOrderOnError()
/dports/devel/msbuild/msbuild-0.06/src/Build.OM.UnitTests/Definition/
H A DProject_Tests.cs30 using InvalidProjectFileException = Microsoft.Build.Exceptions.InvalidProjectFileException; typedef
222 catch (InvalidProjectFileException ex) in FailedEvaluationClearsXmlCache()
247 Assert.Throws<InvalidProjectFileException>(() => in ReadFromEmptyReader1()
261 Assert.Throws<InvalidProjectFileException>(() => in ReadFromEmptyReader2()
275 Assert.Throws<InvalidProjectFileException>(() => in ReadFromEmptyReader3()
296 Assert.Throws<InvalidProjectFileException>(() => in ReadFromClosedReader()
329 Assert.Throws<InvalidProjectFileException>(() => in ImportDoesNotExistDefaultSettings()
344 Assert.Throws<InvalidProjectFileException>(() => in ImportInvalidUriFormat()
2162 Assert.Throws<InvalidProjectFileException>(() => in UsingTaskExpansion1()
2177 Assert.Throws<InvalidProjectFileException>(() => in UsingTaskExpansion2()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/Microsoft.Build/Microsoft.Build.Construction/
H A DProjectUsingTaskElement.cs119 throw new InvalidProjectFileException (string.Format ( in LoadChildElement()
H A DProjectItemElement.cs124 …throw new InvalidProjectFileException (Location, null, string.Format ("Both Include and Remove att… in LoadValue()
H A DProjectTaskElement.cs120 throw new InvalidProjectFileException (string.Format ( in LoadChildElement()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine/
H A DTargetCollection.cs50 throw new InvalidProjectFileException ( in AddNewTarget()
/dports/devel/msbuild/msbuild-0.06/src/Build/Definition/
H A DToolsetReader.cs19 using InvalidProjectFileException = Microsoft.Build.Exceptions.InvalidProjectFileException; typedef
697 catch (InvalidProjectFileException ex) in ExpandPropertyUnescaped()
/dports/devel/msbuild/msbuild-0.06/src/Build.OM.UnitTests/Instance/
H A DProjectItemInstance_Tests.cs19 using InvalidProjectFileException = Microsoft.Build.Exceptions.InvalidProjectFileException; typedef
602 Assert.Throws<InvalidProjectFileException>(() => in BuiltInMetadataInItemCondition()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Microsoft.Build.Engine/Test/Microsoft.Build.BuildEngine/
H A DImportCollectionTest.cs43 [ExpectedException (typeof (InvalidProjectFileException))]
/dports/devel/msbuild/msbuild-0.06/src/Build/BackEnd/Components/Logging/
H A DLoggingServiceLogMethods.cs21 using InvalidProjectFileException = Microsoft.Build.Exceptions.InvalidProjectFileException; typedef
216 …ogInvalidProjectFileError(BuildEventContext buildEventContext, InvalidProjectFileException invalid… in LogInvalidProjectFileError()
H A DLoggingContext.cs175 … internal void LogInvalidProjectFileError(InvalidProjectFileException invalidProjectFileException) in LogInvalidProjectFileError()
/dports/devel/msbuild/msbuild-0.06/src/Deprecated/Engine/Engine/
H A DBuildRequest.cs456 internal InvalidProjectFileException BuildException
819 private InvalidProjectFileException buildException;
H A DEngine.cs1736InvalidProjectFileException projectException = currentRequest.BuildException; in EngineBuildLoop()
1913 catch (InvalidProjectFileException e) in BuildProjectInternal()
2602 catch (InvalidProjectFileException e) in BuildProjectFileInternal()
2643 catch (InvalidProjectFileException) in BuildProjectFileInternal()
2814 …throw new InvalidProjectFileException(projectFullPath, fileInfo.Line, fileInfo.Column, fileInfo.En… in GetMatchingProject()
2833 …throw new InvalidProjectFileException(projectFullPath,fileInfo.Line,fileInfo.Column,fileInfo.EndLi… in GetMatchingProject()
/dports/devel/msbuild/msbuild-0.06/src/Deprecated/Engine/Shared/
H A DProjectErrorUtilities.cs360 … throw new InvalidProjectFileException(xmlNode, message, errorSubCategory, errorCode, helpKeyword); in ThrowInvalidProject()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Microsoft.Build.Tasks/Microsoft.Build.Tasks/
H A DMSBuild.cs101 } catch (InvalidProjectFileException e) { in Execute()
/dports/devel/msbuild/msbuild-0.06/src/Build.UnitTests/
H A DEscapingInProjects_Tests.cs22 using InvalidProjectFileException = Microsoft.Build.Exceptions.InvalidProjectFileException; typedef
761 catch (InvalidProjectFileException ex) in TargetNamesAlwaysUnescaped()

12345678