Home
last modified time | relevance | path

Searched refs:InvalidProjectFileException (Results 1 – 25 of 195) sorted by relevance

12345678

/dports/devel/msbuild/msbuild-0.06/src/Deprecated/Engine.UnitTests/Compatibility/
H A DInvalidProjectfileException_Tests.cs42InvalidProjectFileException invalidProjectFileException = new InvalidProjectFileException(); in CtorDefault()
51InvalidProjectFileException invalidProjectFileException = new InvalidProjectFileException("Message… in CtorMessageArity1()
64InvalidProjectFileException invalidProjectFileException = new InvalidProjectFileException(nullStri… in CtorMessageArity1_null()
65InvalidProjectFileException invalidProjectFileException2 = new InvalidProjectFileException(nullStr… in CtorMessageArity1_null()
74InvalidProjectFileException invalidProjectFileException = new InvalidProjectFileException(String.E… in CtorMessageArity1_empty()
75InvalidProjectFileException invalidProjectFileException2 = new InvalidProjectFileException(String.… in CtorMessageArity1_empty()
84InvalidProjectFileException invalidProjectFileException = new InvalidProjectFileException("Message… in Ctor_Arity2InnerException()
98 InvalidProjectFileException invalidProjectFileException = in CtorArity4()
241InvalidProjectFileException toolSetException = new InvalidProjectFileException("Message", new Exce… in SerializationXML()
277 InvalidProjectFileException outException = ((InvalidProjectFileException)returnObj); in SerializationBinary()
[all …]
/dports/devel/msbuild/msbuild-0.06/src/Deprecated/Engine.UnitTests/
H A DParser_Tests.cs155 catch (InvalidProjectFileException e) in ItemListParseTest()
167 catch (InvalidProjectFileException e) in ItemListParseTest()
179 catch (InvalidProjectFileException e) in ItemListParseTest()
191 catch (InvalidProjectFileException e) in ItemListParseTest()
203 catch (InvalidProjectFileException e) in ItemListParseTest()
215 catch (InvalidProjectFileException e) in ItemListParseTest()
237 catch (InvalidProjectFileException e) in MetadataParseTest()
249 catch (InvalidProjectFileException e) in MetadataParseTest()
261 catch (InvalidProjectFileException e) in MetadataParseTest()
273 catch (InvalidProjectFileException e) in MetadataParseTest()
[all …]
H A DBuildItemGroupChildXml_Tests.cs36 [ExpectedException(typeof(InvalidProjectFileException))]
44 [ExpectedException(typeof(InvalidProjectFileException))]
52 [ExpectedException(typeof(InvalidProjectFileException))]
60 [ExpectedException(typeof(InvalidProjectFileException))]
76 [ExpectedException(typeof(InvalidProjectFileException))]
85 [ExpectedException(typeof(InvalidProjectFileException))]
93 [ExpectedException(typeof(InvalidProjectFileException))]
104 [ExpectedException(typeof(InvalidProjectFileException))]
116 [ExpectedException(typeof(InvalidProjectFileException))]
135 [ExpectedException(typeof(InvalidProjectFileException))]
H A DChoose_Tests.cs28 [ExpectedException(typeof(InvalidProjectFileException))]
161 catch (InvalidProjectFileException e) in TwoOtherwiseErrorCase()
192 catch (InvalidProjectFileException e) in JunkAfterWhenErrorCase()
225 catch (InvalidProjectFileException e) in JunkAfterOtherwiseErrorCase()
257 catch (InvalidProjectFileException e) in BogusElementUnderChooseCase()
288 catch (InvalidProjectFileException e) in ChooseWithConditionErrorCase()
318 catch (InvalidProjectFileException e) in OtherwiseWithConditionErrorCase()
350 catch (InvalidProjectFileException e) in JunkUnderChooseErrorCase()
443 catch (InvalidProjectFileException) in ItemGroupInAChooseConditionCase()
H A Dprojectschemavalidationhandler_tests.cs29 [ExpectedException(typeof(InvalidProjectFileException))]
55 catch (InvalidProjectFileException e) in VerifyInvalidProjectSchema()
69 [ExpectedException(typeof(InvalidProjectFileException))]
95 catch (InvalidProjectFileException e) in VerifyInvalidSchemaItself1()
110 [ExpectedException(typeof(InvalidProjectFileException))]
147 catch (InvalidProjectFileException e) in VerifyInvalidSchemaItself2()
H A DInvalidProjectFileException_Tests.cs28 InvalidProjectFileException e = new InvalidProjectFileException( in SerializeDeserialize()
43InvalidProjectFileException e2 = (InvalidProjectFileException)frm.Deserialize(memstr); in SerializeDeserialize()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Microsoft.Build.Engine/Test/Microsoft.Build.BuildEngine/
H A DInvalidProjectFileExceptionTest.cs42 InvalidProjectFileException ipfe; in TestCtorMessage()
45 ipfe = new InvalidProjectFileException (message); in TestCtorMessage()
53 InvalidProjectFileException ipfe; in TestCtorProjectFile()
64 …ipfe = new InvalidProjectFileException (projectFile, lineNumber, columnNumber, endLineNumber, endC… in TestCtorProjectFile()
85 new InvalidProjectFileException (message, e); in TestCtorMessageException()
115 InvalidProjectFileException ipfe = new InvalidProjectFileException (); in TestGetObjectData1()
123 …SerializationInfo si = new SerializationInfo (typeof (InvalidProjectFileException), new FormatterC… in TestGetObjectData2()
124 InvalidProjectFileException ipfe; in TestGetObjectData2()
135 …ipfe = new InvalidProjectFileException (projectFile, lineNumber, columnNumber, endLineNumber, endC… in TestGetObjectData2()
/dports/devel/msbuild/msbuild-0.06/src/Build.UnitTests/
H A DParser_Tests.cs151 catch (InvalidProjectFileException e) in ItemListParseTest()
163 catch (InvalidProjectFileException e) in ItemListParseTest()
175 catch (InvalidProjectFileException e) in ItemListParseTest()
187 catch (InvalidProjectFileException e) in ItemListParseTest()
199 catch (InvalidProjectFileException e) in ItemListParseTest()
211 catch (InvalidProjectFileException e) in ItemListParseTest()
254 catch (InvalidProjectFileException e) in MetadataParseTest()
266 catch (InvalidProjectFileException e) in MetadataParseTest()
278 catch (InvalidProjectFileException e) in MetadataParseTest()
290 catch (InvalidProjectFileException e) in MetadataParseTest()
[all …]
H A DInvalidProjectFileException_Tests.cs21 InvalidProjectFileException e = new InvalidProjectFileException( in SerializeDeserialize()
36InvalidProjectFileException e2 = (InvalidProjectFileException)frm.Deserialize(memstr); in SerializeDeserialize()
101 catch (InvalidProjectFileException e) in LogErrorShouldHavePathAndLocation()
/dports/devel/msbuild/msbuild-0.06/src/Build.OM.UnitTests/Construction/
H A DProjectChooseElement_Tests.cs19 using InvalidProjectFileException = Microsoft.Build.Exceptions.InvalidProjectFileException; typedef
35 Assert.Throws<InvalidProjectFileException>(() => in ReadInvalidAttribute()
54 Assert.Throws<InvalidProjectFileException>(() => in ReadInvalidConditionAttribute()
72 Assert.Throws<InvalidProjectFileException>(() => in ReadInvalidChild()
92 Assert.Throws<InvalidProjectFileException>(() => in ReadInvalidWhen()
117 Assert.Throws<InvalidProjectFileException>(() => in ReadInvalidOnlyOtherwise()
137 Assert.Throws<InvalidProjectFileException>(() => in ReadInvalidTwoOtherwise()
158 Assert.Throws<InvalidProjectFileException>(() => in ReadInvalidOtherwiseBeforeWhen()
182 Assert.Throws<InvalidProjectFileException>(() => in ReadInvalidEmptyChoose()
250 Assert.Throws<InvalidProjectFileException>(() => in ExcessivelyNestedChoose()
H A DProjectUsingTaskElement_Tests.cs18 using InvalidProjectFileException = Microsoft.Build.Exceptions.InvalidProjectFileException; typedef
45 Assert.Throws<InvalidProjectFileException>(() => in ReadInvalidMissingTaskName()
63 Assert.Throws<InvalidProjectFileException>(() => in ReadInvalidEmptyTaskName()
81 Assert.Throws<InvalidProjectFileException>(() => in ReadInvalidAttribute()
99 Assert.Throws<InvalidProjectFileException>(() => in ReadInvalidMissingAssemblyFileAssemblyName()
117 Assert.Throws<InvalidProjectFileException>(() => in ReadInvalidEmptyAssemblyFile()
135 Assert.Throws<InvalidProjectFileException>(() => in ReadInvalidEmptyAssemblyFileAndAssemblyNameNotEmpty()
153 Assert.Throws<InvalidProjectFileException>(() => in ReadInvalidEmptyAssemblyNameAndAssemblyFileNotEmpty()
171 Assert.Throws<InvalidProjectFileException>(() => in ReadInvalidBothAssemblyFileAssemblyName()
189 Assert.Throws<InvalidProjectFileException>(() => in ReadInvalidBothEmptyAssemblyFileEmptyAssemblyNameBoth()
[all …]
H A DProjectOutputElement_Tests.cs13 using InvalidProjectFileException = Microsoft.Build.Exceptions.InvalidProjectFileException; typedef
59 Assert.Throws<InvalidProjectFileException>(() => in ReadInvalidOutputWithoutPropertyOrItem()
82 Assert.Throws<InvalidProjectFileException>(() => in ReadInvalidReservedOutputPropertyName()
105 Assert.Throws<InvalidProjectFileException>(() => in ReadInvalidOutputWithoutTaskName()
128 Assert.Throws<InvalidProjectFileException>(() => in ReadInvalidOutputWithEmptyTaskName()
151 Assert.Throws<InvalidProjectFileException>(() => in ReadInvalidOutputWithChildElement()
176 Assert.Throws<InvalidProjectFileException>(() => in ReadInvalidPropertyValueItemBlank()
199 Assert.Throws<InvalidProjectFileException>(() => in ReadInvalidItemValuePropertyBlank()
H A DProjectOnErrorElement_Tests.cs18 using InvalidProjectFileException = Microsoft.Build.Exceptions.InvalidProjectFileException; typedef
77 Assert.Throws<InvalidProjectFileException>(() => in ReadMissingExecuteTargets()
104 Assert.Throws<InvalidProjectFileException>(() => in ReadEmptyExecuteTargets()
128 Assert.Throws<InvalidProjectFileException>(() => in ReadInvalidUnexpectedAttribute()
148 Assert.Throws<InvalidProjectFileException>(() => in ReadInvalidUnexpectedChild()
170 Assert.Throws<InvalidProjectFileException>(() => in ReadInvalidBeforeTask()
191 Assert.Throws<InvalidProjectFileException>(() => in ReadInvalidBeforePropertyGroup()
212 Assert.Throws<InvalidProjectFileException>(() => in ReadInvalidBeforeItemGroup()
H A DProjectPropertyElement_Tests.cs13 using InvalidProjectFileException = Microsoft.Build.Exceptions.InvalidProjectFileException; typedef
64 Assert.Throws<InvalidProjectFileException>(() => in ReadInvalidName()
84 Assert.Throws<InvalidProjectFileException>(() => in ReadInvalidReservedName()
104 Assert.Throws<InvalidProjectFileException>(() => in ReadInvalidBuiltInName()
124 Assert.Throws<InvalidProjectFileException>(() => in ReadInvalidAttribute()
144 Assert.Throws<InvalidProjectFileException>(() => in ReadInvalidChildElement()
H A DProjectItemElement_Tests.cs21 using InvalidProjectFileException = Microsoft.Build.Exceptions.InvalidProjectFileException; typedef
117 Assert.Throws<InvalidProjectFileException>(() => in ReadInvalidNoInclude()
146 Assert.Throws<InvalidProjectFileException>(() => in ReadInvalidContainsText()
175 Assert.Throws<InvalidProjectFileException>(() => in ReadInvalidEmptyInclude()
204 Assert.Throws<InvalidProjectFileException>(() => in ReadInvalidReservedElementName()
226 Assert.Throws<InvalidProjectFileException>( in ReadInvalidExcludeWithoutInclude()
250 Assert.Throws<InvalidProjectFileException>( in ReadInvalidExcludeWithoutIncludeUnderTarget()
292 Assert.Throws<InvalidProjectFileException>(() => in ReadInvalidItemAttributeCasing()
435 Assert.Throws<InvalidProjectFileException>(() => in ReadInvalidUpdateWithInclude()
461 Assert.Throws<InvalidProjectFileException>(() => in ReadInvalidUpdateWithIncludeAndExclude()
[all …]
H A DProjectMetadataElement_Tests.cs13 using InvalidProjectFileException = Microsoft.Build.Exceptions.InvalidProjectFileException; typedef
52 Assert.Throws<InvalidProjectFileException>(() => in ReadInvalidAttribute()
74 Assert.Throws<InvalidProjectFileException>(() => in ReadInvalidName()
102 Assert.Throws<InvalidProjectFileException>(() => in ReadInvalidNameAsAttribute()
115 Assert.Throws<InvalidProjectFileException>(() => in ReadInvalidBuiltInName()
135 Assert.Throws<InvalidProjectFileException>(() => in ReadInvalidBuiltInNameAsAttribute()
156 Assert.Throws<InvalidProjectFileException>(() => in ReadInvalidBuiltInElementName()
179 Assert.Throws<InvalidProjectFileException>(() => in ReadInvalidBuiltInElementNameAsAttribute()
254 Assert.Throws<InvalidProjectFileException>(() => in SetNameIllegalAsAttribute()
268 Assert.Throws<InvalidProjectFileException>(() => in SetExpressedAsAttributeIllegalName()
[all …]
H A DUsingTaskParameterGroup_Tests.cs17 using InvalidProjectFileException = Microsoft.Build.Exceptions.InvalidProjectFileException; typedef
114 Assert.Throws<InvalidProjectFileException>(() => in ReadDuplicateChildParameters()
127 Assert.Throws<InvalidProjectFileException>(() => in ReadInvalidAttribute()
/dports/devel/msbuild/msbuild-0.06/src/Build/Errors/
H A DInvalidProjectFileException.cs27 public sealed class InvalidProjectFileException : Exception class
37 public InvalidProjectFileException() in InvalidProjectFileException() method in Microsoft.Build.Exceptions.InvalidProjectFileException
50 public InvalidProjectFileException(string message) in InvalidProjectFileException() method in Microsoft.Build.Exceptions.InvalidProjectFileException
64 public InvalidProjectFileException(string message, Exception innerException) in InvalidProjectFileException() method in Microsoft.Build.Exceptions.InvalidProjectFileException
75 … internal InvalidProjectFileException(string message, InvalidProjectFileException innerException) in InvalidProjectFileException() method in Microsoft.Build.Exceptions.InvalidProjectFileException
90 private InvalidProjectFileException(SerializationInfo info, StreamingContext context) in InvalidProjectFileException() method in Microsoft.Build.Exceptions.InvalidProjectFileException
145 public InvalidProjectFileException in InvalidProjectFileException() method in Microsoft.Build.Exceptions.InvalidProjectFileException
175 internal InvalidProjectFileException in InvalidProjectFileException() method in Microsoft.Build.Exceptions.InvalidProjectFileException
/dports/lang/mono/mono-5.10.1.57/mcs/class/Microsoft.Build/Microsoft.Build.Exceptions/
H A DInvalidProjectFileException.cs37 public sealed class InvalidProjectFileException : Exception class
39 public InvalidProjectFileException () in InvalidProjectFileException() method in Microsoft.Build.Exceptions.InvalidProjectFileException
42 public InvalidProjectFileException (string message) : base(message) in InvalidProjectFileException() method in Microsoft.Build.Exceptions.InvalidProjectFileException
45 … private InvalidProjectFileException (SerializationInfo info, StreamingContext context) in InvalidProjectFileException() method in Microsoft.Build.Exceptions.InvalidProjectFileException
58 public InvalidProjectFileException (string message, Exception innerException) in InvalidProjectFileException() method in Microsoft.Build.Exceptions.InvalidProjectFileException
62 internal InvalidProjectFileException (ILocation start, string message, in InvalidProjectFileException() method in Microsoft.Build.Exceptions.InvalidProjectFileException
67 … internal InvalidProjectFileException (ElementLocation start, ElementLocation end, string message, in InvalidProjectFileException() method in Microsoft.Build.Exceptions.InvalidProjectFileException
74 … public InvalidProjectFileException (string projectFile, int lineNumber, int columnNumber, in InvalidProjectFileException() method in Microsoft.Build.Exceptions.InvalidProjectFileException
/dports/lang/mono/mono-5.10.1.57/mcs/class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine/
H A DInvalidProjectFileException.cs35 public sealed class InvalidProjectFileException : Exception { class
46 public InvalidProjectFileException () in InvalidProjectFileException() method in Microsoft.Build.BuildEngine.InvalidProjectFileException
51 public InvalidProjectFileException (string message) in InvalidProjectFileException() method in Microsoft.Build.BuildEngine.InvalidProjectFileException
56 public InvalidProjectFileException (string projectFile, in InvalidProjectFileException() method in Microsoft.Build.BuildEngine.InvalidProjectFileException
77 public InvalidProjectFileException (string message, in InvalidProjectFileException() method in Microsoft.Build.BuildEngine.InvalidProjectFileException
85 public InvalidProjectFileException (XmlNode xmlNode, in InvalidProjectFileException() method in Microsoft.Build.BuildEngine.InvalidProjectFileException
98 private InvalidProjectFileException (SerializationInfo info, StreamingContext context) in InvalidProjectFileException() method in Microsoft.Build.BuildEngine.InvalidProjectFileException
H A DTaskEngine.cs86 …throw new InvalidProjectFileException (String.Format ("Task does not have property \"{0}\" defined… in Prepare()
93 throw new InvalidProjectFileException (String.Format ( in Prepare()
104 throw new InvalidProjectFileException (String.Format ("Required property '{0}' not set.", in Prepare()
116 throw new InvalidProjectFileException (String.Format ( in Prepare()
151 throw new InvalidProjectFileException ("Only Output elements can be Task's child nodes."); in PublishOutput()
153 …throw new InvalidProjectFileException ("Only one of ItemName and PropertyName attributes can be sp… in PublishOutput()
155 throw new InvalidProjectFileException ("TaskParameter attribute must be specified."); in PublishOutput()
167 …throw new InvalidProjectFileException (String.Format ("The parameter '{0}' was not found for the '… in PublishOutput()
170 throw new InvalidProjectFileException ("This is not output property."); in PublishOutput()
/dports/devel/msbuild/msbuild-0.06/src/Deprecated/Engine/Errors/
H A DInvalidProjectFileException.cs24 public sealed class InvalidProjectFileException : Exception class
35 public InvalidProjectFileException() in InvalidProjectFileException() method in Microsoft.Build.BuildEngine.InvalidProjectFileException
49 public InvalidProjectFileException(string message) in InvalidProjectFileException() method in Microsoft.Build.BuildEngine.InvalidProjectFileException
64 public InvalidProjectFileException(string message, Exception innerException) in InvalidProjectFileException() method in Microsoft.Build.BuildEngine.InvalidProjectFileException
80 private InvalidProjectFileException(SerializationInfo info, StreamingContext context) in InvalidProjectFileException() method in Microsoft.Build.BuildEngine.InvalidProjectFileException
130 public InvalidProjectFileException in InvalidProjectFileException() method in Microsoft.Build.BuildEngine.InvalidProjectFileException
167 public InvalidProjectFileException in InvalidProjectFileException() method in Microsoft.Build.BuildEngine.InvalidProjectFileException
/dports/lang/mono/mono-5.10.1.57/mcs/class/Microsoft.Build/Microsoft.Build.Internal/
H A DExpressionEvaluator.cs83 throw new InvalidProjectFileException ("Unexpected number of tokens: " + el.Count ()); in EvaluateAsBoolean()
86 …throw new InvalidProjectFileException (string.Format ("failed to evaluate expression as boolean: '… in EvaluateAsBoolean()
126 …throw new InvalidProjectFileException (string.Format ("Recursive reference to item '{0}' was found… in EvaluateItem()
161 …throw new InvalidProjectFileException (string.Format ("Recursive reference to property '{0}' was f… in EvaluateProperty()
211 throw new InvalidProjectFileException ("expression cannot be evaluated as boolean"); in EvaluateAsBoolean()
316 throw new InvalidProjectFileException ("Access to property caused an error", ex); in EvaluateAsObject()
344 …throw new InvalidProjectFileException (Location, string.Format ("specified type '{0}' was not foun… in DoEvaluateAsObject()
486 throw new InvalidProjectFileException ("raw string literal cannot be evaluated as boolean"); in EvaluateAsBoolean()
530 throw new InvalidProjectFileException (Location, "Function 'Exists' expects 1 argument"); in EvaluateAsBoolean()
537 …throw new InvalidProjectFileException (Location, "Function 'HasTrailingSlash' expects 1 argument"); in EvaluateAsBoolean()
[all …]
H A DExpressionParserManual.cs80 …throw new InvalidProjectFileException (string.Format ("missing '(' after '{0}' at {1} in \"{2}\"",… in ParseSingle()
88 …throw new InvalidProjectFileException (string.Format ("expression did not have matching ')' since … in ParseSingle()
111 …throw new InvalidProjectFileException (string.Format ("expression did not have matching ')' since … in ParseSingle()
128 …throw new InvalidProjectFileException (string.Format ("expression did not have matching ')' since … in ParseSingle()
136 …throw new InvalidProjectFileException (string.Format ("unexpected continuous expression within (){… in ParseSingle()
229 …throw new InvalidProjectFileException (string.Format ("Static function call misses appropriate typ… in EvaluatePropertyExpression()
236 throw new InvalidProjectFileException ("Static member name is missing"); in EvaluatePropertyExpression()
256 throw new InvalidProjectFileException ("unterminated function call arguments."); in ParseFunctionArguments()
261 …throw new InvalidProjectFileException (string.Format ("invalid function call arguments specificati… in ParseFunctionArguments()
/dports/devel/msbuild/msbuild-0.06/src/Build.OM.UnitTests/Definition/
H A DProjectItemDefinition_Tests.cs15 using InvalidProjectFileException = Microsoft.Build.Exceptions.InvalidProjectFileException; typedef
469 Assert.Throws<InvalidProjectFileException>(() => in ExpandBuiltInMetadataAtPointOfUse_BuiltInProhibitedOnItemDefinitionMetadataCondition()
492 Assert.Throws<InvalidProjectFileException>(() => in ExpandBuiltInMetadataAtPointOfUse_UnquotedBuiltInProhibitedOnItemDefinitionMetadataCondition()
515 Assert.Throws<InvalidProjectFileException>(() => in ExpandBuiltInMetadataAtPointOfUse_BuiltInProhibitedOnItemDefinitionCondition()
538 Assert.Throws<InvalidProjectFileException>(() => in ExpandBuiltInMetadataAtPointOfUse_BuiltInProhibitedOnItemDefinitionGroupCondition()
561 Assert.Throws<InvalidProjectFileException>(() => in ExpandBuiltInMetadataAtPointOfUse_QualifiedBuiltInProhibitedOnItemDefinitionMetadataCondition()
584 Assert.Throws<InvalidProjectFileException>(() => in ExpandBuiltInMetadataAtPointOfUse_QualifiedBuiltInProhibitedOnItemDefinitionCondition()
607 Assert.Throws<InvalidProjectFileException>(() => in ExpandBuiltInMetadataAtPointOfUse_QualifiedBuiltInProhibitedOnItemDefinitionGroupCondition()
630 Assert.Throws<InvalidProjectFileException>(() => in ExpandBuiltInMetadataAtPointOfUse_UnquotedQualifiedBuiltInProhibitedOnItemDefinitionCondition()

12345678