Skip to content

Commit 1a22417

Browse files
committed
Update project documentations
1 parent 1e075ee commit 1a22417

File tree

261 files changed

+4549
-3346
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

261 files changed

+4549
-3346
lines changed

JSchema.Tests/JSchema.Tests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<Description>This project contains test cases for JSchema project.</Description>
66
<Authors>Relogic Labs</Authors>
77
<Company>Relogic Labs</Company>
8-
<Version>2.0.0</Version>
9-
<AssemblyVersion>2.0.0</AssemblyVersion>
8+
<Version>2.1.0</Version>
9+
<AssemblyVersion>2.1.0</AssemblyVersion>
1010
<Copyright>Copyright © Relogic Labs. All rights reserved.</Copyright>
1111
<NeutralLanguage>en</NeutralLanguage>
1212
<TargetFrameworks>net5.0;net6.0;net7.0;net8.0</TargetFrameworks>
@@ -21,7 +21,7 @@
2121
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
2222
<PackageReference Include="MSTest.TestAdapter" Version="3.2.2" />
2323
<PackageReference Include="MSTest.TestFramework" Version="3.2.2" />
24-
<PackageReference Include="coverlet.collector" Version="6.0.1" />
24+
<PackageReference Include="coverlet.collector" Version="6.0.2" />
2525
</ItemGroup>
2626

2727
<ItemGroup>

JSchema/JSchema.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
<AssemblyName>RelogicLabs.JSchema</AssemblyName>
99
<Authors>Relogic Labs</Authors>
1010
<Company>Relogic Labs</Company>
11-
<Version>2.0.0</Version>
12-
<PackageVersion>2.0.0</PackageVersion>
13-
<AssemblyVersion>2.0.0</AssemblyVersion>
11+
<Version>2.1.0</Version>
12+
<PackageVersion>2.1.0</PackageVersion>
13+
<AssemblyVersion>2.1.0</AssemblyVersion>
1414
<PackageTags>JSchema;JsonSchema;Schema;Json;Validation;Assert;Test</PackageTags>
1515
<Copyright>Copyright © Relogic Labs. All rights reserved.</Copyright>
1616
<NeutralLanguage>en</NeutralLanguage>

JSchema/doc/api/RelogicLabs.JSchema.Collections.IIndexMap-2.html

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22
<html>
33
<head>
44
<meta charset="utf-8">
5-
<title>Interface IIndexMap&lt;TK, TV&gt;
6-
| JSchema </title>
5+
<title>Interface IIndexMap&lt;TK, TV&gt; | JSchema </title>
76
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8-
<meta name="title" content="Interface IIndexMap&lt;TK, TV&gt;
9-
| JSchema ">
7+
<meta name="title" content="Interface IIndexMap&lt;TK, TV&gt; | JSchema ">
8+
109

1110
<link rel="icon" href="../images/favicon.ico">
1211
<link rel="stylesheet" href="../public/docfx.min.css">
@@ -30,15 +29,15 @@
3029
<meta name="loc:changeTheme" content="Change theme">
3130
<meta name="loc:copy" content="Copy">
3231
<meta name="loc:downloadPdf" content="Download PDF">
33-
</head>
3432

35-
<script type="module" src="./../public/docfx.min.js"></script>
33+
<script type="module" src="./../public/docfx.min.js"></script>
3634

37-
<script>
38-
const theme = localStorage.getItem('theme') || 'auto'
39-
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
40-
</script>
35+
<script>
36+
const theme = localStorage.getItem('theme') || 'auto'
37+
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
38+
</script>
4139

40+
</head>
4241

4342
<body class="tex2jax_ignore" data-layout="" data-yaml-mime="ManagedReference">
4443
<header class="bg-body border-bottom">
@@ -90,8 +89,7 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
9089

9190

9291
<h1 id="RelogicLabs_JSchema_Collections_IIndexMap_2" data-uid="RelogicLabs.JSchema.Collections.IIndexMap`2" class="text-break">
93-
Interface IIndexMap&lt;TK, TV&gt;
94-
<a class="header-action link-secondary" title="View source" href="https://github.com/relogiclabs/JSchema-DotNet/blob/develop/JSchema/RelogicLabs/JSchema/Collections/IIndexMap.cs/#L3"><i class="bi bi-code-slash"></i></a>
92+
Interface IIndexMap&lt;TK, TV&gt; <a class="header-action link-secondary" title="View source" href="https://github.com/relogiclabs/JSchema-DotNet/blob/develop/JSchema/RelogicLabs/JSchema/Collections/IIndexMap.cs/#L3"><i class="bi bi-code-slash"></i></a>
9593
</h1>
9694

9795
<div class="facts text-secondary">
@@ -119,7 +117,7 @@ <h4 class="section">Type Parameters</h4>
119117

120118

121119

122-
<dl class="typelist derived">
120+
<dl class="typelist inheritedMembers">
123121
<dt>Inherited Members</dt>
124122
<dd>
125123
<div>

