andreasnilsen

Results 3 issues of andreasnilsen

EfEnumToLookup automatically generates lookup table and FK for [flags enums](https://msdn.microsoft.com/en-us/library/system.flagsattribute(v=vs.110).aspx). However, the foreign key constraint will fail if one stores 2 or more flags in the enum property. I.e. something...

bug

When using an AutoConfiguredMoqCustomization, the value returned by the used fixture is cached, and the same value will be returned on each invocation (I'm not sure if this is done...

enhancement
good first issue

Looking at the source code for LibGit2Sharp's RepositoryStatus, it seems that the "Staged" list only contains existing files that were modified, not files that were added, deleted or renamed. These...