Skip to content

Commit

Permalink
tidy up examples
Browse files Browse the repository at this point in the history
  • Loading branch information
zijianhuang committed Oct 27, 2023
1 parent c255379 commit a7a5eb5
Show file tree
Hide file tree
Showing 97 changed files with 136 additions and 43,111 deletions.
258 changes: 53 additions & 205 deletions AureliaHeroes/src/clientapi/WebApiCoreAureliaClientAuto.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Core3Mvc/Core3Mvc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<ItemGroup>
<PackageReference Include="Fonlow.WebApiClientGenCore" Version="7.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="7.0.12" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="7.0.13" />
</ItemGroup>

<ItemGroup>
Expand Down
10 changes: 9 additions & 1 deletion Core3WebApi/CodeGen.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,20 @@
"Plugins": [
{
"AssemblyName": "Fonlow.WebApiClientGenCore.Axios",
"TargetDir": "..\\..\\..\\..\\axios\\src\\clientapi",
"TargetDir": "..\\..\\..\\..\\ReactHeroes\\src\\clientapi",
"TSFile": "WebApiCoreAxiosClientAuto.ts",
"AsModule": true,
"ContentType": "application/json;charset=UTF-8"
},

{
"AssemblyName": "Fonlow.WebApiClientGenCore.Aurelia",
"TargetDir": "..\\..\\..\\..\\AureliaHeroes\\src\\clientapi",
"TSFile": "WebApiCoreAureliaClientAuto.ts",
"AsModule": true,
"ContentType": "application/json;charset=UTF-8"
},

{
"AssemblyName": "Fonlow.WebApiClientGenCore.Fetch",
"TargetDir": "..\\..\\..\\..\\fetchapi\\src\\clientapi",
Expand Down
9 changes: 5 additions & 4 deletions Core3WebApi/Core3WebApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@
<ItemGroup>
<PackageReference Include="Fonlow.DateOnlyExtensions" Version="1.3.0" />
<PackageReference Include="Fonlow.WebApiClientGenCore" Version="7.0.0" />
<PackageReference Include="Fonlow.WebApiClientGenCore.Axios" Version="3.3.0" />
<PackageReference Include="Fonlow.WebApiClientGenCore.Fetch" Version="3.3.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="7.0.12" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="7.0.10" />
<PackageReference Include="Fonlow.WebApiClientGenCore.Aurelia" Version="3.3.0" />
<PackageReference Include="Fonlow.WebApiClientGenCore.Axios" Version="3.4.0" />
<PackageReference Include="Fonlow.WebApiClientGenCore.Fetch" Version="3.4.0" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="7.0.13" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="7.0.11" />
</ItemGroup>

<ItemGroup>
Expand Down
231 changes: 0 additions & 231 deletions CoreNG3/.gitignore

This file was deleted.

13 changes: 0 additions & 13 deletions CoreNG3/ClientApp/.editorconfig

This file was deleted.

40 changes: 0 additions & 40 deletions CoreNG3/ClientApp/.gitignore

This file was deleted.

27 changes: 0 additions & 27 deletions CoreNG3/ClientApp/README.md

This file was deleted.

Loading

0 comments on commit a7a5eb5

Please sign in to comment.