This repository was archived by the owner on May 7, 2024. It is now read-only.

Description
After upgrading to .NET Core 2.0 RTM for the SqlToolsService, we now encountering an exception when attempting to script a CLR UDT. This is due to a SqlClient issue in .NET Core 2.0 which has already been fixed in the master branch in PR dotnet/corefx#23529. When .NET Core 2.1 release a preview build, we'll pick up the fix in mssql-scripter.
The workaround is to rollback to mssql-scripter version 1.0.0a18 which uses .NET Core 1.0.