diff --git a/docs/generators/aspnet-fastendpoints.md b/docs/generators/aspnet-fastendpoints.md index 75a31639bdba7..426314b2e5b5a 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 5d0ca08085dcf..ce3c0d08c86ca 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 5259afd07379b..48b4a492ef02b 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 ef482820cef60..4b4b601be3fe1 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[]