Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Discover and integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
agentilo
/
JsonApiDotNetCore
Public
forked from
json-api-dotnet/JsonApiDotNetCore
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
release/2.5.2
User selector
All users
Datepicker
All time
Commit History
Commits on Aug 30, 2018
update build config, bump package version and document process
jaredcnance
committed
0c4d27a
Copy full SHA for 0c4d27a
feat: error status code should be first in collection
rtablada
authored and
jaredcnance
committed
30f980c
Copy full SHA for 30f980c
Commits on Aug 11, 2018
Merge pull request #375 from json-api-dotnet/fix/#313
Show description for a9c7ff9
jaredcnance
authored
a9c7ff9
Copy full SHA for a9c7ff9
Merge pull request #374 from json-api-dotnet/fix/#362
Show description for 8005d1a
jaredcnance
authored
8005d1a
Copy full SHA for 8005d1a
fix(#313): Do not return 409 for generic InvalidCastException
jaredcnance
committed
ee7d069
Copy full SHA for ee7d069
fix(#362): improve error message for null HttpContext
jaredcnance
committed
eb2d9e9
Copy full SHA for eb2d9e9
Merge pull request #373 from json-api-dotnet/fix/#343
Show description for c33c455
jaredcnance
authored
c33c455
Copy full SHA for c33c455
Commits on Aug 10, 2018
introduce IEntityFrameworkRepository and bump version
Show description for 09f3846
jaredcnance
committed
09f3846
Copy full SHA for 09f3846
cleanup
jaredcnance
committed
66ea1b3
Copy full SHA for 66ea1b3
don't reload individual relationships, just detach and then fetch
jaredcnance
committed
59bf942
Copy full SHA for 59bf942
fix(#343): reload relationships from database if included during POST
jaredcnance
committed
d7d16bd
Copy full SHA for d7d16bd
Commits on Aug 8, 2018
chore(csproj): bump package version to 2.5.0
jaredcnance
authored
262d341
Copy full SHA for 262d341
Merge pull request #371 from rtablada/rt/validations-422
Show description for f05b466
jaredcnance
authored
f05b466
Copy full SHA for f05b466
feat: obsolete method ConvertToErrorCollection
rtablada
committed
7e22eeb
Copy full SHA for 7e22eeb
feat: throw 422 status code when validation fails
rtablada
committed
524232e
Copy full SHA for 524232e
Merge pull request #370 from rtablada/rt/get-context-property
Show description for abbaed2
jaredcnance
authored
abbaed2
Copy full SHA for abbaed2
Commits on Aug 7, 2018
fix: handle 'GetPublicAttributeName' null and mock for tests
rtablada
committed
b841433
Copy full SHA for b841433
feat: validations send source.pointer
rtablada
committed
0e17059
Copy full SHA for 0e17059
wip: new 422 validation errors with source.pointer
rtablada
committed
30c531d
Copy full SHA for 30c531d
Merge branch 'rt/get-context-property' into rt/validations-422
rtablada
committed
efa4aa7
Copy full SHA for efa4aa7
feat: add 'GetPublicAttributeName' to ContextGraph
rtablada
committed
79fb285
Copy full SHA for 79fb285
feat: Error should accept objects for source
rtablada
committed
a050acd
Copy full SHA for a050acd
Commits on Aug 1, 2018
Merge pull request #364 from json-api-dotnet/chore/docs
Show description for 9c54535
jaredcnance
authored
9c54535
Copy full SHA for 9c54535
doc(Identifiable): add xml docs
jaredcnance
committed
5f4a91d
Copy full SHA for 5f4a91d
Commits on Jul 31, 2018
Merge pull request #361 from milosloub/master
Show description for 74667eb
jaredcnance
authored
74667eb
Copy full SHA for 74667eb
Not IN filter
Milos
authored and
Milos
committed
b515283
Copy full SHA for b515283
Merge pull request #2 from json-api-dotnet/master
Show description for 6c2214a
milosloub
authored
6c2214a
Copy full SHA for 6c2214a
Commits on Jul 27, 2018
Update PULL_REQUEST_TEMPLATE.md
jaredcnance
authored
13404ab
Copy full SHA for 13404ab
Merge pull request #357 from json-api-dotnet/fix/#340
Show description for ec5fa84
jaredcnance
authored
ec5fa84
Copy full SHA for ec5fa84
fix(OperationProcessorResolver): #340.2 wrong type throws null ref
jaredcnance
committed
8e065ce
Copy full SHA for 8e065ce
fix(GetOpProcessor): #340.1 not properly handling HasMany relationships
jaredcnance
committed
66492a2
Copy full SHA for 66492a2
Commits on Jul 26, 2018
Merge pull request #355 from json-api-dotnet/fix/#354
Show description for 6d2ccf5
jaredcnance
authored
6d2ccf5
Copy full SHA for 6d2ccf5
test(#354): add EntityResourceService tests
jaredcnance
committed
46f1e2d
Copy full SHA for 46f1e2d
docs(IEntityReadRepository): add API documentation
jaredcnance
committed
5a7d7da
Copy full SHA for 5a7d7da
fix(EntityResourceService): pass relationship name to repository
jaredcnance
committed
48467f1
Copy full SHA for 48467f1
Pagination
Previous
Next
You can’t perform that action at this time.