Skip to content

Commit 16c5845

Browse files
author
Azure Pipelines
committed
Publish GitHub Pages
1 parent 85d59fe commit 16c5845

File tree

94 files changed

+435
-438
lines changed

Some content is hidden

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

94 files changed

+435
-438
lines changed

api/toc.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@
1313

1414
<ul class="nav level1">
1515
<li>
16-
<a href="v2.x/" name="" title="Version 2.x">Version 2.x</a>
16+
<a href="v2.x/index.md" name="" title="Version 2.x">Version 2.x</a>
1717
</li>
1818
<li>
19-
<a href="v3.x/" name="" title="Version 3.x">Version 3.x</a>
19+
<a href="v3.x/index.html" name="v3.x/toc.html" title="Version 3.x">Version 3.x</a>
2020
</li>
2121
<li>
22-
<a href="v4.x/" name="" title="Version 4.x">Version 4.x</a>
22+
<a href="v4.x/index.md" name="" title="Version 4.x">Version 4.x</a>
2323
</li>
2424
<li>
25-
<a href="v5.x/" name="" title="Version 5.x">Version 5.x</a>
25+
<a href="v5.x/index.md" name="" title="Version 5.x">Version 5.x</a>
2626
</li>
2727
</ul>
2828
</div>

api/v3.x/FluentMigrator.Builders.Create.Sequence.ICreateSequenceSyntax.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ <h5 class="parameters">Parameters</h5>
121121
</thead>
122122
<tbody>
123123
<tr>
124-
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">Int64</a></td>
124+
<td><span class="xref">System.Int64</span></td>
125125
<td><span class="parametername">value</span></td>
126126
<td><p>The number of values to cache</p>
127127
</td>
@@ -206,7 +206,7 @@ <h5 class="parameters">Parameters</h5>
206206
</thead>
207207
<tbody>
208208
<tr>
209-
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">Int64</a></td>
209+
<td><span class="xref">System.Int64</span></td>
210210
<td><span class="parametername">increment</span></td>
211211
<td><p>The value used to increment the sequence</p>
212212
</td>
@@ -256,7 +256,7 @@ <h5 class="parameters">Parameters</h5>
256256
</thead>
257257
<tbody>
258258
<tr>
259-
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">Int64</a></td>
259+
<td><span class="xref">System.Int64</span></td>
260260
<td><span class="parametername">maxValue</span></td>
261261
<td><p>The maximum value of the sequence</p>
262262
</td>
@@ -306,7 +306,7 @@ <h5 class="parameters">Parameters</h5>
306306
</thead>
307307
<tbody>
308308
<tr>
309-
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">Int64</a></td>
309+
<td><span class="xref">System.Int64</span></td>
310310
<td><span class="parametername">minValue</span></td>
311311
<td><p>The minimum value of the sequence</p>
312312
</td>
@@ -356,7 +356,7 @@ <h5 class="parameters">Parameters</h5>
356356
</thead>
357357
<tbody>
358358
<tr>
359-
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">Int64</a></td>
359+
<td><span class="xref">System.Int64</span></td>
360360
<td><span class="parametername">startWith</span></td>
361361
<td><p>The start value</p>
362362
</td>

api/v3.x/FluentMigrator.Builders.Execute.IExecuteExpressionRoot.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ <h5 class="parameters">Parameters</h5>
161161
</td>
162162
</tr>
163163
<tr>
164-
<td><span class="xref">System.Collections.Generic.IDictionary</span>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a>&gt;</td>
164+
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.idictionary-2">IDictionary</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a>&gt;</td>
165165
<td><span class="parametername">parameters</span></td>
166166
<td><p>The parameters to be replaced in the SQL script</p>
167167
</td>
@@ -235,7 +235,7 @@ <h5 class="parameters">Parameters</h5>
235235
</td>
236236
</tr>
237237
<tr>
238-
<td><span class="xref">System.Collections.Generic.IDictionary</span>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a>&gt;</td>
238+
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.idictionary-2">IDictionary</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a>&gt;</td>
239239
<td><span class="parametername">parameters</span></td>
240240
<td><p>The parameters to be replaced in the SQL script</p>
241241
</td>

