Arthur Vickers

Results 1127 comments of Arthur Vickers

Note: several of the duplicate issues have scenarios/gotchas that we should make sure are covered.

@roji Curious--what does "composite" mean in this case?

Also for CompileQueryAsync.

/cc @smitpatel

@EricHarmon Thanks for the suggestion. I think a lot of the discussion on dotnet/efcore#20424 is relevant here. Nevertheless, this is worth discussing.

Putting this on the backlog to consider adding events or similar for when a query starts and when it is fully consumed. We will need to define exactly what this...

Duplicate of dotnet/EntityFramework.Docs#3905. Moving to docs to document how to do this.

@amyboose Please post the code that uses the entities, and the exceptions and stack traces you are seeing.

@amyboose This piece of code should not be needed: ```C# var navigation = builder.Metadata.FindNavigation(nameof(User.BlogCollection)); navigation.SetPropertyAccessMode(PropertyAccessMode.Field); ``` What is the reason you have this code?