mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-12 11:08:31 -05:00
Update to .NET 7 SDK (#1792)
This commit is contained in:
@@ -23,7 +23,7 @@ namespace Microsoft.SqlTools.Migration.Utils
|
||||
foreach (var keyValuePair2 in exceptionMap2)
|
||||
{
|
||||
// If the dictionary already contains the key then merge them
|
||||
if (exceptionMap1.ContainsKey(keyValuePair2.Key))
|
||||
if (exceptionMap1.TryGetValue(keyValuePair2.Key, out _))
|
||||
{
|
||||
foreach (var value in keyValuePair2.Value)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user