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
* intial commit with tests for samples
* changes for out of proc tests
* remove commented code
* remove tests from worker proj
* add local.settings.json
* exclude outofproc for UnsupportedDatabaseThrows
Copy file name to clipboardExpand all lines: test/Integration/SqlInputBindingIntegrationTests.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -137,7 +137,7 @@ public async void GetProductNamesViewTest(SupportedLanguages lang)
137
137
[Theory]
138
138
[SqlInlineData("en-US")]
139
139
[SqlInlineData("it-IT")]
140
-
[UnsupportedLanguages(SupportedLanguages.JavaScript,SupportedLanguages.PowerShell,SupportedLanguages.Java)]// IAsyncEnumerable is only available in C#
140
+
[UnsupportedLanguages(SupportedLanguages.JavaScript,SupportedLanguages.PowerShell,SupportedLanguages.Java,SupportedLanguages.OutOfProc)]// IAsyncEnumerable is only available in C#
@@ -133,7 +133,7 @@ public void AddProductColumnTypesTest(SupportedLanguages lang)
133
133
134
134
[Theory]
135
135
[SqlInlineData()]
136
-
[UnsupportedLanguages(SupportedLanguages.JavaScript,SupportedLanguages.PowerShell,SupportedLanguages.Java)]// Collectors are only available in C#
136
+
[UnsupportedLanguages(SupportedLanguages.JavaScript,SupportedLanguages.PowerShell,SupportedLanguages.Java,SupportedLanguages.OutOfProc)]// Collectors are only available in C#
0 commit comments