Skip to content

Commit

Permalink
Add generated client by NSwag
Browse files Browse the repository at this point in the history
  • Loading branch information
kMutagene committed Feb 22, 2024
1 parent 75a6d2f commit 827dd21
Show file tree
Hide file tree
Showing 7 changed files with 963 additions and 43 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -397,3 +397,5 @@ FodyWeavers.xsd
# JetBrains Rider
*.sln.iml
/src/PackageRegistryService/wwwroot/css/desktop.ini

.env
14 changes: 7 additions & 7 deletions arc-validate-package-registry.sln
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".ci", ".ci", "{24F7CF58-94B
.github\workflows\update-docker-image.yml = .github\workflows\update-docker-image.yml
EndProjectSection
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "AVPRClient", "src\AVPRClient\AVPRClient.fsproj", "{26BFA11D-8072-404F-A9D2-F7762E96A7BF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "publish-workflow", "publish-workflow", "{B479BD02-0253-4CFA-B2AE-F29EC29C6B70}"
ProjectSection(SolutionItems) = preProject
scripts\domain.fsx = scripts\domain.fsx
scripts\publish-package.fsx = scripts\publish-package.fsx
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AVPRClient", "src\AVPRClient\AVPRClient.csproj", "{D1FABAC1-D0F2-4F6C-B975-236E9969FB38}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -65,18 +65,18 @@ Global
{91911DC0-4736-4A1A-807C-FE9430899AB7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{91911DC0-4736-4A1A-807C-FE9430899AB7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{91911DC0-4736-4A1A-807C-FE9430899AB7}.Release|Any CPU.Build.0 = Release|Any CPU
{26BFA11D-8072-404F-A9D2-F7762E96A7BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26BFA11D-8072-404F-A9D2-F7762E96A7BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26BFA11D-8072-404F-A9D2-F7762E96A7BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26BFA11D-8072-404F-A9D2-F7762E96A7BF}.Release|Any CPU.Build.0 = Release|Any CPU
{D1FABAC1-D0F2-4F6C-B975-236E9969FB38}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D1FABAC1-D0F2-4F6C-B975-236E9969FB38}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D1FABAC1-D0F2-4F6C-B975-236E9969FB38}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D1FABAC1-D0F2-4F6C-B975-236E9969FB38}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C4D0490E-F8AF-43E6-9A1F-3844292D6247} = {8061A76B-1B85-4649-A667-6E7979ABA1AE}
{809F69D2-1740-425C-890A-566BF83993C6} = {412317F5-7FF4-4455-9C9D-CEAF7FE6E7B2}
{26BFA11D-8072-404F-A9D2-F7762E96A7BF} = {412317F5-7FF4-4455-9C9D-CEAF7FE6E7B2}
{D1FABAC1-D0F2-4F6C-B975-236E9969FB38} = {412317F5-7FF4-4455-9C9D-CEAF7FE6E7B2}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D95036E6-C4D5-4E93-8474-BA6F74965635}
Expand Down
941 changes: 941 additions & 0 deletions src/AVPRClient/AVPRClient.cs

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions src/AVPRClient/AVPRClient.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>

</Project>
17 changes: 0 additions & 17 deletions src/AVPRClient/AVPRClient.fsproj

This file was deleted.

8 changes: 0 additions & 8 deletions src/AVPRClient/Client.fs

This file was deleted.

11 changes: 0 additions & 11 deletions src/AVPRClient/Globals.fs

This file was deleted.

0 comments on commit 827dd21

Please sign in to comment.