generated from chrdek/linqpath_prerel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
149 changed files
with
17,194 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
name: SonarCloud | ||
on: | ||
push: | ||
branches: | ||
- main | ||
pull_request: | ||
types: [opened, synchronize, reopened] | ||
jobs: | ||
build: | ||
name: Build and analyze | ||
runs-on: windows-latest | ||
steps: | ||
- name: Set up JDK 17 | ||
uses: actions/setup-java@v3 | ||
with: | ||
java-version: 17 | ||
distribution: 'zulu' # Alternative distribution options are available. | ||
- name: Setup .NET | ||
uses: actions/setup-dotnet@v2 | ||
with: | ||
dotnet-version: 6.0.301 | ||
- uses: actions/checkout@v3 | ||
with: | ||
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis | ||
- name: Cache SonarCloud packages | ||
uses: actions/cache@v3 | ||
with: | ||
path: ~\sonar\cache | ||
key: ${{ runner.os }}-sonar | ||
restore-keys: ${{ runner.os }}-sonar | ||
- name: Cache SonarCloud scanner | ||
id: cache-sonar-scanner | ||
uses: actions/cache@v3 | ||
with: | ||
path: .\.sonar\scanner | ||
key: ${{ runner.os }}-sonar-scanner | ||
restore-keys: ${{ runner.os }}-sonar-scanner | ||
- name: Install SonarCloud scanner | ||
if: steps.cache-sonar-scanner.outputs.cache-hit != 'true' | ||
shell: powershell | ||
run: | | ||
New-Item -Path .\.sonar\scanner -ItemType Directory | ||
dotnet tool update dotnet-sonarscanner --tool-path .\.sonar\scanner | ||
- name: Build and analyze | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any | ||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} | ||
shell: powershell | ||
run: | | ||
dotnet tool install --global dotnet-coverage | ||
.\.sonar\scanner\dotnet-sonarscanner begin /k:"chrdek_LinqDataCalc" /o:"chrdek" /d:sonar.token="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io" | ||
dotnet restore ./LinqDataCalc/ExporterUtility.sln | ||
dotnet build ./LinqDataCalc/ExporterUtility.sln --configuration Release | ||
.\.sonar\scanner\dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}" |
Empty file.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"metadata": [{ | ||
"src": "**/*.csproj", | ||
"dest": "docs", | ||
"references": [ | ||
"./LinqDataCalc/bin/Debug/net462/LinqDataCalc.dll" | ||
] | ||
}], | ||
"build": { | ||
"globalMetadata": { | ||
"_appTitle": "Package Documentation", | ||
"_appName": " LinqDataCalc Statistics Package", | ||
"_appFooter": " <i><a class='xref external' href='https://www.nuget.org/packages/LinqDataCalc/' target='_blank' rel='noopener noreferrer nofollow'>NuGet Package @ v1.0.3.1</a></i> - <strong>Generated by DocFX</strong>", | ||
"_appLogoPath": "statistics_sm.png", | ||
"_appFaviconPath": "statistics.ico", | ||
"_enableSearch": true, | ||
"_enableNewTab": true, | ||
"_disableGitFeatures":false, | ||
"_disableContribution":true | ||
}, | ||
"template": ["default","modern"], | ||
"content": [{ | ||
"files": [ "docs/*.yml" ] | ||
}], | ||
"resource": [{ "files": ["docs/res/*.md"] }] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
{ | ||
"LinqDataCalc": "LinqDataCalc.yml", | ||
"LinqDataCalc.LinqDataCalcExtensions": "LinqDataCalc.LinqDataCalcExtensions.yml", | ||
"LinqDataCalc.LinqDataCalcExtensions.AlgoType": "LinqDataCalc.LinqDataCalcExtensions.AlgoType.yml", | ||
"LinqDataCalc.LinqDataCalcExtensions.AlgoType.DistLoop": "LinqDataCalc.LinqDataCalcExtensions.AlgoType.yml", | ||
"LinqDataCalc.LinqDataCalcExtensions.AlgoType.DistXOR1": "LinqDataCalc.LinqDataCalcExtensions.AlgoType.yml", | ||
"LinqDataCalc.LinqDataCalcExtensions.AlgoType.DistXOR2": "LinqDataCalc.LinqDataCalcExtensions.AlgoType.yml", | ||
"LinqDataCalc.LinqDataCalcExtensions.AsNumberTuples(System.Collections.Generic.IEnumerable{System.Object})": "LinqDataCalc.LinqDataCalcExtensions.yml", | ||
"LinqDataCalc.LinqDataCalcExtensions.BTreeGen(System.Double,System.Int32)": "LinqDataCalc.LinqDataCalcExtensions.yml", | ||
"LinqDataCalc.LinqDataCalcExtensions.BTreeGen2(System.Int32,System.Double)": "LinqDataCalc.LinqDataCalcExtensions.yml", | ||
"LinqDataCalc.LinqDataCalcExtensions.BTreeHeight(LinqDataCalc.LinqDataCalcExtensions.Node)": "LinqDataCalc.LinqDataCalcExtensions.yml", | ||
"LinqDataCalc.LinqDataCalcExtensions.ChunkOf``1(System.Collections.Generic.IEnumerable{``0},System.Int32)": "LinqDataCalc.LinqDataCalcExtensions.yml", | ||
"LinqDataCalc.LinqDataCalcExtensions.CompareBytes(System.Byte[],System.Byte[])": "LinqDataCalc.LinqDataCalcExtensions.yml", | ||
"LinqDataCalc.LinqDataCalcExtensions.DictionaryRndFill(System.Collections.Generic.Dictionary{System.String,System.Tuple{System.Int32,System.Int32}},System.Int32)": "LinqDataCalc.LinqDataCalcExtensions.yml", | ||
"LinqDataCalc.LinqDataCalcExtensions.DiffBytes(System.Byte[],System.Byte[])": "LinqDataCalc.LinqDataCalcExtensions.yml", | ||
"LinqDataCalc.LinqDataCalcExtensions.ExpectedValue(System.Collections.Generic.IEnumerable{System.Double},System.Collections.Generic.IEnumerable{System.Double})": "LinqDataCalc.LinqDataCalcExtensions.yml", | ||
"LinqDataCalc.LinqDataCalcExtensions.Factorial(System.Collections.Generic.IEnumerable{System.Int32})": "LinqDataCalc.LinqDataCalcExtensions.yml", | ||
"LinqDataCalc.LinqDataCalcExtensions.FiboSeq(System.Int32)": "LinqDataCalc.LinqDataCalcExtensions.yml", | ||
"LinqDataCalc.LinqDataCalcExtensions.FiboSeqGenerator(System.Int32)": "LinqDataCalc.LinqDataCalcExtensions.yml", | ||
"LinqDataCalc.LinqDataCalcExtensions.GetRandomElements``1(System.Collections.Generic.IEnumerable{``0},System.Int32)": "LinqDataCalc.LinqDataCalcExtensions.yml", | ||
"LinqDataCalc.LinqDataCalcExtensions.HammingDist(System.String,System.String)": "LinqDataCalc.LinqDataCalcExtensions.yml", | ||
"LinqDataCalc.LinqDataCalcExtensions.HammingDistAlgo(System.Int32,System.Int32,LinqDataCalc.LinqDataCalcExtensions.AlgoType)": "LinqDataCalc.LinqDataCalcExtensions.yml", | ||
"LinqDataCalc.LinqDataCalcExtensions.HammingWeight(System.UInt32)": "LinqDataCalc.LinqDataCalcExtensions.yml", | ||
"LinqDataCalc.LinqDataCalcExtensions.HammingWeight(System.UInt64)": "LinqDataCalc.LinqDataCalcExtensions.yml", | ||
"LinqDataCalc.LinqDataCalcExtensions.HappySeq(System.Int32)": "LinqDataCalc.LinqDataCalcExtensions.yml", | ||
"LinqDataCalc.LinqDataCalcExtensions.IEnumRndFill(System.Collections.Generic.IEnumerable{System.Int32},System.Object)": "LinqDataCalc.LinqDataCalcExtensions.yml", | ||
"LinqDataCalc.LinqDataCalcExtensions.IterateAt``1(System.Collections.Generic.IEnumerable{``0},System.Int32)": "LinqDataCalc.LinqDataCalcExtensions.yml", | ||
"LinqDataCalc.LinqDataCalcExtensions.LetterCombinationsOf(System.String)": "LinqDataCalc.LinqDataCalcExtensions.yml", | ||
"LinqDataCalc.LinqDataCalcExtensions.LevnDist(System.String,System.String)": "LinqDataCalc.LinqDataCalcExtensions.yml", | ||
"LinqDataCalc.LinqDataCalcExtensions.LevnDistEditMatrix(System.String,System.String)": "LinqDataCalc.LinqDataCalcExtensions.yml", | ||
"LinqDataCalc.LinqDataCalcExtensions.LevnDistRecur(System.String,System.String,System.Int32[0:,0:])": "LinqDataCalc.LinqDataCalcExtensions.yml", | ||
"LinqDataCalc.LinqDataCalcExtensions.MatrixProduct(System.Int32[0:,0:],System.Int32[0:,0:])": "LinqDataCalc.LinqDataCalcExtensions.yml", | ||
"LinqDataCalc.LinqDataCalcExtensions.MatrixProductv2(System.Int32[0:,0:],System.Int32[0:,0:],System.Int32)": "LinqDataCalc.LinqDataCalcExtensions.yml", | ||
"LinqDataCalc.LinqDataCalcExtensions.MatrixTranspose``1(``0[0:,0:])": "LinqDataCalc.LinqDataCalcExtensions.yml", | ||
"LinqDataCalc.LinqDataCalcExtensions.MatrixTranspose``1(``0[][])": "LinqDataCalc.LinqDataCalcExtensions.yml", | ||
"LinqDataCalc.LinqDataCalcExtensions.MaxCollVals(System.Collections.Generic.List{System.Collections.Generic.List{System.Int32}},System.Boolean)": "LinqDataCalc.LinqDataCalcExtensions.yml", | ||
"LinqDataCalc.LinqDataCalcExtensions.MaxMatrixVal(System.Int32[0:,0:],System.Boolean)": "LinqDataCalc.LinqDataCalcExtensions.yml", | ||
"LinqDataCalc.LinqDataCalcExtensions.MaxMultiDimVal(System.Int32[][],System.Boolean)": "LinqDataCalc.LinqDataCalcExtensions.yml", | ||
"LinqDataCalc.LinqDataCalcExtensions.MedianValue(System.Collections.Generic.IEnumerable{System.Int32})": "LinqDataCalc.LinqDataCalcExtensions.yml", | ||
"LinqDataCalc.LinqDataCalcExtensions.ModeValues(System.Collections.Generic.IEnumerable{System.Int32})": "LinqDataCalc.LinqDataCalcExtensions.yml", | ||
"LinqDataCalc.LinqDataCalcExtensions.Node": "LinqDataCalc.LinqDataCalcExtensions.Node.yml", | ||
"LinqDataCalc.LinqDataCalcExtensions.Node.#ctor(LinqDataCalc.LinqDataCalcExtensions.Node,LinqDataCalc.LinqDataCalcExtensions.Node)": "LinqDataCalc.LinqDataCalcExtensions.Node.yml", | ||
"LinqDataCalc.LinqDataCalcExtensions.Node.LeftChild": "LinqDataCalc.LinqDataCalcExtensions.Node.yml", | ||
"LinqDataCalc.LinqDataCalcExtensions.Node.RightChild": "LinqDataCalc.LinqDataCalcExtensions.Node.yml", | ||
"LinqDataCalc.LinqDataCalcExtensions.OddOrEven``1(System.Collections.Generic.IEnumerable{``0})": "LinqDataCalc.LinqDataCalcExtensions.yml", | ||
"LinqDataCalc.LinqDataCalcExtensions.PowerOf(System.Int32,System.Int32)": "LinqDataCalc.LinqDataCalcExtensions.yml", | ||
"LinqDataCalc.LinqDataCalcExtensions.ReorderElementsIterator``1(System.Collections.Generic.IEnumerable{``0},System.Random)": "LinqDataCalc.LinqDataCalcExtensions.yml", | ||
"LinqDataCalc.LinqDataCalcExtensions.ReorderElements``1(System.Collections.Generic.IEnumerable{``0})": "LinqDataCalc.LinqDataCalcExtensions.yml", | ||
"LinqDataCalc.LinqDataCalcExtensions.RndDoubleTuple(System.Collections.Generic.IEnumerable{System.Int32},System.Double)": "LinqDataCalc.LinqDataCalcExtensions.yml", | ||
"LinqDataCalc.LinqDataCalcExtensions.RndIntTuple(System.Collections.Generic.IEnumerable{System.Int32})": "LinqDataCalc.LinqDataCalcExtensions.yml", | ||
"LinqDataCalc.LinqDataCalcExtensions.SequenceEquals``1(``0[0:,0:],``0[0:,0:])": "LinqDataCalc.LinqDataCalcExtensions.yml", | ||
"LinqDataCalc.LinqDataCalcExtensions.StandardDeviation(System.Collections.Generic.IEnumerable{System.Double})": "LinqDataCalc.LinqDataCalcExtensions.yml", | ||
"LinqDataCalc.LinqDataCalcExtensions.StandardDeviation(System.Collections.Generic.IEnumerable{System.Int32})": "LinqDataCalc.LinqDataCalcExtensions.yml", | ||
"LinqDataCalc.LinqDataCalcExtensions.StandardDeviation(System.Collections.Generic.IEnumerable{System.Int64})": "LinqDataCalc.LinqDataCalcExtensions.yml", | ||
"LinqDataCalc.LinqDataCalcExtensions.TenPowerOf(System.Int32)": "LinqDataCalc.LinqDataCalcExtensions.yml", | ||
"LinqDataCalc.LinqDataCalcExtensions.ToDoublePowerOf(System.Collections.Generic.IEnumerable{System.Int32},System.Double)": "LinqDataCalc.LinqDataCalcExtensions.yml", | ||
"LinqDataCalc.LinqDataCalcExtensions.ToIntMatrix(System.String,System.Int32[0:,0:])": "LinqDataCalc.LinqDataCalcExtensions.yml", | ||
"LinqDataCalc.LinqDataCalcExtensions.ToIntPowerOf(System.Collections.Generic.IEnumerable{System.Int32},System.Int32)": "LinqDataCalc.LinqDataCalcExtensions.yml", | ||
"LinqDataCalc.LinqDataCalcExtensions.VectorProduct(System.Int32[],System.Int32[])": "LinqDataCalc.LinqDataCalcExtensions.yml", | ||
"LinqDataCalc.LinqDataCalcExtensions.add(System.Int32,System.Int32)": "LinqDataCalc.LinqDataCalcExtensions.yml", | ||
"LinqDataCalc.LinqDataCalcExtensions.subtract(System.Int32,System.Int32)": "LinqDataCalc.LinqDataCalcExtensions.yml" | ||
} |
163 changes: 163 additions & 0 deletions
163
LinqDataCalc/docs/LinqDataCalc.LinqDataCalcExtensions.AlgoType.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,163 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>Enum LinqDataCalcExtensions.AlgoType | ||
| Package Documentation </title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="title" content="Enum LinqDataCalcExtensions.AlgoType | ||
| Package Documentation "> | ||
|
||
<link rel="icon" href="../statistics.ico"> | ||
<link rel="stylesheet" href="../public/docfx.min.css"> | ||
<link rel="stylesheet" href="../public/main.css"> | ||
<meta name="docfx:navrel" content=""> | ||
<meta name="docfx:tocrel" content="toc.html"> | ||
|
||
<meta name="docfx:rel" content="../"> | ||
|
||
|
||
<meta name="docfx:docurl" content="https://github.com/chrdek/LinqDataCalc/new/main/apiSpec/new?filename=LinqDataCalc_LinqDataCalcExtensions_AlgoType.md&value=---%0Auid%3A%20LinqDataCalc.LinqDataCalcExtensions.AlgoType%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A"> | ||
<meta name="loc:inThisArticle" content="In this article"> | ||
<meta name="loc:searchResultsCount" content="{count} results for "{query}""> | ||
<meta name="loc:searchNoResults" content="No results for "{query}""> | ||
<meta name="loc:tocFilter" content="Filter by title"> | ||
<meta name="loc:nextArticle" content="Next"> | ||
<meta name="loc:prevArticle" content="Previous"> | ||
<meta name="loc:themeLight" content="Light"> | ||
<meta name="loc:themeDark" content="Dark"> | ||
<meta name="loc:themeAuto" content="Auto"> | ||
<meta name="loc:changeTheme" content="Change theme"> | ||
<meta name="loc:copy" content="Copy"> | ||
</head> | ||
|
||
<script type="module"> | ||
import options from './../public/main.js' | ||
import { init } from './../public/docfx.min.js' | ||
init(options) | ||
</script> | ||
|
||
<script> | ||
const theme = localStorage.getItem('theme') || 'auto' | ||
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme) | ||
</script> | ||
|
||
|
||
<body class="tex2jax_ignore" data-layout="" data-yaml-mime="ManagedReference"> | ||
<header class="bg-body border-bottom"> | ||
<nav id="autocollapse" class="navbar navbar-expand-md" role="navigation"> | ||
<div class="container-xxl flex-nowrap"> | ||
<a class="navbar-brand" href="../index.html"> | ||
<img id="logo" class="svg" src="../statistics_sm.png" alt=" LinqDataCalc Statistics Package"> | ||
LinqDataCalc Statistics Package | ||
</a> | ||
<button class="btn btn-lg d-md-none border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navpanel" aria-controls="navpanel" aria-expanded="false" aria-label="Toggle navigation"> | ||
<i class="bi bi-three-dots"></i> | ||
</button> | ||
<div class="collapse navbar-collapse" id="navpanel"> | ||
<div id="navbar"> | ||
<form class="search" role="search" id="search"> | ||
<i class="bi bi-search"></i> | ||
<input class="form-control" id="search-query" type="search" disabled="" placeholder="Search" autocomplete="off" aria-label="Search"> | ||
</form> | ||
</div> | ||
</div> | ||
</div> | ||
</nav> | ||
</header> | ||
|
||
<main class="container-xxl"> | ||
<div class="toc-offcanvas"> | ||
<div class="offcanvas-md offcanvas-start" tabindex="-1" id="tocOffcanvas" aria-labelledby="tocOffcanvasLabel"> | ||
<div class="offcanvas-header"> | ||
<h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5> | ||
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" data-bs-target="#tocOffcanvas" aria-label="Close"></button> | ||
</div> | ||
<div class="offcanvas-body"> | ||
<nav class="toc" id="toc"></nav> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="content"> | ||
<div class="actionbar"> | ||
<button class="btn btn-lg border-0 d-md-none" style="margin-top: -.65em; margin-left: -.8em" type="button" data-bs-toggle="offcanvas" data-bs-target="#tocOffcanvas" aria-controls="tocOffcanvas" aria-expanded="false" aria-label="Show table of contents"> | ||
<i class="bi bi-list"></i> | ||
</button> | ||
|
||
<nav id="breadcrumb"></nav> | ||
</div> | ||
|
||
<article data-uid="LinqDataCalc.LinqDataCalcExtensions.AlgoType"> | ||
|
||
|
||
|
||
|
||
<h1 id="LinqDataCalc_LinqDataCalcExtensions_AlgoType" data-uid="LinqDataCalc.LinqDataCalcExtensions.AlgoType" class="text-break"> | ||
Enum LinqDataCalcExtensions.AlgoType | ||
<a class="header-action link-secondary" title="View source" href="https://github.com/chrdek/LinqDataCalc/blob/main/LinqDataCalc/LinqDataCalc.cs/#L230"><i class="bi bi-code-slash"></i></a> | ||
</h1> | ||
|
||
<div class="facts text-secondary"> | ||
<dl><dt>Namespace</dt><dd><a class="xref" href="LinqDataCalc.html">LinqDataCalc</a></dd></dl> | ||
<dl><dt>Assembly</dt><dd>LinqDataCalc.dll</dd></dl> | ||
</div> | ||
|
||
<div class="markdown summary"><p>Enum implementation for selecting multiple algorithms | ||
for hamming distance used for integer comparison.</p> | ||
</div> | ||
<div class="markdown conceptual"></div> | ||
|
||
<div class="codewrapper"> | ||
<pre><code class="lang-csharp hljs">public enum LinqDataCalcExtensions.AlgoType</code></pre> | ||
</div> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<h2 id="fields">Fields | ||
</h2> | ||
<dl class="parameters"> | ||
<dt id="LinqDataCalc_LinqDataCalcExtensions_AlgoType_DistLoop"><code>DistLoop = 0</code></dt> | ||
<dd></dd> | ||
<dt id="LinqDataCalc_LinqDataCalcExtensions_AlgoType_DistXOR1"><code>DistXOR1 = 1</code></dt> | ||
<dd></dd> | ||
<dt id="LinqDataCalc_LinqDataCalcExtensions_AlgoType_DistXOR2"><code>DistXOR2 = 2</code></dt> | ||
<dd></dd> | ||
</dl> | ||
|
||
<h2 id="LinqDataCalc_LinqDataCalcExtensions_AlgoType_examples">Examples</h2> | ||
<p>Usage as below:</p> | ||
<pre><code class="lang-csharp">AlgoType.DistLoop // selects method 1 | ||
AlgoType.DistXOR1 // selects method 2 | ||
AlgoType.DistXOR2 // selects method 3</code></pre> | ||
|
||
|
||
|
||
</article> | ||
|
||
|
||
|
||
</div> | ||
|
||
<div class="affix"> | ||
<nav id="affix"></nav> | ||
</div> | ||
</main> | ||
|
||
<div class="container-xxl search-results" id="search-results"></div> | ||
|
||
<footer class="border-top"> | ||
<div class="container-xxl"> | ||
<div class="flex-fill"> | ||
<i><a class='xref external' href='https://www.nuget.org/packages/LinqDataCalc/' target='_blank' rel='noopener noreferrer nofollow'>NuGet Package @ v1.0.3.1</a></i> - <strong>Generated by DocFX</strong> | ||
</div> | ||
</div> | ||
</footer> | ||
</body> | ||
</html> |
Oops, something went wrong.