Skip to content

Commit

Permalink
Removed the Obsolete attribute #110
Browse files Browse the repository at this point in the history
  • Loading branch information
Arash-Sabet committed Apr 24, 2022
1 parent 50fa3bb commit 9b1862e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ protected override void AddServices(IServiceCollection services, IConfiguration?
protected override ValueTask DisposeAsyncCore()
=> new();

[Obsolete]
protected override IEnumerable<string> GetConfigurationFiles()
{
yield return "appsettings.json";
Expand Down
2 changes: 0 additions & 2 deletions src/Abstracts/TestBedFixture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ public IServiceProvider GetServiceProvider(ITestOutputHelper testOutputHelper)
=> GetServiceProvider(testOutputHelper).GetService<T>();

protected abstract void AddServices(IServiceCollection services, IConfiguration? configuration);

[Obsolete("This method is deprecated. Please override and use GetTestAppSettings() method instead.", true)]
protected abstract IEnumerable<string> GetConfigurationFiles();
protected abstract IEnumerable<TestAppSettings> GetTestAppSettings();

Expand Down

0 comments on commit 9b1862e

Please sign in to comment.