microsoft / microsoft/sqlmanagementobjects
Feature Request - Replication on Core
未关闭
还没有人认领这个 Issue。
- 主要语言
- C#
- 星标
- 143
- 派生
- 28
- PR 合并指标
- 30 天内没有已合并 PR
描述
Replication is useful for people doing DR to Azure. We're looking to add more replication commands to dbatools and having it available on Core/Linux would be helpful. Right now, we can import the DLLs on Core but get this error in Core that we do not in Desktop.
Cannot find an overload for "ReplicationServer" and the argument count: "1".
$sqlconn = New-Object System.Data.SqlClient.SqlConnection $connstring
New-Object Microsoft.SqlServer.Replication.ReplicationServer $sqlconn
We also have to use the classic System.Data instead of Microsoft.Data
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
从 issue 中所示的 ReplicationServer 构造开始,并比较 System.Data.SqlClient 和 Microsoft.Data 在 Core/Linux 上的使用情况。issue 未指定任何文件或测试;完成的标准是所请求的复制命令能够在 Core/Linux 上运行,且不会出现报告的重载错误。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- csharp, linux, sql
- 领域
- databases, operating-systems
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 20/100