Skip to content

Commit 9b1862e

Browse files
committed
Removed the Obsolete attribute #110
1 parent 50fa3bb commit 9b1862e

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

examples/Xunit.Microsoft.DependencyInjection.ExampleTests/Fixtures/TestFixture.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ protected override void AddServices(IServiceCollection services, IConfiguration?
1010
protected override ValueTask DisposeAsyncCore()
1111
=> new();
1212

13-
[Obsolete]
1413
protected override IEnumerable<string> GetConfigurationFiles()
1514
{
1615
yield return "appsettings.json";

src/Abstracts/TestBedFixture.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ public IServiceProvider GetServiceProvider(ITestOutputHelper testOutputHelper)
4040
=> GetServiceProvider(testOutputHelper).GetService<T>();
4141

4242
protected abstract void AddServices(IServiceCollection services, IConfiguration? configuration);
43-
44-
[Obsolete("This method is deprecated. Please override and use GetTestAppSettings() method instead.", true)]
4543
protected abstract IEnumerable<string> GetConfigurationFiles();
4644
protected abstract IEnumerable<TestAppSettings> GetTestAppSettings();
4745

0 commit comments

Comments
 (0)