mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-14 01:25:40 -05:00
Fix for srGen designer issues (#321)
* removing designer files * adding designer files to gitignore * updating refs and tests
This commit is contained in:
@@ -44,3 +44,7 @@ using System.Runtime.InteropServices;
|
||||
[assembly: InternalsVisibleTo("Microsoft.SqlTools.ServiceLayer.UnitTests")]
|
||||
[assembly: InternalsVisibleTo("Microsoft.SqlTools.ServiceLayer.IntegrationTests")]
|
||||
[assembly: InternalsVisibleTo("Microsoft.SqlTools.ServiceLayer.Test.Common")]
|
||||
|
||||
// Temporary work around for SRGen protection issues
|
||||
[assembly: InternalsVisibleTo("Microsoft.SqlTools.ServiceLayer")]
|
||||
[assembly: InternalsVisibleTo("Microsoft.SqlTools.Credentials")]
|
||||
|
||||
Reference in New Issue
Block a user