wertzui
wertzui
Please make the method `AddConfiguration` of the `SerializationTypeConfiguration` class public. I need to serialize models based on reflection (basically include all properties that can be serialized, like `int`, `string` and...
Serialization of `enum`s is currently not supported. It should be added and it should be configurable to serialize them either is `int` or as `string`.
At the moment, only `Task`s are supported by the library. However there is also `ValueTask` which would be a nice addition on their own and also together in `Tuple`s with...
There have been a couple of changes from 1.7.x to 1.8.x in Hangfire which prevents this library to run with 1.8.x versions of HangFire.SqlServer. Please update the reference so it...
Is it possible to define required headers which need to be send along with the request using HAL-Forms? Examples would be - Authorization where a Bearer Token needs to be...
While `type` can guide the client which type of input to render, this still leaves room on how to render the value. For example a `number` can have a different...
I'm missing some types and would like to get some feedback if they might be implemented in the spec. - bool: Simple boolean values. Either true or false. Together with...
Is there any way to have a template define a list to which I can add and remove rows? E.g. if the model looks something like this: ``` { foo:...
`Item.sendCommandIfDifferent(value)` is an easy way to only send updates if something changed. However if the items state is a `QuantityType` and the `value` is a `Number` or a `String` without...