-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Add script command to sql-cache tool #24635
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
Comments
@ajcvickers who is best positioned to handle this? |
@mkArtakMSFT Ownership of the SQL caching tool was transferred to @ericstj's team. I'll move this to dotnet/runtime. |
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
@ajcvickers we don't own this tool. I believe the tool still lives here and is owned and maintained by @Pilchie s team: https://github.com/dotnet/aspnetcore/tree/master/src/Tools/dotnet-sql-cache |
@mkArtakMSFT @Pilchie I thought this was part of Caching.SqlServer, but apparently it is not. It's not an EF thing, so I'm out of ideas. |
@JunTaoLuo maybe? |
We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process. |
Btw, if you'd mark it up-for-grabs, I'd provide an implementation for |
We don't (yet), have an up-for-grabs label, but I don't think we'd be against a contribution here. It's quite late for the .NET 5 release, so it's likely something that would end up in .NET 6 though. |
It's called help wanted in this repo. We also have good first issue for easier items. |
Is your feature request related to a problem? Please describe.
I am trying to create the tables for distributed sql cache via the dotnet tool "sql-cache".
This works well, as long a I am developing and have full database access, but it's not working for scenarios, where I lack of access rights.
Describe the solution you'd like
Add
dotnet sql-cache script
, so the neccessary commands are written to the stdout and can easily be copied to an textfile.The text was updated successfully, but these errors were encountered: