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
* Renamed generic type parameter T to TResource
* Fixed inconsistencies in generic type parameter constraints
* Reviewed collection usage
Reviewed generic IEnumerable usage in public signatures (fixes 'Possible multiple enumeration' warning)
Reviewed usage of generic List and Dictionary in public signatures
Removed redundant ToList/ToArray/AsReadOnly calls
Replaced ToList() with ToArray(), which uses a bit more memory but is faster
* Renamed CurrentRequest to JsonApiRequest ('current' is vague terminology)
* Merged AssemblyInfo.cs versions and removed unneeded InternalsVisibleTo
* Reorganized namespaces
Moved types into separate files (and fixed filename mismatches)
Unified TypeHelper and TypeExtensions (inlined methods with single usage)
* Fixes in documentation generation. Removed the parts from .csproj because it does not work correctly -- it looks like something from before moving to /docs.
* Code cleanup: removed redundant parentheses
* Code cleanup: spelling errors
* Code cleanup: removed redundant qualifiers
* Code cleanup: removed redundant cast
* Fixed: possible comparison of value type with null
Removed invalid inheritdoc
* Fixup naming conventions to match with existing style
Culture-sensitive string comparions
* Use null instead of empty string for default value of TId; removed hack for GUIDs
* Renamed IJsonApiOptions parameter on controllers for consistency with other places
* Trace logging: shorter syntax and improved performance
* Added null checks on input parameters of exposed methods
* Removed invalid usage of inheritdoc
* Opened up more for extensibility
* Extract method
* Normalized spacing in inheritdoc tags
* Reviewed doc-comments
* Moved controller attributes in sub-namespace
* Cleanup usings
* Moved client serialization into Internal sub-namespace
0 commit comments