Skip to content

Sql Management Objects async overloads #72

Description

@MgSam

(Please let me know if this is the wrong repo)

I was pleasantly surprised to find SMO is staying up-to-date with the latest features of SQL Server and is available on .NET Core.

One area in which its sorely lacking, however is in async support. async/await has been in the C# language since 2012; Async overloads are crucial in nearly every framework doing I/O in .NET.

SMO should add Async overloads for any method call that results in a call to the database. This is important so that a thread is not just sitting there, blocked and idle, while waiting on an external operation.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions