0
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 8 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add a text only version of the license that could be packaged with the nupack package More... over 3 years ago
Merge pull request #160 from JakeGinnivan/JTOne123-master More... over 3 years ago
Merge branch 'master' of https://github.com/JTOne123/WebApi.Hal into JTOne123-master More... over 3 years ago
Merge pull request #159 from JakeGinnivan/kuehlmeyer-master More... over 3 years ago
fix tests More... over 3 years ago
Merge branch 'master' into kuehlmeyer-master More... over 3 years ago
Merge branch 'master' of https://github.com/kuehlmeyer/WebApi.Hal into kuehlmeyer-master More... over 3 years ago
Merge pull request #158 from JakeGinnivan/pr156 More... over 3 years ago
Merge master, update minor versions of dependencies More... over 3 years ago
Merge branch 'master' into pr156 More... over 3 years ago
fix strange whitespace issues that caused dotnet build and visual studio to fail loading project More... over 3 years ago
Change way encoding works More... over 3 years ago
Change base type of XmlHalMediaTypeOutputFormatter to reflect what framework one is using. More... over 3 years ago
[COMMIT] The proj files have been updated to enable SourceLink [WebApi.Hal.csproj] More... almost 4 years ago
Update version to 3.2.0 and add explanation More... almost 4 years ago
Update shared props file to be visible in solution More... almost 4 years ago
Get rid of weird +'s in code More... almost 4 years ago
Make work with .Net Core 3.1 with NewtonsoftJson More... almost 4 years ago
Issue #153 (https://github.com/JakeGinnivan/WebApi.Hal/issues/153): Support for rendering a multi-link link relation always as an array. 1.) Link class has a new property "IsMultiLink". If true, then the link rel is always rendered as a JSON array, even if there's only one actual link. 2.) When having an enumeration of IResource as property (to represent a list of embedded resources), this also defines the link rel as multi-link link rel, meaning that the links for those embedded resources are also rendered as a JSON array even if there's only one element. 3.) When parsing JSON, the IsMultiLink flag is set depending on the JSON token for a link rel (true for a JSON array, false for a JSON object) 4.) Added unit tests for new functionality. Additionally, the changes result in a different behavior for one unit test (one_item_organisation_list_get_json_test), which was adapted to the new behavior. More... over 4 years ago
Fixing csproj file. More... over 4 years ago
Merge pull request #151 from kirsar/master More... over 5 years ago
bumped version number in project file More... over 5 years ago
Empty resource list (#1) More... over 5 years ago
Merge pull request #149 from cosmin-ciuc/fix_148 More... over 5 years ago
Merge branch 'fix_148' of https://github.com/cosmin-ciuc/WebApi.Hal into fix_148 More... over 5 years ago
Added version 2.3.1 to release notes. More... over 5 years ago
Decided to use the JsonOutputFormatter.SerializerSettings object as source for the settings of the new JsonSerializer object created in ResourceConverter.WriteJson() method. In this way we can keep the error handler set in JsonSerializerSettings.Error property. More... over 5 years ago
Ported demo project to ASPNET Core 2.1. Added support for Swagger. Implemented Code First migrations. More... over 5 years ago
Fix for ResourceConverter class. Now when multiple asynchronous requests are executed concurrently the correct responses are returned. More... over 5 years ago
Merge pull request #144 from JakeGinnivan/bugfix-input-formatter More... about 6 years ago