-
Notifications
You must be signed in to change notification settings - Fork 383
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement ToQueryString() #999
Comments
@lauxjpn do you think, its possible for me to implement this based on pull request you provided? I'd like to try. If yes - is it better to make a new branch from main and assign pull request to this issue somehow ? Not quite sure how to start working on another issue, if all pushes to my fork are associated with another issue already. |
From what i understood, |
I haven't taken a look at the implementation details of this yet, but it is EF Core 5 related. So it is likely that other changes need to be incorporated as well, to implement this method. I opened this issue, so I don't forget about it. I can't give you a comprehensive tutorial about how to work with git and GitHub here, but there are many tutorials out there. Concretely in this case, you would create a local branch to work on the issue (and not work directly on the If you want to implement it, go ahead. But we haven't really done any work regarding EF Core 5 yet, so there might be some overhead attached to getting the projects and dependencies up and running. |
@lauxjpn yeah, thanks, i've spent some time reading and watching some basic stuff, those questions are now completely irrelevant (forgot to remove). Anyway, i read through dotnet/efcore@c68dd2f and there are some changes that should be incorporated first, for example |
I see. I have planed to get the provider on par with the current development state of EF Core in May. There are still more pressing matters for our May is probably a good time to start doing the work on this, because its about half a year away from the .NET 5 GA release, so major features will be relatively stable and we can provide valuable feedback to the EF Core team. |
See dotnet/efcore#19368 (comment) for further details.
The text was updated successfully, but these errors were encountered: