We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b48e569 commit b97fdd4Copy full SHA for b97fdd4
test/SourceGeneratorTests/ControllerGenerationTests.cs
@@ -225,7 +225,7 @@ public sealed class Item : Identifiable<long>
225
{
226
private const JsonApiEndpoints NoRelationshipEndpoints = JsonApiEndpoints.GetCollection |
227
JsonApiEndpoints.GetSingle | JsonApiEndpoints.Post | JsonApiEndpoints.Patch | JsonApiEndpoints.Delete;
228
-
+
229
[Attr]
230
public int Value { get; set; }
231
}
0 commit comments