JSchema/doc/api/RelogicLabs.JSchema.Collections.IKeyed-1.html

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22
<html>
33
<head>
44
<meta charset="utf-8">
5-
<title>Interface IKeyed&lt;TK&gt;
6-
| JSchema </title>
5+
<title>Interface IKeyed&lt;TK&gt; | JSchema </title>
76
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8-
<meta name="title" content="Interface IKeyed&lt;TK&gt;
9-
| JSchema ">
7+
<meta name="title" content="Interface IKeyed&lt;TK&gt; | JSchema ">
8+
109

1110
<link rel="icon" href="../images/favicon.ico">
1211
<link rel="stylesheet" href="../public/docfx.min.css">
@@ -30,15 +29,15 @@
3029
<meta name="loc:changeTheme" content="Change theme">
3130
<meta name="loc:copy" content="Copy">
3231
<meta name="loc:downloadPdf" content="Download PDF">
33-
</head>
3432

35-
<script type="module" src="./../public/docfx.min.js"></script>
33+
<script type="module" src="./../public/docfx.min.js"></script>
3634

37-
<script>
38-
const theme = localStorage.getItem('theme') || 'auto'
39-
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
40-
</script>
35+
<script>
36+
const theme = localStorage.getItem('theme') || 'auto'
37+
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
38+
</script>
4139

40+
</head>
4241

4342
<body class="tex2jax_ignore" data-layout="" data-yaml-mime="ManagedReference">
4443
<header class="bg-body border-bottom">
@@ -90,8 +89,7 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
9089

9190

9291
<h1 id="RelogicLabs_JSchema_Collections_IKeyed_1" data-uid="RelogicLabs.JSchema.Collections.IKeyed`1" class="text-break">
93-
Interface IKeyed&lt;TK&gt;
94-
<a class="header-action link-secondary" title="View source" href="https://github.com/relogiclabs/JSchema-DotNet/blob/develop/JSchema/RelogicLabs/JSchema/Collections/IKeyed.cs/#L3"><i class="bi bi-code-slash"></i></a>
92+
Interface IKeyed&lt;TK&gt; <a class="header-action link-secondary" title="View source" href="https://github.com/relogiclabs/JSchema-DotNet/blob/develop/JSchema/RelogicLabs/JSchema/Collections/IKeyed.cs/#L3"><i class="bi bi-code-slash"></i></a>
9593
</h1>
9694

9795
<div class="facts text-secondary">

JSchema/doc/api/RelogicLabs.JSchema.Collections.html

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22
<html>
33
<head>
44
<meta charset="utf-8">
5-
<title>Namespace RelogicLabs.JSchema.Collections
6-
| JSchema </title>
5+
<title>Namespace RelogicLabs.JSchema.Collections | JSchema </title>
76
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8-
<meta name="title" content="Namespace RelogicLabs.JSchema.Collections
9-
| JSchema ">
7+
<meta name="title" content="Namespace RelogicLabs.JSchema.Collections | JSchema ">
8+
109

1110
<link rel="icon" href="../images/favicon.ico">
1211
<link rel="stylesheet" href="../public/docfx.min.css">
@@ -30,15 +29,15 @@
3029
<meta name="loc:changeTheme" content="Change theme">
3130
<meta name="loc:copy" content="Copy">
3231
<meta name="loc:downloadPdf" content="Download PDF">
33-
</head>
3432

35-
<script type="module" src="./../public/docfx.min.js"></script>
33+
<script type="module" src="./../public/docfx.min.js"></script>
3634

37-
<script>
38-
const theme = localStorage.getItem('theme') || 'auto'
39-
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
40-
</script>
35+
<script>
36+
const theme = localStorage.getItem('theme') || 'auto'
37+
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
38+
</script>
4139

40+
</head>
4241

4342
<body class="tex2jax_ignore" data-layout="" data-yaml-mime="ManagedReference">
4443
<header class="bg-body border-bottom">
@@ -87,8 +86,7 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
8786

8887
<article data-uid="RelogicLabs.JSchema.Collections">
8988

90-
<h1 id="RelogicLabs_JSchema_Collections" data-uid="RelogicLabs.JSchema.Collections" class="text-break">Namespace RelogicLabs.JSchema.Collections
91-
</h1>
89+
<h1 id="RelogicLabs_JSchema_Collections" data-uid="RelogicLabs.JSchema.Collections" class="text-break">Namespace RelogicLabs.JSchema.Collections</h1>
9290
<div class="markdown level0 summary"></div>
9391
<div class="markdown level0 conceptual"></div>
9492
<div class="markdown level0 remarks"></div>

JSchema/doc/api/RelogicLabs.JSchema.Exceptions.ClassInstantiationException.html

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22
<html>
33
<head>
44
<meta charset="utf-8">
5-
<title>Class ClassInstantiationException
6-
| JSchema </title>
5+
<title>Class ClassInstantiationException | JSchema </title>
76
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8-
<meta name="title" content="Class ClassInstantiationException
9-
| JSchema ">
7+
<meta name="title" content="Class ClassInstantiationException | JSchema ">
8+
109

