From 9b0d50b49d47816fc056c1f6b9d078d308774af4 Mon Sep 17 00:00:00 2001 From: bllassit Date: Tue, 21 Jan 2025 18:11:33 -0800 Subject: [PATCH] docs --- docs/generators/aspnet-fastendpoints.md | 2 ++ docs/generators/aspnetcore.md | 2 ++ docs/generators/csharp-functions.md | 4 ++-- docs/generators/csharp.md | 2 ++ 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/generators/aspnet-fastendpoints.md b/docs/generators/aspnet-fastendpoints.md index 75a31639bdba..426314b2e5b5 100644 --- a/docs/generators/aspnet-fastendpoints.md +++ b/docs/generators/aspnet-fastendpoints.md @@ -77,6 +77,8 @@ These options may be applied as additional-properties (cli) or configOptions (pl
  • Object
  • String
  • System.IO.Stream
  • +
  • TimeSpan
  • +
  • TimeSpan?
  • bool
  • bool?
  • byte[]
  • diff --git a/docs/generators/aspnetcore.md b/docs/generators/aspnetcore.md index 5d0ca08085dc..ce3c0d08c86c 100644 --- a/docs/generators/aspnetcore.md +++ b/docs/generators/aspnetcore.md @@ -95,6 +95,8 @@ These options may be applied as additional-properties (cli) or configOptions (pl
  • Object
  • String
  • System.IO.Stream
  • +
  • TimeSpan
  • +
  • TimeSpan?
  • bool
  • bool?
  • byte[]
  • diff --git a/docs/generators/csharp-functions.md b/docs/generators/csharp-functions.md index 5259afd07379..48b4a492ef02 100644 --- a/docs/generators/csharp-functions.md +++ b/docs/generators/csharp-functions.md @@ -74,8 +74,6 @@ These options may be applied as additional-properties (cli) or configOptions (pl
  • DateTime?
  • DateTimeOffset
  • DateTimeOffset?
  • -
  • TimeSpan
  • -
  • TimeSpan?
  • Decimal
  • Dictionary
  • Double
  • @@ -89,6 +87,8 @@ These options may be applied as additional-properties (cli) or configOptions (pl
  • Object
  • String
  • System.IO.Stream
  • +
  • TimeSpan
  • +
  • TimeSpan?
  • bool
  • bool?
  • byte[]
  • diff --git a/docs/generators/csharp.md b/docs/generators/csharp.md index ef482820cef6..4b4b601be3fe 100644 --- a/docs/generators/csharp.md +++ b/docs/generators/csharp.md @@ -96,6 +96,8 @@ These options may be applied as additional-properties (cli) or configOptions (pl
  • Object
  • String
  • System.IO.Stream
  • +
  • TimeSpan
  • +
  • TimeSpan?
  • bool
  • bool?
  • byte[]