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 5e615e8 commit 7268b66Copy full SHA for 7268b66
src/JsonApiDotNetCore/Builders/ContextGraphBuilder.cs
@@ -148,6 +148,7 @@ protected virtual List<AttrAttribute> GetAttributes(Type entityType)
148
InternalAttributeName = prop.Name
149
};
150
attributes.Add(idAttr);
151
+ continue;
152
}
153
154
var attribute = (AttrAttribute)prop.GetCustomAttribute(typeof(AttrAttribute));
0 commit comments