1110
<link rel="icon" href="../images/favicon.ico">
1211
<link rel="stylesheet" href="../public/docfx.min.css">
@@ -30,15 +29,15 @@
3029
<meta name="loc:changeTheme" content="Change theme">
3130
<meta name="loc:copy" content="Copy">
3231
<meta name="loc:downloadPdf" content="Download PDF">
33-
</head>
3432

35-
<script type="module" src="./../public/docfx.min.js"></script>
33+
<script type="module" src="./../public/docfx.min.js"></script>
3634

37-
<script>
38-
const theme = localStorage.getItem('theme') || 'auto'
39-
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
40-
</script>
35+
<script>
36+
const theme = localStorage.getItem('theme') || 'auto'
37+
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
38+
</script>
4139

40+
</head>
4241

4342
<body class="tex2jax_ignore" data-layout="" data-yaml-mime="ManagedReference">
4443
<header class="bg-body border-bottom">
@@ -90,8 +89,7 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
9089

9190

9291
<h1 id="RelogicLabs_JSchema_Exceptions_ClassInstantiationException" data-uid="RelogicLabs.JSchema.Exceptions.ClassInstantiationException" class="text-break">
93-
Class ClassInstantiationException
94-
<a class="header-action link-secondary" title="View source" href="https://github.com/relogiclabs/JSchema-DotNet/blob/develop/JSchema/RelogicLabs/JSchema/Exceptions/ClassInstantiationException.cs/#L5"><i class="bi bi-code-slash"></i></a>
92+
Class ClassInstantiationException <a class="header-action link-secondary" title="View source" href="https://github.com/relogiclabs/JSchema-DotNet/blob/develop/JSchema/RelogicLabs/JSchema/Exceptions/ClassInstantiationException.cs/#L5"><i class="bi bi-code-slash"></i></a>
9593
</h1>
9694

9795
<div class="facts text-secondary">
@@ -127,7 +125,7 @@ <h1 id="RelogicLabs_JSchema_Exceptions_ClassInstantiationException" data-uid="Re
127125
</dl>
128126

129127

130-
<dl class="typelist derived">
128+
<dl class="typelist inheritedMembers">
131129
<dt>Inherited Members</dt>
132130
<dd>
133131
<div>

JSchema/doc/api/RelogicLabs.JSchema.Exceptions.ClassNotFoundException.html

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22
<html>
33
<head>
44
<meta charset="utf-8">
5-
<title>Class ClassNotFoundException
6-
| JSchema </title>
5+
<title>Class ClassNotFoundException | JSchema </title>
76
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8-
<meta name="title" content="Class ClassNotFoundException
9-
| JSchema ">
7+
<meta name="title" content="Class ClassNotFoundException | JSchema ">
8+
109

1110
<link rel="icon" href="../images/favicon.ico">
1211
<link rel="stylesheet" href="../public/docfx.min.css">
@@ -30,15 +29,15 @@
3029
<meta name="loc:changeTheme" content="Change theme">
3130
<meta name="loc:copy" content="Copy">
3231
<meta name="loc:downloadPdf" content="Download PDF">
33-
</head>
3432

35-
<script type="module" src="./../public/docfx.min.js"></script>
33+
<script type="module" src="./../public/docfx.min.js"></script>
3634

37-
<script>
38-
const theme = localStorage.getItem('theme') || 'auto'
39-
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
40-
</script>
35+
<script>
36+
const theme = localStorage.getItem('theme') || 'auto'
37+
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
38+
</script>
4139

40+
</head>
4241

4342
<body class="tex2jax_ignore" data-layout="" data-yaml-mime="ManagedReference">
4443
<header class="bg-body border-bottom">
@@ -90,8 +89,7 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
9089

9190

9291
<h1 id="RelogicLabs_JSchema_Exceptions_ClassNotFoundException" data-uid="RelogicLabs.JSchema.Exceptions.ClassNotFoundException" class="text-break">
93-
Class ClassNotFoundException
94-
<a class="header-action link-secondary" title="View source" href="https://github.com/relogiclabs/JSchema-DotNet/blob/develop/JSchema/RelogicLabs/JSchema/Exceptions/ClassNotFoundException.cs/#L5"><i class="bi bi-code-slash"></i></a>
92+
Class ClassNotFoundException <a class="header-action link-secondary" title="View source" href="https://github.com/relogiclabs/JSchema-DotNet/blob/develop/JSchema/RelogicLabs/JSchema/Exceptions/ClassNotFoundException.cs/#L5"><i class="bi bi-code-slash"></i></a>
9593
</h1>
9694

9795
<div class="facts text-secondary">
@@ -127,7 +125,7 @@ <h1 id="RelogicLabs_JSchema_Exceptions_ClassNotFoundException" data-uid="Relogic
127125
</dl>
128126

129127

130-
<dl class="typelist derived">
128+
<dl class="typelist inheritedMembers">
131129
<dt>Inherited Members</dt>
132130
<dd>
133131
<div>

0 commit comments

Comments
 (0)