Skip to content

Commit

Permalink
deploy: 8ad68f0
Browse files Browse the repository at this point in the history
  • Loading branch information
WeihanLi committed Oct 3, 2024
1 parent 7ed57d6 commit ef01e82
Show file tree
Hide file tree
Showing 24 changed files with 4,989 additions and 268 deletions.
26 changes: 13 additions & 13 deletions api/WeihanLi.Common.Helpers.ApplicationHelper.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>


<h1 id="WeihanLi_Common_Helpers_ApplicationHelper" data-uid="WeihanLi.Common.Helpers.ApplicationHelper" class="text-break">
Class ApplicationHelper <a class="header-action link-secondary" title="View source" href="https://github.com/WeihanLi/WeihanLi.Common/blob/master/src/WeihanLi.Common/Helpers/ApplicationHelper.cs/#L10"><i class="bi bi-code-slash"></i></a>
Class ApplicationHelper <a class="header-action link-secondary" title="View source" href="https://github.com/WeihanLi/WeihanLi.Common/blob/master/src/WeihanLi.Common/Helpers/ApplicationHelper.cs/#L11"><i class="bi bi-code-slash"></i></a>
</h1>

<div class="facts text-secondary">
Expand Down Expand Up @@ -151,7 +151,7 @@ <h2 class="section" id="fields">Fields

<h3 id="WeihanLi_Common_Helpers_ApplicationHelper_AppRoot" data-uid="WeihanLi.Common.Helpers.ApplicationHelper.AppRoot">
AppRoot
<a class="header-action link-secondary" title="View source" href="https://github.com/WeihanLi/WeihanLi.Common/blob/master/src/WeihanLi.Common/Helpers/ApplicationHelper.cs/#L15"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/WeihanLi/WeihanLi.Common/blob/master/src/WeihanLi.Common/Helpers/ApplicationHelper.cs/#L16"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"></div>
Expand Down Expand Up @@ -186,7 +186,7 @@ <h2 class="section" id="properties">Properties

<h3 id="WeihanLi_Common_Helpers_ApplicationHelper_ApplicationName" data-uid="WeihanLi.Common.Helpers.ApplicationHelper.ApplicationName">
ApplicationName
<a class="header-action link-secondary" title="View source" href="https://github.com/WeihanLi/WeihanLi.Common/blob/master/src/WeihanLi.Common/Helpers/ApplicationHelper.cs/#L12"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/WeihanLi/WeihanLi.Common/blob/master/src/WeihanLi.Common/Helpers/ApplicationHelper.cs/#L13"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"></div>
Expand Down Expand Up @@ -217,7 +217,7 @@ <h4 class="section">Property Value</h4>

<h3 id="WeihanLi_Common_Helpers_ApplicationHelper_ExitToken" data-uid="WeihanLi.Common.Helpers.ApplicationHelper.ExitToken">
ExitToken
<a class="header-action link-secondary" title="View source" href="https://github.com/WeihanLi/WeihanLi.Common/blob/master/src/WeihanLi.Common/Helpers/ApplicationHelper.cs/#L18"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/WeihanLi/WeihanLi.Common/blob/master/src/WeihanLi.Common/Helpers/ApplicationHelper.cs/#L19"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"></div>
Expand Down Expand Up @@ -248,7 +248,7 @@ <h4 class="section">Property Value</h4>

<h3 id="WeihanLi_Common_Helpers_ApplicationHelper_RuntimeInfo" data-uid="WeihanLi.Common.Helpers.ApplicationHelper.RuntimeInfo">
RuntimeInfo
<a class="header-action link-secondary" title="View source" href="https://github.com/WeihanLi/WeihanLi.Common/blob/master/src/WeihanLi.Common/Helpers/ApplicationHelper.cs/#L59"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/WeihanLi/WeihanLi.Common/blob/master/src/WeihanLi.Common/Helpers/ApplicationHelper.cs/#L61"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"></div>
Expand Down Expand Up @@ -283,7 +283,7 @@ <h2 class="section" id="methods">Methods

<h3 id="WeihanLi_Common_Helpers_ApplicationHelper_GetDotnetDirectory" data-uid="WeihanLi.Common.Helpers.ApplicationHelper.GetDotnetDirectory">
GetDotnetDirectory()
<a class="header-action link-secondary" title="View source" href="https://github.com/WeihanLi/WeihanLi.Common/blob/master/src/WeihanLi.Common/Helpers/ApplicationHelper.cs/#L87"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/WeihanLi/WeihanLi.Common/blob/master/src/WeihanLi.Common/Helpers/ApplicationHelper.cs/#L89"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"></div>
Expand Down Expand Up @@ -314,7 +314,7 @@ <h4 class="section">Returns</h4>

<h3 id="WeihanLi_Common_Helpers_ApplicationHelper_GetDotnetPath" data-uid="WeihanLi.Common.Helpers.ApplicationHelper.GetDotnetPath">
GetDotnetPath()
<a class="header-action link-secondary" title="View source" href="https://github.com/WeihanLi/WeihanLi.Common/blob/master/src/WeihanLi.Common/Helpers/ApplicationHelper.cs/#L64"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/WeihanLi/WeihanLi.Common/blob/master/src/WeihanLi.Common/Helpers/ApplicationHelper.cs/#L66"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"><p>Get dotnet executable path</p>
Expand Down Expand Up @@ -346,7 +346,7 @@ <h4 class="section">Returns</h4>

<h3 id="WeihanLi_Common_Helpers_ApplicationHelper_GetLibraryInfo_System_Reflection_Assembly_" data-uid="WeihanLi.Common.Helpers.ApplicationHelper.GetLibraryInfo(System.Reflection.Assembly)">
GetLibraryInfo(Assembly)
<a class="header-action link-secondary" title="View source" href="https://github.com/WeihanLi/WeihanLi.Common/blob/master/src/WeihanLi.Common/Helpers/ApplicationHelper.cs/#L34"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/WeihanLi/WeihanLi.Common/blob/master/src/WeihanLi.Common/Helpers/ApplicationHelper.cs/#L35"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"><p>Get the library info from the assembly info</p>
Expand Down Expand Up @@ -385,7 +385,7 @@ <h4 class="section">Returns</h4>

<h3 id="WeihanLi_Common_Helpers_ApplicationHelper_GetLibraryInfo_System_Type_" data-uid="WeihanLi.Common.Helpers.ApplicationHelper.GetLibraryInfo(System.Type)">
GetLibraryInfo(Type)
<a class="header-action link-secondary" title="View source" href="https://github.com/WeihanLi/WeihanLi.Common/blob/master/src/WeihanLi.Common/Helpers/ApplicationHelper.cs/#L27"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/WeihanLi/WeihanLi.Common/blob/master/src/WeihanLi.Common/Helpers/ApplicationHelper.cs/#L28"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"><p>Get the library info from the assembly info</p>
Expand Down Expand Up @@ -424,7 +424,7 @@ <h4 class="section">Returns</h4>

<h3 id="WeihanLi_Common_Helpers_ApplicationHelper_MapPath_System_String_" data-uid="WeihanLi.Common.Helpers.ApplicationHelper.MapPath(System.String)">
MapPath(string)
<a class="header-action link-secondary" title="View source" href="https://github.com/WeihanLi/WeihanLi.Common/blob/master/src/WeihanLi.Common/Helpers/ApplicationHelper.cs/#L20"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/WeihanLi/WeihanLi.Common/blob/master/src/WeihanLi.Common/Helpers/ApplicationHelper.cs/#L21"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"></div>
Expand Down Expand Up @@ -460,7 +460,7 @@ <h4 class="section">Returns</h4>

<h3 id="WeihanLi_Common_Helpers_ApplicationHelper_ResolvePath_System_String_" data-uid="WeihanLi.Common.Helpers.ApplicationHelper.ResolvePath(System.String)">
ResolvePath(string)
<a class="header-action link-secondary" title="View source" href="https://github.com/WeihanLi/WeihanLi.Common/blob/master/src/WeihanLi.Common/Helpers/ApplicationHelper.cs/#L110"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/WeihanLi/WeihanLi.Common/blob/master/src/WeihanLi.Common/Helpers/ApplicationHelper.cs/#L112"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"></div>
Expand Down Expand Up @@ -496,7 +496,7 @@ <h4 class="section">Returns</h4>

<h3 id="WeihanLi_Common_Helpers_ApplicationHelper_ResolvePath_System_String_System_String_" data-uid="WeihanLi.Common.Helpers.ApplicationHelper.ResolvePath(System.String,System.String)">
ResolvePath(string, string?)
<a class="header-action link-secondary" title="View source" href="https://github.com/WeihanLi/WeihanLi.Common/blob/master/src/WeihanLi.Common/Helpers/ApplicationHelper.cs/#L112"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/WeihanLi/WeihanLi.Common/blob/master/src/WeihanLi.Common/Helpers/ApplicationHelper.cs/#L114"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"></div>
Expand Down Expand Up @@ -534,7 +534,7 @@ <h4 class="section">Returns</h4>
</article>

<div class="contribution d-print-none">
<a href="https://github.com/WeihanLi/WeihanLi.Common/blob/master/src/WeihanLi.Common/Helpers/ApplicationHelper.cs/#L10" class="edit-link">Edit this page</a>
<a href="https://github.com/WeihanLi/WeihanLi.Common/blob/master/src/WeihanLi.Common/Helpers/ApplicationHelper.cs/#L11" class="edit-link">Edit this page</a>
</div>


Expand Down
38 changes: 38 additions & 0 deletions api/WeihanLi.Common.Helpers.EnvHelper.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,44 @@ <h2 class="section" id="methods">Methods
</h2>


<a id="WeihanLi_Common_Helpers_EnvHelper_BooleanVal_" data-uid="WeihanLi.Common.Helpers.EnvHelper.BooleanVal*"></a>

<h3 id="WeihanLi_Common_Helpers_EnvHelper_BooleanVal_System_String_System_Boolean_" data-uid="WeihanLi.Common.Helpers.EnvHelper.BooleanVal(System.String,System.Boolean)">
BooleanVal(string, bool)
<a class="header-action link-secondary" title="View source" href="https://github.com/WeihanLi/WeihanLi.Common/blob/master/src/WeihanLi.Common/Helpers/EnvHelper.cs/#L16"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>

