mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-14 01:25:40 -05:00
Update to nuget with serializable error code strings (#1998)
https://github.com/microsoft/sqltoolsservice/pull/1998
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user