Base solution for your next web application

Activities of "simplexsrl"

Yes of course, but in this way everytime we use RAD tool in similar situations, we have to apply this workaround! This is less helpful, imho!

Is possible to have RAD tool sources, to find a definitive solution more useful than a simple workaround?

As per subject, trying to update service-proxies.ts with nswag tool, this raises System.InvalidOperationException: Cyclic references detected.

Some entity had the same navigation property to the same entity ... e.g. EntityA had a relation with EntityC and EntityB has the same relation with EntityB.

using RAD tool we have EntityC's LookupTableDto duplicated in EntityA and EntityB namespaces.

This scenario raised an exception to Swagger in .net, that we resolved setting it to use FullName as CustomSchemaIds options.CustomSchemaIds(x => x.FullName);

Any idea on how to avoid Cyclic exception and continue to use RAD tool?

Showing 11 to 12 of 12 entries