<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static bool BooleanVal(string envName, bool defaultValue = false)</code></pre>
</div>

<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>envName</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
<dd></dd>
<dt><code>defaultValue</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt>
<dd></dd>
</dl>

<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt>
<dd></dd>
</dl>











<a id="WeihanLi_Common_Helpers_EnvHelper_Val_" data-uid="WeihanLi.Common.Helpers.EnvHelper.Val*"></a>

<h3 id="WeihanLi_Common_Helpers_EnvHelper_Val_System_String_System_String_" data-uid="WeihanLi.Common.Helpers.EnvHelper.Val(System.String,System.String)">
Expand Down
41 changes: 36 additions & 5 deletions api/WeihanLi.Common.Helpers.LibraryInfo.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>


<h1 id="WeihanLi_Common_Helpers_LibraryInfo" data-uid="WeihanLi.Common.Helpers.LibraryInfo" class="text-break">
Class LibraryInfo <a class="header-action link-secondary" title="View source" href="https://github.com/WeihanLi/WeihanLi.Common/blob/master/src/WeihanLi.Common/Helpers/ApplicationHelper.cs/#L231"><i class="bi bi-code-slash"></i></a>
Class LibraryInfo <a class="header-action link-secondary" title="View source" href="https://github.com/WeihanLi/WeihanLi.Common/blob/master/src/WeihanLi.Common/Helpers/ApplicationHelper.cs/#L237"><i class="bi bi-code-slash"></i></a>
</h1>

<div class="facts text-secondary">
Expand Down Expand Up @@ -273,7 +273,7 @@ <h2 class="section" id="properties">Properties

<h3 id="WeihanLi_Common_Helpers_LibraryInfo_LibraryHash" data-uid="WeihanLi.Common.Helpers.LibraryInfo.LibraryHash">
LibraryHash
<a class="header-action link-secondary" title="View source" href="https://github.com/WeihanLi/WeihanLi.Common/blob/master/src/WeihanLi.Common/Helpers/ApplicationHelper.cs/#L234"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/WeihanLi/WeihanLi.Common/blob/master/src/WeihanLi.Common/Helpers/ApplicationHelper.cs/#L241"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"></div>
Expand Down Expand Up @@ -304,7 +304,7 @@ <h4 class="section">Property Value</h4>

<h3 id="WeihanLi_Common_Helpers_LibraryInfo_LibraryVersion" data-uid="WeihanLi.Common.Helpers.LibraryInfo.LibraryVersion">
LibraryVersion
<a class="header-action link-secondary" title="View source" href="https://github.com/WeihanLi/WeihanLi.Common/blob/master/src/WeihanLi.Common/Helpers/ApplicationHelper.cs/#L233"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/WeihanLi/WeihanLi.Common/blob/master/src/WeihanLi.Common/Helpers/ApplicationHelper.cs/#L240"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"></div>
Expand Down Expand Up @@ -335,7 +335,7 @@ <h4 class="section">Property Value</h4>

<h3 id="WeihanLi_Common_Helpers_LibraryInfo_RepositoryUrl" data-uid="WeihanLi.Common.Helpers.LibraryInfo.RepositoryUrl">
RepositoryUrl
<a class="header-action link-secondary" title="View source" href="https://github.com/WeihanLi/WeihanLi.Common/blob/master/src/WeihanLi.Common/Helpers/ApplicationHelper.cs/#L235"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/WeihanLi/WeihanLi.Common/blob/master/src/WeihanLi.Common/Helpers/ApplicationHelper.cs/#L242"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"></div>
Expand All @@ -362,11 +362,42 @@ <h4 class="section">Property Value</h4>



<a id="WeihanLi_Common_Helpers_LibraryInfo_VersionWithHash_" data-uid="WeihanLi.Common.Helpers.LibraryInfo.VersionWithHash*"></a>

<h3 id="WeihanLi_Common_Helpers_LibraryInfo_VersionWithHash" data-uid="WeihanLi.Common.Helpers.LibraryInfo.VersionWithHash">
VersionWithHash
<a class="header-action link-secondary" title="View source" href="https://github.com/WeihanLi/WeihanLi.Common/blob/master/src/WeihanLi.Common/Helpers/ApplicationHelper.cs/#L243"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>

<div class="codewrapper">
<pre><code class="lang-csharp hljs">public string VersionWithHash { get; init; }</code></pre>
</div>





<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
<dd></dd>
</dl>









</article>

<div class="contribution d-print-none">
<a href="https://github.com/WeihanLi/WeihanLi.Common/blob/master/src/WeihanLi.Common/Helpers/ApplicationHelper.cs/#L231" class="edit-link">Edit this page</a>
<a href="https://github.com/WeihanLi/WeihanLi.Common/blob/master/src/WeihanLi.Common/Helpers/ApplicationHelper.cs/#L237" class="edit-link">Edit this page</a>
</div>


Expand Down
Loading

0 comments on commit ef01e82

Please sign in to comment.