Files
SystemExtensions/SystemExtensions.DependencyInjection.Tests/Configuration/DummyOptions.cs
T
amacocian e6a06915cd Improve IHttpClient factories (#20)
Codestyle fixes
Setup CODEOWNERS
Setup dependabot
2022-09-06 15:49:07 +02:00

6 lines
109 B
C#

namespace SystemExtensions.DependencyInjection.Tests.Configuration;
public sealed class DummyOptions
{
}