We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 611582a commit feb68b6Copy full SHA for feb68b6
R#/Runtime/Internal/objects/dataset/vbObject.vb
@@ -171,8 +171,10 @@ Namespace Runtime.Internal.Object
171
Private Shared Iterator Function propertyParserInternal(p As PropertyInfo) As IEnumerable(Of NamedValue(Of PropertyInfo))
172
Dim attrs = p.CustomAttributes.ToArray
173
Dim name As String
174
- Dim nameAttr As CustomAttributeNamedArgument
175
Dim typeAttr As CustomAttributeTypedArgument
+#If NETCOREAPP Then
176
+ Dim nameAttr As CustomAttributeNamedArgument
177
+#End If
178
179
' Column
180
Yield New NamedValue(Of PropertyInfo)(p.Name, p)
0 commit comments