api/v3.x/FluentMigrator.Builders.IColumnTypeSyntax-1.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@ <h5 class="returns">Returns</h5>
713713
</span>
714714
<a id="FluentMigrator_Builders_IColumnTypeSyntax_1_AsDecimal_" data-uid="FluentMigrator.Builders.IColumnTypeSyntax`1.AsDecimal*"></a>
715715
<h4 id="FluentMigrator_Builders_IColumnTypeSyntax_1_AsDecimal" data-uid="FluentMigrator.Builders.IColumnTypeSyntax`1.AsDecimal">AsDecimal()</h4>
716-
<div class="markdown level1 summary"><p>Defines the column type as <span class="xref">System.Decimal</span></p>
716+
<div class="markdown level1 summary"><p>Defines the column type as <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.decimal">Decimal</a></p>
717717
</div>
718718
<div class="markdown level1 conceptual"></div>
719719
<h5 class="decalaration">Declaration</h5>
@@ -1173,7 +1173,7 @@ <h5 class="returns">Returns</h5>
11731173
</span>
11741174
<a id="FluentMigrator_Builders_IColumnTypeSyntax_1_AsInt64_" data-uid="FluentMigrator.Builders.IColumnTypeSyntax`1.AsInt64*"></a>
11751175
<h4 id="FluentMigrator_Builders_IColumnTypeSyntax_1_AsInt64" data-uid="FluentMigrator.Builders.IColumnTypeSyntax`1.AsInt64">AsInt64()</h4>
1176-
<div class="markdown level1 summary"><p>Defines the column type as a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int64">Int64</a></p>
1176+
<div class="markdown level1 summary"><p>Defines the column type as a <span class="xref">System.Int64</span></p>
11771177
</div>
11781178
<div class="markdown level1 conceptual"></div>
11791179
<h5 class="decalaration">Declaration</h5>

api/v3.x/FluentMigrator.Builders.IfDatabase.IIfDatabaseExpressionRoot.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ <h5 class="parameters">Parameters</h5>
371371
</thead>
372372
<tbody>
373373
<tr>
374-
<td><span class="xref">System.Action</span></td>
374+
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.action">Action</a></td>
375375
<td><span class="parametername">delegation</span></td>
376376
<td><p>The delegate to call if the database type matches</p>
377377
</td>

api/v3.x/FluentMigrator.Builders.Insert.IInsertDataSyntax.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ <h5 class="parameters">Parameters</h5>
121121
</thead>
122122
<tbody>
123123
<tr>
124-
<td><span class="xref">System.Collections.Generic.IDictionary</span>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">Object</a>&gt;</td>
124+
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.idictionary-2">IDictionary</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">String</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">Object</a>&gt;</td>
125125
<td><span class="parametername">data</span></td>
126126
<td><p>The dictionary containing column name/value combinations</p>
127127
</td>

api/v3.x/FluentMigrator.Exceptions.DatabaseOperationNotSupportedException.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ <h5>Implements</h5>
101101
<div class="inheritedMembers">
102102
<h5>Inherited Members</h5>
103103
<div>
104-
<span class="xref">System.Exception.GetBaseException()</span>
104+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.getbaseexception#system-exception-getbaseexception">Exception.GetBaseException()</a>
105105
</div>
106106
<div>
107107
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.getobjectdata#system-exception-getobjectdata(system-runtime-serialization-serializationinfo-system-runtime-serialization-streamingcontext)">Exception.GetObjectData(SerializationInfo, StreamingContext)</a>
@@ -122,7 +122,7 @@ <h5>Inherited Members</h5>
122122
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.hresult#system-exception-hresult">Exception.HResult</a>
123123
</div>
124124
<div>
125-
<span class="xref">System.Exception.InnerException</span>
125+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.innerexception#system-exception-innerexception">Exception.InnerException</a>
126126
</div>
127127
<div>
128128
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.message#system-exception-message">Exception.Message</a>
@@ -143,7 +143,7 @@ <h5>Inherited Members</h5>
143143
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">Object.Equals(Object)</a>
144144
</div>
145145
<div>
146-
<span class="xref">System.Object.Equals(System.Object, System.Object)</span>
146+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">Object.Equals(Object, Object)</a>
147147
</div>
148148
<div>
149149
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode#system-object-gethashcode">Object.GetHashCode()</a>

