Make types testable (#55)

This commit is contained in:
Patrick Stevens
2023-08-05 01:00:53 +01:00
committed by GitHub
parent f247ef704d
commit 7dd7d768ae
9 changed files with 244 additions and 7 deletions

View File

@@ -21,6 +21,7 @@
<Compile Include="Map.fs" />
<Compile Include="Async.fs" />
<Compile Include="GiteaClient.fs" />
<Compile Include="IGiteaClient.fs" />
<Compile Include="Domain.fs" />
<Compile Include="SerialisedConfigSchema.fs" />
<Compile Include="ConfigSchema.fs" />