Skip to content

Switch live Azure SQL tests to use IAsyncLifetime #237

@adrianhall

Description

@adrianhall

All the tests that are "live" use .ToList() (and other sync-over-async methods).

Swap out the sync methods to use async.

This will require implementing IAsyncLifetime in the same way that the Cosmos live tests do.

Metadata

Metadata

Assignees

No one assigned

    Labels

    InfrastructureChanges to the build and release system

    Type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions