Update to nuget with serializable error code strings (#1998)

https://github.com/microsoft/sqltoolsservice/pull/1998
This commit is contained in:
AkshayMata
2023-04-07 16:38:39 -07:00
committed by GitHub
parent b5db164387
commit 909c8c4d10
4 changed files with 2 additions and 2 deletions

View File

@@ -79,7 +79,7 @@ namespace Microsoft.SqlTools.Migration.Contracts
public class LoginMigrationResult
{
/// <summary>
/// Start time of the assessment
/// Exceptions per logins
/// </summary>
public IDictionary<string, IEnumerable<LoginMigrationException>> ExceptionMap { get; set; }