Kaveh Hadjari

Results 5 issues of Kaveh Hadjari

I've made a fix for the missing use case of when there exists enum within nested complex properties (described in issue #60).

In a case where a complex type is a subproperty within a complex type, then running EnumToLookup.GenerateMigrationSql(...) seems to ignore the enum property. The following code describes the case ```...

The sum of coupling is not very informative if there's a high amount of coupling between a module and it's corresponding unit test. Could this be highlighted in some fashion...

``` public abstract class AbstractProtocolController : Controller { ... [DonutOutputCache(Duration = 300, VaryByParam = "id", Location = OutputCacheLocation.Server)] public ActionResult Detail(int id) { ... } ... } ``` This abstract...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Summary SaaS-applications which use a single database can use RLS (Row Level Security)...

Enhancement