api/v3.x/FluentMigrator.Exceptions.DuplicateMigrationException.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ <h5>Implements</h5>
101101
<div class="inheritedMembers">
102102
<h5>Inherited Members</h5>
103103
<div>
104-
<span class="xref">System.Exception.GetBaseException()</span>
104+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.getbaseexception#system-exception-getbaseexception">Exception.GetBaseException()</a>
105105
</div>
106106
<div>
107107
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.getobjectdata#system-exception-getobjectdata(system-runtime-serialization-serializationinfo-system-runtime-serialization-streamingcontext)">Exception.GetObjectData(SerializationInfo, StreamingContext)</a>
@@ -122,7 +122,7 @@ <h5>Inherited Members</h5>
122122
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.hresult#system-exception-hresult">Exception.HResult</a>
123123
</div>
124124
<div>
125-
<span class="xref">System.Exception.InnerException</span>
125+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.innerexception#system-exception-innerexception">Exception.InnerException</a>
126126
</div>
127127
<div>
128128
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.message#system-exception-message">Exception.Message</a>
@@ -143,7 +143,7 @@ <h5>Inherited Members</h5>
143143
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">Object.Equals(Object)</a>
144144
</div>
145145
<div>
146-
<span class="xref">System.Object.Equals(System.Object, System.Object)</span>
146+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">Object.Equals(Object, Object)</a>
147147
</div>
148148
<div>
149149
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode#system-object-gethashcode">Object.GetHashCode()</a>

api/v3.x/FluentMigrator.Exceptions.FluentMigratorException.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ <h5>Implements</h5>
108108
<div class="inheritedMembers">
109109
<h5>Inherited Members</h5>
110110
<div>
111-
<span class="xref">System.Exception.GetBaseException()</span>
111+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.getbaseexception#system-exception-getbaseexception">Exception.GetBaseException()</a>
112112
</div>
113113
<div>
114114
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.getobjectdata#system-exception-getobjectdata(system-runtime-serialization-serializationinfo-system-runtime-serialization-streamingcontext)">Exception.GetObjectData(SerializationInfo, StreamingContext)</a>
@@ -129,7 +129,7 @@ <h5>Inherited Members</h5>
129129
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.hresult#system-exception-hresult">Exception.HResult</a>
130130
</div>
131131
<div>
132-
<span class="xref">System.Exception.InnerException</span>
132+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.innerexception#system-exception-innerexception">Exception.InnerException</a>
133133
</div>
134134
<div>
135135
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.message#system-exception-message">Exception.Message</a>
@@ -150,7 +150,7 @@ <h5>Inherited Members</h5>
150150
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">Object.Equals(Object)</a>
151151
</div>
152152
<div>
153-
<span class="xref">System.Object.Equals(System.Object, System.Object)</span>
153+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">Object.Equals(Object, Object)</a>
154154
</div>
155155
<div>
156156
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode#system-object-gethashcode">Object.GetHashCode()</a>

api/v3.x/FluentMigrator.Exceptions.ProcessorFactoryNotFoundException.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ <h5>Implements</h5>
101101
<div class="inheritedMembers">
102102
<h5>Inherited Members</h5>
103103
<div>
104-
<span class="xref">System.Exception.GetBaseException()</span>
104+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.getbaseexception#system-exception-getbaseexception">Exception.GetBaseException()</a>
105105
</div>
106106
<div>
107107
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.getobjectdata#system-exception-getobjectdata(system-runtime-serialization-serializationinfo-system-runtime-serialization-streamingcontext)">Exception.GetObjectData(SerializationInfo, StreamingContext)</a>
@@ -122,7 +122,7 @@ <h5>Inherited Members</h5>
122122
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.hresult#system-exception-hresult">Exception.HResult</a>
123123
</div>
124124
<div>
125-
<span class="xref">System.Exception.InnerException</span>
125+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.innerexception#system-exception-innerexception">Exception.InnerException</a>
126126
</div>
127127
<div>
128128
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.message#system-exception-message">Exception.Message</a>
@@ -143,7 +143,7 @@ <h5>Inherited Members</h5>
143143
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">Object.Equals(Object)</a>
144144
</div>
145145
<div>
146-
<span class="xref">System.Object.Equals(System.Object, System.Object)</span>
146+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">Object.Equals(Object, Object)</a>
147147
</div>
148148
<div>
149149
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode#system-object-gethashcode">Object.GetHashCode()</a>

0 commit comments

Comments
 (0)