Refactor code structure for improved readability and maintainability; optimize performance in key functions.
This commit is contained in:
@@ -27,7 +27,7 @@ public sealed class TriageSchemaIntegrationTests : IAsyncLifetime
|
||||
return Task.CompletedTask;
|
||||
}
|
||||
|
||||
public async Task DisposeAsync()
|
||||
public async ValueTask DisposeAsync()
|
||||
{
|
||||
if (_context != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user