|
1 |
| -<!DOCTYPE html> |
2 |
| -<!--[if IE]><![endif]--> |
3 |
| -<html> |
| 1 | +<!DOCTYPE html> |
| 2 | +<!--[if IE]><![endif]--> |
| 3 | +<html> |
4 | 4 |
|
5 | 5 | <head>
|
6 | 6 | <meta charset="utf-8">
|
|
9 | 9 | <meta name="viewport" content="width=device-width">
|
10 | 10 | <meta name="title" content=" | Npgsql Documentation ">
|
11 | 11 |
|
12 |
| - <link rel="apple-touch-icon" sizes="180x180" href="../../../../apple-touch-icon.png"> |
13 |
| - <link rel="icon" type="image/png" sizes="32x32" href="../../../../favicon-32x32.png"> |
14 |
| - <link rel="icon" type="image/png" sizes="16x16" href="../../../../favicon-16x16.png"> |
15 |
| - <link rel="manifest" href="../../../../site.webmanifest"> |
16 |
| - <link rel="mask-icon" href="../../../../safari-pinned-tab.svg" color="#5bbad5"> |
| 12 | + <link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png"> |
| 13 | + <link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png"> |
| 14 | + <link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png"> |
| 15 | + <link rel="manifest" href="site.webmanifest"> |
| 16 | + <link rel="mask-icon" href="safari-pinned-tab.svg" color="#5bbad5"> |
17 | 17 | <meta name="msapplication-TileColor" content="#2b5797">
|
18 | 18 | <meta name="theme-color" content="#ffffff">
|
19 |
| - <link rel="stylesheet" href="../../../../styles/docfx.vendor.css"> |
20 |
| - <link rel="stylesheet" href="../../../../styles/docfx.css"> |
21 |
| - <link rel="stylesheet" href="../../../../styles/main.css"> |
22 |
| - <link rel="stylesheet" href="../../../../styles/npgsql.css"> |
23 |
| - <meta property="docfx:navrel" content=""> |
24 |
| - <meta property="docfx:tocrel" content=""> |
| 19 | + <link rel="stylesheet" href="styles/docfx.vendor.css"> |
| 20 | + <link rel="stylesheet" href="styles/docfx.css"> |
| 21 | + <link rel="stylesheet" href="styles/main.css"> |
| 22 | + <link rel="stylesheet" href="styles/npgsql.css"> |
| 23 | + <meta property="docfx:navrel" content="toc.html"> |
| 24 | + <meta property="docfx:tocrel" content="toc.html"> |
25 | 25 |
|
26 |
| - <meta property="docfx:rel" content="../../../../"> |
| 26 | + <meta property="docfx:rel" content=""> |
27 | 27 |
|
28 | 28 | </head>
|
29 |
| - <body data-spy="scroll" data-target="#affix" data-offset="120"> |
30 |
| - <div id="wrapper"> |
31 |
| - <header> |
32 |
| - |
33 |
| - <nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation"> |
34 |
| - <div class="container"> |
35 |
| - <div class="navbar-header"> |
36 |
| - <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar"> |
37 |
| - <span class="sr-only">Toggle navigation</span> |
38 |
| - <span class="icon-bar"></span> |
39 |
| - <span class="icon-bar"></span> |
40 |
| - <span class="icon-bar"></span> |
41 |
| - </button> |
42 |
| - |
43 |
| - <a class="navbar-brand" href="../../../../index.html"> |
44 |
| - <img id="logo" class="svg" src="../../../../logo.svg" alt=""> |
45 |
| - </a> |
46 |
| - </div> |
47 |
| - <div class="collapse navbar-collapse" id="navbar"> |
48 |
| - <form class="navbar-form navbar-right" role="search" id="search"> |
49 |
| - <div class="form-group"> |
50 |
| - <input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off"> |
51 |
| - </div> |
52 |
| - </form> |
53 |
| - </div> |
54 |
| - </div> |
55 |
| - </nav> |
56 |
| - |
57 |
| - <div class="subnav navbar navbar-default"> |
58 |
| - <div class="container hide-when-search" id="breadcrumb"> |
59 |
| - <ul class="breadcrumb"> |
60 |
| - <li></li> |
61 |
| - </ul> |
62 |
| - </div> |
63 |
| - </div> |
64 |
| - </header> |
65 |
| - <div class="container body-content"> |
66 |
| - |
67 |
| - <div id="search-results"> |
68 |
| - <div class="search-list">Search Results for <span></span></div> |
69 |
| - <div class="sr-items"> |
70 |
| - <p><i class="glyphicon glyphicon-refresh index-loading"></i></p> |
71 |
| - </div> |
72 |
| - <ul id="pagination" data-first="First" data-prev="Previous" data-next="Next" data-last="Last"></ul> |
73 |
| - </div> |
74 |
| - </div> |
75 |
| - <div role="main" class="container body-content hide-when-search"> |
76 |
| - <div class="article row grid"> |
77 |
| - <div class="col-md-10"> |
78 |
| - <article class="content wrap" id="_content" data-uid=""> |
79 |
| - |
80 |
| -<h3 id="new-rules">New Rules</h3> |
81 |
| -<table> |
82 |
| -<thead> |
83 |
| -<tr> |
84 |
| -<th>Rule ID</th> |
85 |
| -<th>Category</th> |
86 |
| -<th>Severity</th> |
87 |
| -<th>Notes</th> |
88 |
| -</tr> |
89 |
| -</thead> |
90 |
| -<tbody> |
91 |
| -<tr> |
92 |
| -<td>PGXXXX</td> |
93 |
| -<td>Internal</td> |
94 |
| -<td>Error</td> |
95 |
| -<td></td> |
96 |
| -</tr> |
97 |
| -</tbody> |
98 |
| -</table> |
99 |
| - |
100 |
| -</article> |
101 |
| - </div> |
102 |
| - |
103 |
| - <div class="hidden-sm col-md-2" role="complementary"> |
104 |
| - <div class="sideaffix"> |
105 |
| - <div class="contribution"> |
106 |
| - <ul class="nav"> |
107 |
| - <li> |
108 |
| - <a href="https://github.com/npgsql/npgsql/blob/main/src/Npgsql.SourceGenerators/AnalyzerReleases.Unshipped.md/#L1" class="contribution-link">Edit this page</a> |
109 |
| - </li> |
110 |
| - </ul> |
111 |
| - </div> |
112 |
| - <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix"> |
113 |
| - <h5>In this article</h5> |
114 |
| - <div></div> |
115 |
| - </nav> |
116 |
| - </div> |
117 |
| - </div> |
118 |
| - </div> |
119 |
| - </div> |
120 |
| - |
121 |
| - <footer> |
122 |
| - <div class="grad-bottom"></div> |
123 |
| - <div class="footer"> |
124 |
| - <div class="container"> |
125 |
| - <span class="pull-right"> |
126 |
| - <a href="#top">Back to top</a> |
127 |
| - </span> |
128 |
| - © Copyright 2024 The Npgsql Development Team |
129 |
| - |
130 |
| - </div> |
131 |
| - </div> |
132 |
| - </footer> |
133 |
| - </div> |
134 |
| - |
135 |
| - <script type="text/javascript" src="../../../../styles/docfx.vendor.min.js"></script> |
136 |
| - <script type="text/javascript" src="../../../../styles/docfx.js"></script> |
137 |
| - <script type="text/javascript" src="../../../../styles/main.js"></script> |
138 |
| - </body> |
139 |
| -</html> |
| 29 | + <body data-spy="scroll" data-target="#affix" data-offset="120"> |
| 30 | + <div id="wrapper"> |
| 31 | + <header> |
| 32 | + |
| 33 | + <nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation"> |
| 34 | + <div class="container"> |
| 35 | + <div class="navbar-header"> |
| 36 | + <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar"> |
| 37 | + <span class="sr-only">Toggle navigation</span> |
| 38 | + <span class="icon-bar"></span> |
| 39 | + <span class="icon-bar"></span> |
| 40 | + <span class="icon-bar"></span> |
| 41 | + </button> |
| 42 | + |
| 43 | + <a class="navbar-brand" href="index.html"> |
| 44 | + <img id="logo" class="svg" src="logo.svg" alt=""> |
| 45 | + </a> |
| 46 | + </div> |
| 47 | + <div class="collapse navbar-collapse" id="navbar"> |
| 48 | + <form class="navbar-form navbar-right" role="search" id="search"> |
| 49 | + <div class="form-group"> |
| 50 | + <input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off"> |
| 51 | + </div> |
| 52 | + </form> |
| 53 | + </div> |
| 54 | + </div> |
| 55 | + </nav> |
| 56 | + |
| 57 | + <div class="subnav navbar navbar-default"> |
| 58 | + <div class="container hide-when-search" id="breadcrumb"> |
| 59 | + <ul class="breadcrumb"> |
| 60 | + <li></li> |
| 61 | + </ul> |
| 62 | + </div> |
| 63 | + </div> |
| 64 | + </header> |
| 65 | + <div class="container body-content"> |
| 66 | + |
| 67 | + <div id="search-results"> |
| 68 | + <div class="search-list">Search Results for <span></span></div> |
| 69 | + <div class="sr-items"> |
| 70 | + <p><i class="glyphicon glyphicon-refresh index-loading"></i></p> |
| 71 | + </div> |
| 72 | + <ul id="pagination" data-first="First" data-prev="Previous" data-next="Next" data-last="Last"></ul> |
| 73 | + </div> |
| 74 | + </div> |
| 75 | + <div role="main" class="container body-content hide-when-search"> |
| 76 | + <div class="article row grid"> |
| 77 | + <div class="col-md-10"> |
| 78 | + <article class="content wrap" id="_content" data-uid=""> |
| 79 | + |
| 80 | +<p>This is the documentation repo for Npgsql.</p> |
| 81 | +<p>It contains conceptual documentation articles for Npgsql, Npgsql.EntityFrameworkCore.PostgreSQL (AKA EFCore.PG) and EntityFramework6.Npgsql (AKA EF6.PG).</p> |
| 82 | +<p>Note that to properly work, docfx expects to also find the Npgsql and EFCore.PG repos cloned in the repo root - it extracts API documentation from them.</p> |
| 83 | +<p>A Github Actions workflow automatically clones the appropriate repository, rebuilds the entire documentation and pushes the results to live.</p> |
| 84 | +</article> |
| 85 | + </div> |
| 86 | + |
| 87 | + <div class="hidden-sm col-md-2" role="complementary"> |
| 88 | + <div class="sideaffix"> |
| 89 | + <div class="contribution"> |
| 90 | + <ul class="nav"> |
| 91 | + <li> |
| 92 | + <a href="https://github.com/npgsql/doc/blob/main/README.md/#L1" class="contribution-link">Improve this Doc</a> |
| 93 | + </li> |
| 94 | + </ul> |
| 95 | + </div> |
| 96 | + <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix"> |
| 97 | + <h5>In This Article</h5> |
| 98 | + <div></div> |
| 99 | + </nav> |
| 100 | + </div> |
| 101 | + </div> |
| 102 | + </div> |
| 103 | + </div> |
| 104 | + |
| 105 | + <footer> |
| 106 | + <div class="grad-bottom"></div> |
| 107 | + <div class="footer"> |
| 108 | + <div class="container"> |
| 109 | + <span class="pull-right"> |
| 110 | + <a href="#top">Back to top</a> |
| 111 | + </span> |
| 112 | + © Copyright 2024 The Npgsql Development Team |
| 113 | + |
| 114 | + </div> |
| 115 | + </div> |
| 116 | + </footer> |
| 117 | + </div> |
| 118 | + |
| 119 | + <script type="text/javascript" src="styles/docfx.vendor.js"></script> |
| 120 | + <script type="text/javascript" src="styles/docfx.js"></script> |
| 121 | + <script type="text/javascript" src="styles/main.js"></script> |
| 122 | + </body> |
| 123 | +</html> |
0 commit comments