Skip to content

Commit

Permalink
ApiController
Browse files Browse the repository at this point in the history
  • Loading branch information
ZijianFLG committed Jun 5, 2024
1 parent 54e9082 commit 9f77553
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 22 deletions.
1 change: 0 additions & 1 deletion DemoCoreWeb/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
#if DEBUG
configure.Conventions.Add(new Fonlow.CodeDom.Web.ApiExplorerVisibilityEnabledConvention());//To make ApiExplorer be visible to WebApiClientGen
#endif
configure.Filters.Add(new DemoCoreWeb.ValidateModelAttribute());
})
.AddNewtonsoftJson(
options =>
Expand Down
20 changes: 0 additions & 20 deletions DemoCoreWebControllers/Helpers/ValidateModelAttribute.cs

This file was deleted.

1 change: 0 additions & 1 deletion DemoTextJsonWeb/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
#if DEBUG
configure.Conventions.Add(new Fonlow.CodeDom.Web.ApiExplorerVisibilityEnabledConvention());//To make ApiExplorer be visible to WebApiClientGen
#endif
configure.Filters.Add(new DemoCoreWeb.ValidateModelAttribute());
})
.AddJsonOptions(// as of .NET 7/8, could not handle JS/CS test cases getInt2D, postInt2D and PostDictionaryOfPeople, around 14 C# test cases fail.
options =>
Expand Down

0 comments on commit 9f77553

Please sign in to comment.