jonmotos
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...
This seems to no longer be valid with elsa 3.3, could someone advise on the correct procedure now? The default setup method is now elsa.UseWorkflowsApi(); So how would one adjust...
Yea I was thinking like the following - just gotta find the right warnings. ```xml 0219,CS0168 ```
Hi, I do understand the error, and for execution #2 it is the expected behavior - in this specific scenario, json isn't involved at all - in my code snippet...