Commit 9e87304
Load replication libraries before parsing functions with type constraints
Fixes parameter validation test failure where Get-Command returned null
because functions with [Microsoft.SqlServer.Replication.*] type constraints
couldn't be parsed without the replication DLLs loaded first.
Co-authored-by: Chrissy LeMaire <potatoqualitee@users.noreply.github.com>1 parent 21d5771 commit 9e87304
1 file changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
187 | 197 | | |
188 | 198 | | |
189 | 199 | | |
| |||
0 commit comments