mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 18:47:57 -05:00
Add error for sql bindings when .net 5 (#1259)
* add error for sql bindings when .net 5 * add test * cleanup linq stuff and move out common code
This commit is contained in:
@@ -1864,4 +1864,8 @@
|
||||
<comment>.
|
||||
Parameters: 0 - functionName (string), 1 - fileName (string) </comment>
|
||||
</data>
|
||||
<data name="SqlBindingsNet5NotSupported" xml:space="preserve">
|
||||
<value>Adding SQL bindings is not supported for .NET 5</value>
|
||||
<comment></comment>
|
||||
</data>
|
||||
</root>
|
||||
|
||||
Reference in New Issue
Block a user