Hypermedia
Hypermedia copied to clipboard
Hypermedia library for .NET
Personally, I think it's time to leave the .NET Framework behind. This project doesn't use anything like WinForms or WPF, so there are no issues there. However, some of the...
Bumps [Microsoft.Owin](https://github.com/aspnet/AspNetKatana) from 3.1.0 to 4.2.2. Release notes Sourced from Microsoft.Owin's releases. 4.2.2 Release This release includes a fix for chunked cookies with missing values. The packages are available on...
Link inside Samples section in Readme.md file all broken. Could you fix links? View the Hypermedia.Sample.WebApi project for an example of how to use the Hypermedia library. The sample API...
There are a few tests, but nothing comprehensive. Create the following: - [ ] #43 - [ ] #44 - [ ] #45
Hi, I have problems formatting attribute names in .NET Core 2.2 using Hypermedia. Below is an example of the result of a formatted object: `{ "data":{ "type":"products", "id":"1", "attributes":{ "Name":"ProductA",...
Whenever we merge to `master` we want to be building and publishing new versions of the package to nuget. Ideally, this should use conventional commit messages to semver the package....
The test suite should be run before a PR can be merged. CodeQL should also be run to check for greivous errors.
Will need to create a suite of integration tests. This will require a mock server that conforms to the JSON API standard.