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:
@@ -2173,6 +2173,11 @@
|
||||
<note>.
|
||||
Parameters: 0 - functionName (string), 1 - fileName (string) </note>
|
||||
</trans-unit>
|
||||
<trans-unit id="SqlBindingsNet5NotSupported">
|
||||
<source>Adding SQL bindings is not supported for .NET 5</source>
|
||||
<target state="new">Adding SQL bindings is not supported for .NET 5</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
Reference in New Issue
Block a user