Boris Djurdjevic

Results 267 comments of Boris Djurdjevic

I noticed, enums should have the same values, or even they could have only one Enum for both usage. Great, looking forward to it. Write here once it's done and...

I have asked EF team on GitHub about DeleteBehavior, here is the issue: [https://github.com/aspnet/EntityFramework/issues/7530](https://github.com/aspnet/EntityFramework/issues/7530)

How is this now being used, I can't find example of it in code nor in test. Is it new attribute, named how? or extension of existing.

I can't make FTS attribute work. When put just `[FullTextIndex]` with no parameters it gives error: _Unable to find FullTextCatalogName for table Movies_ And if I use `[FullTextIndex(FullTextCatalogName = "FTC")]`...

So currently this attribute is informative only? Meaning that after manually creating FTS index we put [FullTextIndex] on column as marker.

Even when I make another change because of which migration is created, that migration still does not contains anything regarding FullText (FTIndex still being ignored), and if I run update-database...

Is this feature not implemented yet? I can see SqlServerFullTextIndexService in code here on github, but after adding nugget in project there is no reference to it.

@isukces could you publish this fix because currently it is blocking the usage of library on Core 2.0 If you want I can send you a pull request, but it's...

Yes, I get the same result only the EF Version is 2.0: `...from Microsoft.EntityFrameworkCore, Version=2.0.0.0, ...` So can you recompile it or if you have suggestions on some temporary fix?...