mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-28 17:24:27 -05:00
Fix binary names and add internalsvisible flag for tests
This commit is contained in:
@@ -38,9 +38,8 @@ namespace Microsoft.SqlTools.ServiceLayer.LanguageServices
|
||||
|
||||
/// <summary>
|
||||
/// Default, parameterless constructor.
|
||||
/// TODO: Figure out how to make this truely singleton even with dependency injection for tests
|
||||
/// </summary>
|
||||
public LanguageService()
|
||||
internal LanguageService()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
@@ -41,4 +41,4 @@ using System.Runtime.InteropServices;
|
||||
[assembly: AssemblyFileVersion("1.0.0.0")]
|
||||
[assembly: AssemblyInformationalVersion("1.0.0.0")]
|
||||
|
||||
[assembly: InternalsVisibleTo("Microsoft.SqlTools.EditorServices.Test.Protocol")]
|
||||
[assembly: InternalsVisibleTo("Microsoft.SqlTools.ServiceHost.Test")]
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"name": "Microsoft.SqlTools.ServiceHost",
|
||||
"version": "1.0.0-*",
|
||||
"buildOptions": {
|
||||
"debugType": "portable",
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"name": "Microsoft.SqlTools.ServiceHost.Test",
|
||||
"version": "1.0.0-*",
|
||||
"buildOptions": {
|
||||
"debugType": "portable"
|
||||
|
||||
Reference in New Issue
Block a user