Skip to content

Commit

Permalink
renew _site
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 13, 2024
1 parent 02869fb commit b22f91c
Show file tree
Hide file tree
Showing 8 changed files with 79 additions and 38 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,9 @@ <h1 id="BD_SteamClient8_Impl_SteamIdleCardServiceImpl" data-uid="BD.SteamClient8
<div>
<a class="xref" href="https://github.com/BeyondDimension/Common/blob/dev8/src/BD.Common8.Http.ClientFactory/Services/WebApiClientService.cs">WebApiClientService.JsonSerializerOptions</a>
</div>
<div>
<a class="xref" href="https://github.com/BeyondDimension/Common/blob/dev8/src/BD.Common8.Http.ClientFactory/Services/WebApiClientService.cs">WebApiClientService.UseJsonSerializerOptions</a>
</div>
<div>
<a class="xref" href="https://github.com/BeyondDimension/Common/blob/dev8/src/BD.Common8.Http.ClientFactory/Services/WebApiClientService.cs">WebApiClientService.EnableLogOnError</a>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,9 @@ <h1 id="BD_SteamClient8_Impl_SteamMarketService" data-uid="BD.SteamClient8.Impl.
<div>
<a class="xref" href="https://github.com/BeyondDimension/Common/blob/dev8/src/BD.Common8.Http.ClientFactory/Services/WebApiClientService.cs">WebApiClientService.NewtonsoftJsonSerializer</a>
</div>
<div>
<a class="xref" href="https://github.com/BeyondDimension/Common/blob/dev8/src/BD.Common8.Http.ClientFactory/Services/WebApiClientService.cs">WebApiClientService.UseJsonSerializerOptions</a>
</div>
<div>
<a class="xref" href="https://github.com/BeyondDimension/Common/blob/dev8/src/BD.Common8.Http.ClientFactory/Services/WebApiClientService.cs">WebApiClientService.EnableLogOnError</a>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,9 @@ <h1 id="BD_SteamClient8_Impl_SteamSessionServiceImpl" data-uid="BD.SteamClient8.
<div>
<a class="xref" href="https://github.com/BeyondDimension/Common/blob/dev8/src/BD.Common8.Http.ClientFactory/Services/WebApiClientService.cs">WebApiClientService.NewtonsoftJsonSerializer</a>
</div>
<div>
<a class="xref" href="https://github.com/BeyondDimension/Common/blob/dev8/src/BD.Common8.Http.ClientFactory/Services/WebApiClientService.cs">WebApiClientService.UseJsonSerializerOptions</a>
</div>
<div>
<a class="xref" href="https://github.com/BeyondDimension/Common/blob/dev8/src/BD.Common8.Http.ClientFactory/Services/WebApiClientService.cs">WebApiClientService.EnableLogOnError</a>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,8 @@ <h3 id="BD_SteamClient8_Models_Converters_SteamDataInt32Converter_Read_System_Te
<a class="header-action link-secondary" title="View source" href="https://github.com/BeyondDimension/SteamClient/blob/dev8/src/BD.SteamClient8.Models/Converters/SteamDataInt32Converter.cs"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Reads and converts the JSON to type <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>

<div class="codewrapper">
Expand All @@ -213,17 +214,21 @@ <h3 id="BD_SteamClient8_Models_Converters_SteamDataInt32Converter_Read_System_Te
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>reader</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.text.json.utf8jsonreader">Utf8JsonReader</a></dt>
<dd></dd>
<dd><p>The reader.</p>
</dd>
<dt><code>typeToConvert</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">Type</a></dt>
<dd></dd>
<dd><p>The type to convert.</p>
</dd>
<dt><code>options</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.text.json.jsonserializeroptions">JsonSerializerOptions</a></dt>
<dd></dd>
<dd><p>An object that specifies serialization options to use.</p>
</dd>
</dl>

<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
<dd></dd>
<dd><p>The converted value.</p>
</dd>
</dl>


Expand All @@ -243,7 +248,8 @@ <h3 id="BD_SteamClient8_Models_Converters_SteamDataInt32Converter_Write_System_T
<a class="header-action link-secondary" title="View source" href="https://github.com/BeyondDimension/SteamClient/blob/dev8/src/BD.SteamClient8.Models/Converters/SteamDataInt32Converter.cs"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Writes a specified value as JSON.</p>
</div>
<div class="markdown level1 conceptual"></div>

