RESTier icon indicating copy to clipboard operation
RESTier copied to clipboard

A turn-key library for building RESTful services

Results 48 RESTier issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Hello **RESTier Team**! We have an API that uses a global filter to require authenticated requests. However, adding the ` [AllowAnonymous] ` attribute on RESTier API methods does not allow...

In GA 1.0 using OData aggregates against RESTier endpoints causes exceptions. In Version 0.6.0 they do not cause exceptions and return a result. We have been using Version 0.6.0 of...

Found a behavior change. Current version properly processes OfType queries ONLY when trailing slash is added to the path part of the url, otherwise returns ResourceNotFound. Examples: Doesn't work: http://localhost:10257/odata/v4/restier/WarehouseExpenseOperation/Domain.Warehouse.WarehouseTransitionOperation...

rc1

EF does not support the full range of spatial types, nor both conversion directions (model to DB and vice versa). There is no support whatsoever for EF Core. Needs to...

feature

Hey folks! Wanted to let you know that RC7 went out yesterday, and it now fully supports .NET Core variants, including running ASPNET Core 6.0 + Entity Framework Classic 6.0....

I would like to use RESTier but my database tables/views will be created by the users in future and are not known. Is RESTier suitable for such a need? In...

We are from Adobe System part of the AEM Forms Product team. We were trying to make use of your APIs for an internal PoC. We are using HTTP requests...

In `CustomizedValidator` implementation, `LocalValues` reflects the change requests and `Resource` reflects the object's last state as expected, but the `OriginalValues` doesn't get filled which makes it impossible to compare old...

I'm working on the breakdance-net5, with the latest postgres provider. Npgsql 6.0 has a [breaking change](https://www.npgsql.org/efcore/release-notes/6.0.html#timestamp-rationalization-and-improvements) around timestamp mapping which breaks querying via OData. In order to query a Postgres...