We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc7518f commit 50e7c7bCopy full SHA for 50e7c7b
SharpFM.Core/FileMakerClip.cs
@@ -92,7 +92,7 @@ public IEnumerable<FileMakerField> Fields
92
93
var clipType = ClipTypes.SingleOrDefault(ct => ct.KeyId == ClipboardFormat);
94
95
- switch (clipType.DisplayName)
+ switch (clipType?.DisplayName)
96
{
97
case "Table": // When we have a table, we can get rich metadata from the clipboard data.
98
return xdoc
0 commit comments