<div class="codewrapper">
Expand All @@ -253,11 +259,14 @@ <h3 id="BD_SteamClient8_Models_Converters_SteamDataInt32Converter_Write_System_T
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>writer</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.text.json.utf8jsonwriter">Utf8JsonWriter</a></dt>
<dd></dd>
<dd><p>The writer to write to.</p>
</dd>
<dt><code>value</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
<dd></dd>
<dd><p>The value to convert to JSON.</p>
</dd>
<dt><code>options</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.text.json.jsonserializeroptions">JsonSerializerOptions</a></dt>
<dd></dd>
<dd><p>An object that specifies serialization options to use.</p>
</dd>
</dl>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,8 @@ <h3 id="BD_SteamClient8_Models_Converters_SteamDataInt64Converter_Read_System_Te
<a class="header-action link-secondary" title="View source" href="https://github.com/BeyondDimension/SteamClient/blob/dev8/src/BD.SteamClient8.Models/Converters/SteamDataInt64Converter.cs"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Reads and converts the JSON to type <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">long</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>

<div class="codewrapper">
Expand All @@ -213,17 +214,21 @@ <h3 id="BD_SteamClient8_Models_Converters_SteamDataInt64Converter_Read_System_Te
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>reader</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.text.json.utf8jsonreader">Utf8JsonReader</a></dt>
<dd></dd>
<dd><p>The reader.</p>
</dd>
<dt><code>typeToConvert</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">Type</a></dt>
<dd></dd>
<dd><p>The type to convert.</p>
</dd>
<dt><code>options</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.text.json.jsonserializeroptions">JsonSerializerOptions</a></dt>
<dd></dd>
<dd><p>An object that specifies serialization options to use.</p>
</dd>
</dl>

<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">long</a></dt>
<dd></dd>
<dd><p>The converted value.</p>
</dd>
</dl>


Expand All @@ -243,7 +248,8 @@ <h3 id="BD_SteamClient8_Models_Converters_SteamDataInt64Converter_Write_System_T
<a class="header-action link-secondary" title="View source" href="https://github.com/BeyondDimension/SteamClient/blob/dev8/src/BD.SteamClient8.Models/Converters/SteamDataInt64Converter.cs"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Writes a specified value as JSON.</p>
</div>
<div class="markdown level1 conceptual"></div>

<div class="codewrapper">
Expand All @@ -253,11 +259,14 @@ <h3 id="BD_SteamClient8_Models_Converters_SteamDataInt64Converter_Write_System_T
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>writer</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.text.json.utf8jsonwriter">Utf8JsonWriter</a></dt>
<dd></dd>
<dd><p>The writer to write to.</p>
</dd>
<dt><code>value</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">long</a></dt>
<dd></dd>
<dd><p>The value to convert to JSON.</p>
</dd>
<dt><code>options</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.text.json.jsonserializeroptions">JsonSerializerOptions</a></dt>
<dd></dd>
<dd><p>An object that specifies serialization options to use.</p>
</dd>
</dl>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,8 @@ <h3 id="BD_SteamClient8_Models_Converters_SteamDataStringConverter_Read_System_T
<a class="header-action link-secondary" title="View source" href="https://github.com/BeyondDimension/SteamClient/blob/dev8/src/BD.SteamClient8.Models/Converters/SteamDataStringConverter.cs"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Reads and converts the JSON to type <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>

<div class="codewrapper">
Expand All @@ -213,17 +214,21 @@ <h3 id="BD_SteamClient8_Models_Converters_SteamDataStringConverter_Read_System_T
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>reader</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.text.json.utf8jsonreader">Utf8JsonReader</a></dt>
<dd></dd>
<dd><p>The reader.</p>
</dd>
<dt><code>typeToConvert</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">Type</a></dt>
<dd></dd>
<dd><p>The type to convert.</p>
</dd>
<dt><code>options</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.text.json.jsonserializeroptions">JsonSerializerOptions</a></dt>
<dd></dd>
<dd><p>An object that specifies serialization options to use.</p>
</dd>
</dl>

