You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This line gives an error when row.RawPropertyValues is null.
To resolve it I did this - foreach (var property in row.RawPropertyValues ?? new Dictionary<string, object?>())
The text was updated successfully, but these errors were encountered:
uSyncMigrations/uSync.Migrations.Migrators/Core/BlockListMigrator.cs
Line 67 in 42c2a38
This line gives an error when row.RawPropertyValues is null.
To resolve it I did this - foreach (var property in row.RawPropertyValues ?? new Dictionary<string, object?>())
The text was updated successfully, but these errors were encountered: