You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -177,7 +177,7 @@ public void It_generates_dotNet_client_with_commented_out_code_comments()
177
177
Assert.IsTrue(hasTestString,$"The expected test token string, '{testString}', was not set in the generated test file. We are not correctly handling the \r\n coming from the annotations.");
@@ -215,7 +215,7 @@ public void It_generates_dotNet_odatatype_initialization_for_complextypes()
215
215
Assert.IsTrue(hasCstorString,$"The expected test token cstor string, '{testCstorString}', was not set in the generated test file. We didn't properly generate the cstor code.");
@@ -279,7 +279,7 @@ public void It_generates_dotNet_odatatype_initialization_for_entitytypes()
279
279
Assert.IsTrue(hasTestString,$"The expected test token string, '{testString}', was not set in the generated test file. We didn't properly generate the cstor code.");
@@ -316,7 +316,7 @@ public void It_doesnt_generate_odatatype_initialization_for_abstract_entitytypes
316
316
Assert.IsFalse(hasTestODataInitString,$"The unexpected test token string, '{testODataInitString}', was set in the generated test file. We didn't properly generate the cstor code.");
@@ -349,7 +349,7 @@ public void It_creates_disambiguated_abstract_base_complextype_models()
349
349
Assert.IsTrue(hasTestString,$"The expected test token string, '{testString}', was not set in the generated test file. We didn't properly generate the type declaration code.");
@@ -399,7 +399,7 @@ public void It_creates_disambiguated_complextype_models()
399
399
Assert.IsTrue(hasTestOdataType,$"The expected test token string, '{testOdataType}', was not set in the generated test file. We didn't properly generate the initialized odata.type code.");
@@ -434,7 +434,7 @@ public void It_creates_disambiguated_MethodRequestBuilder_parameters()
434
434
Assert.IsTrue(hasTestParameter,$"The expected test token string, '{testParameter}', was not set in the generated test file. We didn't properly generate the parameter.");
@@ -469,7 +469,7 @@ public void It_creates_disambiguated_EntityRequestBuilder_parameters()
469
469
Assert.IsTrue(hasTestParameter,$"The expected test token string, '{testParameter}', was not set in the generated test file. We didn't properly generate the parameter.");
@@ -504,7 +504,7 @@ public void It_creates_disambiguated_IEntityRequestBuilder_parameters()
504
504
Assert.IsTrue(hasTestParameter,$"The expected test token string, '{testParameter}', was not set in the generated test file. We didn't properly generate the parameter.");
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
0 commit comments