<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
<dd></dd>
<dd><p>The converted value.</p>
</dd>
</dl>


Expand All @@ -243,7 +248,8 @@ <h3 id="BD_SteamClient8_Models_Converters_SteamDataStringConverter_Write_System_
<a class="header-action link-secondary" title="View source" href="https://github.com/BeyondDimension/SteamClient/blob/dev8/src/BD.SteamClient8.Models/Converters/SteamDataStringConverter.cs"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Writes a specified value as JSON.</p>
</div>
<div class="markdown level1 conceptual"></div>

<div class="codewrapper">
Expand All @@ -253,11 +259,14 @@ <h3 id="BD_SteamClient8_Models_Converters_SteamDataStringConverter_Write_System_
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>writer</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.text.json.utf8jsonwriter">Utf8JsonWriter</a></dt>
<dd></dd>
<dd><p>The writer to write to.</p>
</dd>
<dt><code>value</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
<dd></dd>
<dd><p>The value to convert to JSON.</p>
</dd>
<dt><code>options</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.text.json.jsonserializeroptions">JsonSerializerOptions</a></dt>
<dd></dd>
<dd><p>An object that specifies serialization options to use.</p>
</dd>
</dl>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,8 @@ <h3 id="BD_SteamClient8_Models_DefaultJsonSerializerContext___ctor_System_Text_J
<a class="header-action link-secondary" title="View source" href="https://github.com/BeyondDimension/SteamClient/blob/dev8/src/BD.SteamClient8.Models/System.Text.Json.SourceGeneration/System.Text.Json.SourceGeneration.JsonSourceGenerator/DefaultJsonSerializerContext_.g.cs"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Creates an instance of <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.text.json.serialization.jsonserializercontext">JsonSerializerContext</a> and binds it with the indicated <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.text.json.jsonserializeroptions">JsonSerializerOptions</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>

<div class="codewrapper">
Expand All @@ -275,7 +276,8 @@ <h3 id="BD_SteamClient8_Models_DefaultJsonSerializerContext___ctor_System_Text_J
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>options</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.text.json.jsonserializeroptions">JsonSerializerOptions</a></dt>
<dd></dd>
<dd><p>The run time provided options for the context instance.</p>
</dd>
</dl>


Expand Down Expand Up @@ -5104,7 +5106,8 @@ <h3 id="BD_SteamClient8_Models_DefaultJsonSerializerContext__GetTypeInfo_System_
<a class="header-action link-secondary" title="View source" href="https://github.com/BeyondDimension/SteamClient/blob/dev8/src/BD.SteamClient8.Models/System.Text.Json.SourceGeneration/System.Text.Json.SourceGeneration.JsonSourceGenerator/DefaultJsonSerializerContext_.GetJsonTypeInfo.g.cs"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Gets metadata for the specified type.</p>
</div>
<div class="markdown level1 conceptual"></div>

<div class="codewrapper">
Expand All @@ -5114,13 +5117,15 @@ <h3 id="BD_SteamClient8_Models_DefaultJsonSerializerContext__GetTypeInfo_System_
<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>type</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">Type</a></dt>
<dd></dd>
<dd><p>The type to fetch metadata for.</p>
</dd>
</dl>

<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.text.json.serialization.metadata.jsontypeinfo">JsonTypeInfo</a></dt>
<dd></dd>
<dd><p>The metadata for the specified type, or <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a> if the context has no metadata for the type.</p>
</dd>
</dl>


Expand Down
12 changes: 6 additions & 6 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@
"xrefmap": "xrefmap.yml",
"files": [
{
"type": "Resource",
"type": "Conceptual",
"source_relative_path": "README.md",
"output": {
"resource": {
"relative_path": "README.md"
".html": {
"relative_path": "README.html"
}
},
"version": ""
},
{
"type": "Conceptual",
"type": "Resource",
"source_relative_path": "README.md",
"output": {
".html": {
"relative_path": "README.html"
"resource": {
"relative_path": "README.md"
}
},
"version": ""
Expand Down

0 comments on commit b22f91c

Please sign in to comment.