Skip to content

Commit c8df1c8

Browse files
Note single project req. in common pitfalls
1 parent 3e63c4c commit c8df1c8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/usage/common-pitfalls.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,3 +143,7 @@ A better way is to inject your `DbContext` in a [Resource Definition](~/usage/ex
143143
While we'd love to support such [tokens for optimistic concurrency](https://learn.microsoft.com/en-us/ef/core/saving/concurrency?tabs=data-annotations),
144144
it turns out that the implementation is far from trivial. We've come a long way, but aren't sure how it should work when relationship endpoints and atomic operations are involved.
145145
If you're interested, we welcome your feedback at https://github.com/json-api-dotnet/JsonApiDotNetCore/pull/1119.
146+
147+
#### Source generation features doesn't work on code in separated projects
148+
149+
See https://github.com/json-api-dotnet/JsonApiDotNetCore/issues/1511.

0 commit comments

Comments
 (0)