Add MicCheck.Client library with FeatureClient.IsEnabledAsync

Client-side SDK for checking feature flag state against the flags API,
with unit tests mocking HttpMessageHandler.
This commit is contained in:
James Wampler
2026-07-09 12:48:21 -07:00
parent 8262cd2f61
commit 3eebef56a0
7 changed files with 184 additions and 0 deletions
+2
View File
@@ -12,10 +12,12 @@
</Project>
<Project Path="src/api/MicCheck.Api/MicCheck.Api.csproj" />
<Project Path="src/MicCheck.AppHost/MicCheck.AppHost.csproj" />
<Project Path="src/MicCheck.Client/MicCheck.Client.csproj" />
<Project Path="src/MicCheck.ServiceDefaults/MicCheck.ServiceDefaults.csproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests/api/MicCheck.Api.Tests.Unit/MicCheck.Api.Tests.Unit.csproj" />
<Project Path="tests/api/MicCheck.Api.Tests.Integration/MicCheck.Api.Tests.Integration.csproj" />
<Project Path="tests/client/MicCheck.Client.Tests.Unit/MicCheck.Client.Tests.Unit.csproj" />
</Folder>
</Solution>