jonmotos

Results 7 comments of jonmotos

I had to re-create my Lightsail instance in order for it to get past that error message, something stuck in a cache. It made it through the script, however one...

In my experience, doing the following has worked: [property:Required] Inspecting the generated code, the property inherits the attribute.

Is it possible to disable globally or selectively the $count endpoints, while still maintaining the default convention routing?

@julealgon I would like to disable the routes because they are unused in my context - and in fact, I am generating Swagger clients based on the OData OpenAPI specification;...

Dmitry, I am unable to get this scenario to work using the latest version available through Github. On further reading, I found that Newtonsoft does not call CanConvert when the...

After some testing, this may be complicated by the fact that my ViewModels are generally wrappers for their models - so in that case how could I flexibly define how...

Some more context: I have old data that was deserialized as one type. A derived type was later added. After setting up testing, I'm not entirely sure I agree with...