Skip to content

Releases: Umplify/xunit-dependency-injection

Upgraded Microsoft Test SDK's NuGet package

06 Apr 23:38
0624d14
Compare
Choose a tag to compare
1.0.61

Merge pull request #58 from Umplify/dependabot/nuget/Microsoft.NET.Te…

1.0.60

27 Feb 15:23
3af9437
Compare
Choose a tag to compare

Upgraded the referenced NuGet packages

Removed DependencyInjectionCollection class

15 Feb 19:34
498d4cb
Compare
Choose a tag to compare

The usage of the mentioned class is unnecessary and its removal makes the code more concise.

Reverted the changes in issue #48

15 Feb 00:51
9c7303a
Compare
Choose a tag to compare
Merge pull request #50 from Umplify/issue_48

Reverting changes in #48

Upgraded Microsoft NuGet packages to ver 3.1.12

10 Feb 01:50
9eb64cc
Compare
Choose a tag to compare
Merge pull request #46 from Umplify/issue_45

Upgraded NuGet packages #45

Had service collection cleared upon disposing fixtures

09 Feb 01:15
29c7f6c
Compare
Choose a tag to compare
Merge pull request #43 from Umplify/Issue_42

Addresssed issue #42

Upgraded Microsoft NuGet packages to version 3.1.11

04 Feb 01:50
ffc7204
Compare
Choose a tag to compare
Merge pull request #40 from Umplify/issue_39

Issue 39

Supporting asynchronous disposing pattern in TestBed and TestBedFixture classes

27 Dec 05:26
27c62ea
Compare
Choose a tag to compare

Both TestBed and TestBedFixture classes still support the IDisposable interface as well and they will continue to be in the same way. Please consult issue #30 for further details and the PR associated with that issue.

Upgraded Microsoft.NET.Test.Sdk

04 Dec 14:29
Compare
Choose a tag to compare

Bumped Microsoft.NET.Test.Sdk from 16.8.0 to 16.8.3

v1.0.50: Update azure-pipelines.yml for Azure Pipelines

01 Dec 12:51
Compare
Choose a tag to compare

IConfigurationRoot instance has become available to derived fixture classes.