Fixing up error logging

Fixing issue where plaintext passwords could be written to logs
Fixing up todo issues where error events needed to be passed back from the
service layer when the hosting component fails.
This commit is contained in:
Benjamin Russell
2016-08-12 17:38:41 -07:00
parent ba144bd5d0
commit 1acc8c9122
4 changed files with 34 additions and 8 deletions

View File

@@ -6,7 +6,7 @@
using System.Threading.Tasks;
using Microsoft.SqlTools.ServiceLayer.Hosting.Protocol;
namespace Microsoft.SqlTools.ServiceLayer.Test.Message
namespace Microsoft.SqlTools.ServiceLayer.Test.Messaging
{
#region Request Types