Jordi

Results 135 comments of Jordi

@mikewama I don't think it has been fixed yet, will add it to the backlog of v2/v3 versions.

Some common (if not most) issues are due to having 2 different test adapters / test frameworks. If you use Xunit, please uninstall any MS test adapters (like MSTest). Usually...

Hi Parvez, I've raised this issue as a reminder the EntityFilters.All is not there yet but don't have a date planned right now as I mostly use EntityFilters.Attributes, which returns...

Ok, yep, privileges and relationships are not there yet. I suppose it could be retrieved from the fake entity metadata (if you are using .InitializeMetadata()), or, I think it's possible...

Hi @parvezghumra , Just reviewing issues that were open for a while.... I checked and the message is still looking at .Entity and .Attributes only, so no implementation for .All....

Hey Florian, How are you? Do you mean if Parallel.ForEach is used within a single unit test? Because in theory running multiple unit tests in parallel should be ok as...

Good thanks! Ok, I might have a look.... One thing tho is that I would use ExecuteMultipleRequest for bulk create as opposed to Parallel. Reason is that you would save...

Cool, let me know and thanks a mill

@michaelmittermair no updates yet, would you try using a concurrent dictionary like @DigitalFlow suggested above?

Thanks for raising this. Pipeline is being redeveloped in v2 so I'll take this into account.