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
* Reduce logging output from tests in cibuild
* Setup code coverage
* Remove travis-ci
* Use higher postgres version on cibuild
* cibuild matrix (Windows and Linux)
* Switched account for pushing documentation updates
* Switched to NuGet organization account
* Update README.md
Updated instructions for development
Updated compatibility version table
Switched order of sections, based on chronological needs
* Fix failing builds during force-pushes
* Fixed whitespace
* Corrected ctor parameter order in readme
* Rename settings file
* Added boilerplate comments on Startup classes, updated link to docs
* Revert comments on EmptyStartup
* Mentioned atomic:operations in documentation
This also serves as a test for docs deployment, which only happens when merging into the master branch.
* Make RuntimeTypeConverter pubternal
Copy file name to clipboardExpand all lines: README.md
+43-38
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,12 @@
3
3
</p>
4
4
5
5
# JsonApiDotNetCore
6
-
A framework for building [JSON:API](http://jsonapi.org/) compliant REST APIs using .NET Core and Entity Framework Core.
6
+
A framework for building [JSON:API](http://jsonapi.org/) compliant REST APIs using .NET Core and Entity Framework Core. Includes support for [Atomic Operations](https://jsonapi.org/ext/atomic/).
[](https://gitter.im/json-api-dotnet-core/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
The ultimate goal of this library is to eliminate as much boilerplate as possible by offering out-of-the-box features such as sorting, filtering and pagination. You just need to focus on defining the resources and implementing your custom business logic. This library has been designed around dependency injection, making extensibility incredibly easy.
@@ -34,7 +34,7 @@ These are some steps you can take to help you understand what this project is an
34
34
35
35
## Examples
36
36
37
-
See the [examples](https://github.com/json-api-dotnet/JsonApiDotNetCore/tree/master/src/Examples) directory for up-to-date sample applications. There is also a [Todo List App](https://github.com/json-api-dotnet/TodoListExample) that includes a JADNC API and an EmberJs client.
37
+
See the [examples](https://github.com/json-api-dotnet/JsonApiDotNetCore/tree/master/src/Examples) directory for up-to-date sample applications. There is also a [Todo List App](https://github.com/json-api-dotnet/TodoListExample) that includes a JsonApiDotNetCore API and an EmberJs client.
38
38
39
39
## Installation and Usage
40
40
@@ -55,9 +55,9 @@ public class Article : Identifiable
After each commit, a new prerelease NuGet package is automatically published to AppVeyor at https://ci.appveyor.com/nuget/jsonapidotnetcore. To try it out, follow the next steps:
102
+
After each commit to the master branch, a new prerelease NuGet package is automatically published to AppVeyor at https://ci.appveyor.com/nuget/jsonapidotnetcore. To try it out, follow the next steps:
0 commit comments