We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Known Issues:
List
IEnumerable
forEach
JsonApiDotNetCore/src/JsonApiDotNetCore/Services/QueryParser.cs
Line 140 in 0664c3d
const
Line 104 in 0664c3d
Line 114 in 0664c3d
JsonApiDotNetCore/src/JsonApiDotNetCore/Formatters/JsonApiOutputFormatter.cs
Line 17 in 0664c3d
JsonApiDotNetCore/src/JsonApiDotNetCore/Models/Identifiable.cs
Lines 26 to 30 in 0664c3d
public class Identifiable<T> : IIdentifiable<T> where T : Guid { // ... }
.AsNoTracking()
.Attach(/*..*/)
GetAsync(/*..*/)
JsonApiDotNetCore/src/JsonApiDotNetCore/Data/DefaultEntityRepository.cs
Lines 120 to 133 in ef147e4
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Known Issues:
List
/IEnumerable
:forEach
it:JsonApiDotNetCore/src/JsonApiDotNetCore/Services/QueryParser.cs
Line 140 in 0664c3d
const
:JsonApiDotNetCore/src/JsonApiDotNetCore/Services/QueryParser.cs
Line 104 in 0664c3d
JsonApiDotNetCore/src/JsonApiDotNetCore/Services/QueryParser.cs
Line 114 in 0664c3d
JsonApiDotNetCore/src/JsonApiDotNetCore/Formatters/JsonApiOutputFormatter.cs
Line 17 in 0664c3d
JsonApiDotNetCore/src/JsonApiDotNetCore/Models/Identifiable.cs
Lines 26 to 30 in 0664c3d
.AsNoTracking()
on read-only queries.Attach(/*..*/)
instead of first callingGetAsync(/*..*/)
in PATCH requestsJsonApiDotNetCore/src/JsonApiDotNetCore/Data/DefaultEntityRepository.cs
Lines 120 to 133 in ef147e4
The text was updated successfully, but these errors were encountered: