Skip to content

Commit 8aff36b

Browse files
authored
Regenerate .NET docs (#8799)
Adds missing docs for Pulumi.Output.JsonSerialize/JsonDeserialize
1 parent 73d7c7d commit 8aff36b

File tree

185 files changed

+24592
-8902
lines changed

Some content is hidden

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

185 files changed

+24592
-8902
lines changed

docfx/docfx.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"src": [
55
{
6-
"src": "../../pulumi/sdk/dotnet",
6+
"src": "../../pulumi-dotnet/sdk",
77
"files": ["Pulumi/Pulumi.csproj"]
88
}
99
],
@@ -13,7 +13,7 @@
1313
{
1414
"src": [
1515
{
16-
"src": "../../pulumi/sdk/dotnet",
16+
"src": "../../pulumi-dotnet/sdk",
1717
"files": ["Pulumi.FSharp/Pulumi.FSharp.fsproj"]
1818
}
1919
],
@@ -22,7 +22,7 @@
2222
{
2323
"src": [
2424
{
25-
"src": "../../pulumi/sdk/dotnet",
25+
"src": "../../pulumi-dotnet/sdk",
2626
"files": ["Pulumi.Automation/Pulumi.Automation.csproj"]
2727
}
2828
],
@@ -40,7 +40,7 @@
4040
"overwrite": [],
4141
"dest": "../static-prebuilt/docs/reference/pkg/dotnet",
4242
"globalMetadata": {
43-
"_appFooter": "Copyright 2016-2022, Pulumi Corporation."
43+
"_appFooter": "Copyright 2016-2023, Pulumi Corporation."
4444
},
4545
"globalMetadataFiles": [],
4646
"fileMetadataFiles": [],

static-prebuilt/docs/reference/pkg/dotnet/Pulumi.Automation/Pulumi.Automation.Commands.Exceptions.CommandException.html

+103-36
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,30 @@
11
<!DOCTYPE html>
22
<!--[if IE]><![endif]-->
33
<html>
4-
4+
55
<head>
66
<meta charset="utf-8">
7-
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
8-
<title>Class CommandException
9-
</title>
10-
<meta name="viewport" content="width=device-width">
11-
<meta name="title" content="Class CommandException
12-
">
13-
<meta name="generator" content="docfx 2.59.4.0">
7+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
8+
<title>Class CommandException
9+
</title>
10+
<meta name="viewport" content="width=device-width">
11+
<meta name="title" content="Class CommandException
12+
">
1413

15-
<link rel="shortcut icon" href="../favicon.ico">
16-
<link rel="stylesheet" href="../styles/docfx.vendor.css">
17-
<link rel="stylesheet" href="../styles/docfx.css">
18-
<link rel="stylesheet" href="../styles/main.css">
19-
<meta property="docfx:navrel" content="">
20-
<meta property="docfx:tocrel" content="toc.html">
14+
<link rel="shortcut icon" href="../favicon.ico">
15+
<link rel="stylesheet" href="../styles/docfx.vendor.min.css">
16+
<link rel="stylesheet" href="../styles/docfx.css">
17+
<link rel="stylesheet" href="../styles/main.css">
18+
<meta property="docfx:navrel" content="">
19+
<meta property="docfx:tocrel" content="toc.html">
2120

2221

2322

2423
</head>
2524
<body data-spy="scroll" data-target="#affix" data-offset="120">
2625
<div id="wrapper">
2726
<header>
28-
27+
2928
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
3029
<div class="container">
3130
<div class="navbar-header">
@@ -37,7 +36,7 @@
3736
</button>
3837
<a class="navbar-brand" href="/docs/reference/pkg/dotnet/" style="margin-top: 5px">
3938
<img id="logo" class="svg" src="../logo.svg" alt="" style="height:40px">
40-
</a> </div>
39+
</a> </div>
4140
<div class="collapse navbar-collapse" id="navbar">
4241
<form class="navbar-form navbar-right" role="search" id="search">
4342
<div class="form-group">
@@ -47,7 +46,7 @@
4746
</div>
4847
</div>
4948
</nav>
50-
49+
5150
<div class="subnav navbar navbar-default">
5251
<div class="container hide-when-search" id="breadcrumb">
5352
<ul class="breadcrumb">
@@ -57,7 +56,7 @@
5756
</div>
5857
</header>
5958
<div role="main" class="container body-content hide-when-search">
60-
59+
6160
<div class="sidenav hide-when-search">
6261
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
6362
<div class="sidetoggle collapse" id="sidetoggle">
@@ -67,29 +66,92 @@
6766
<div class="article row grid-right">
6867
<div class="col-md-10">
6968
<article class="content wrap" id="_content" data-uid="Pulumi.Automation.Commands.Exceptions.CommandException">
70-
69+
70+
7171
<h1 id="Pulumi_Automation_Commands_Exceptions_CommandException" data-uid="Pulumi.Automation.Commands.Exceptions.CommandException" class="text-break">Class CommandException
72-
</h1>
72+
</h1>
7373
<div class="markdown level0 summary"></div>
7474
<div class="markdown level0 conceptual"></div>
7575
<div class="inheritance">
7676
<h5>Inheritance</h5>
77-
<div class="level0"><span class="xref">System.Object</span></div>
78-
<div class="level1"><span class="xref">CommandException</span></div>
79-
<div class="level2"><a class="xref" href="Pulumi.Automation.Commands.Exceptions.ConcurrentUpdateException.html">ConcurrentUpdateException</a></div>
80-
<div class="level2"><a class="xref" href="Pulumi.Automation.Commands.Exceptions.StackAlreadyExistsException.html">StackAlreadyExistsException</a></div>
81-
<div class="level2"><a class="xref" href="Pulumi.Automation.Commands.Exceptions.StackNotFoundException.html">StackNotFoundException</a></div>
77+
<div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
78+
<div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception">Exception</a></div>
79+
<div class="level2"><span class="xref">CommandException</span></div>
80+
<div class="level3"><a class="xref" href="Pulumi.Automation.Commands.Exceptions.ConcurrentUpdateException.html">ConcurrentUpdateException</a></div>
81+
<div class="level3"><a class="xref" href="Pulumi.Automation.Commands.Exceptions.StackAlreadyExistsException.html">StackAlreadyExistsException</a></div>
82+
<div class="level3"><a class="xref" href="Pulumi.Automation.Commands.Exceptions.StackNotFoundException.html">StackNotFoundException</a></div>
8283
</div>
83-
<h6><strong>Namespace</strong>: <a class="xref" href="Pulumi.Automation.Commands.Exceptions.html">Pulumi.Automation.Commands.Exceptions</a></h6>
84+
<div class="implements">
85+
<h5>Implements</h5>
86+
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.serialization.iserializable">ISerializable</a></div>
87+
</div>
88+
<div class="inheritedMembers">
89+
<h5>Inherited Members</h5>
90+
<div>
91+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.getbaseexception">Exception.GetBaseException()</a>
92+
</div>
93+
<div>
94+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.getobjectdata">Exception.GetObjectData(SerializationInfo, StreamingContext)</a>
95+
</div>
96+
<div>
97+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.gettype">Exception.GetType()</a>
98+
</div>
99+
<div>
100+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.tostring">Exception.ToString()</a>
101+
</div>
102+
<div>
103+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.data">Exception.Data</a>
104+
</div>
105+
<div>
106+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.helplink">Exception.HelpLink</a>
107+
</div>
108+
<div>
109+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.hresult">Exception.HResult</a>
110+
</div>
111+
<div>
112+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.innerexception">Exception.InnerException</a>
113+
</div>
114+
<div>
115+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.message">Exception.Message</a>
116+
</div>
117+
<div>
118+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.source">Exception.Source</a>
119+
</div>
120+
<div>
121+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.stacktrace">Exception.StackTrace</a>
122+
</div>
123+
<div>
124+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.targetsite">Exception.TargetSite</a>
125+
</div>
126+
<div>
127+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.serializeobjectstate">Exception.SerializeObjectState</a>
128+
</div>
129+
<div>
130+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">object.Equals(object)</a>
131+
</div>
132+
<div>
133+
<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>
134+
</div>
135+
<div>
136+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode">object.GetHashCode()</a>
137+
</div>
138+
<div>
139+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone">object.MemberwiseClone()</a>
140+
</div>
141+
<div>
142+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals">object.ReferenceEquals(object, object)</a>
143+
</div>
144+
</div>
145+
<h6><strong>Namespace</strong>: <a class="xref" href="../Pulumi/Pulumi.html">Pulumi</a>.<a class="xref" href="Pulumi.Automation.html">Automation</a>.<span class="xref">Commands</span>.<a class="xref" href="Pulumi.Automation.Commands.Exceptions.html">Exceptions</a></h6>
84146
<h6><strong>Assembly</strong>: Pulumi.Automation.dll</h6>
85147
<h5 id="Pulumi_Automation_Commands_Exceptions_CommandException_syntax">Syntax</h5>
86148
<div class="codewrapper">
87-
<pre><code class="lang-csharp hljs">public class CommandException : Exception</code></pre>
149+
<pre><code class="lang-csharp hljs">public class CommandException : Exception, ISerializable</code></pre>
88150
</div>
89151
<h3 id="properties">Properties
90-
</h3>
152+
</h3>
91153
<span class="small pull-right mobile-hide">
92-
<a href="https://github.com/pulumi/pulumi/blob/master/sdk/dotnet/Pulumi.Automation/Commands/Exceptions/CommandException.cs/#L10">View Source</a>
154+
<a href="https://github.com/pulumi/pulumi-dotnet/blob/main/sdk/Pulumi.Automation/Commands/Exceptions/CommandException.cs/#L10">View Source</a>
93155
</span>
94156
<a id="Pulumi_Automation_Commands_Exceptions_CommandException_Name_" data-uid="Pulumi.Automation.Commands.Exceptions.CommandException.Name*"></a>
95157
<h4 id="Pulumi_Automation_Commands_Exceptions_CommandException_Name" data-uid="Pulumi.Automation.Commands.Exceptions.CommandException.Name">Name</h4>
@@ -109,19 +171,24 @@ <h5 class="propertyValue">Property Value</h5>
109171
</thead>
110172
<tbody>
111173
<tr>
112-
<td><span class="xref">System.String</span></td>
174+
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
113175
<td></td>
114176
</tr>
115177
</tbody>
116178
</table>
179+
<h3 id="implements">Implements</h3>
180+
<div>
181+
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.serialization.iserializable">ISerializable</a>
182+
</div>
183+
117184
</article>
118185
</div>
119186
<div class="hidden-sm col-md-2" role="complementary">
120187
<div class="sideaffix">
121188
<div class="contribution">
122189
<ul class="nav">
123190
<li>
124-
<a href="https://github.com/pulumi/pulumi/blob/master/sdk/dotnet/Pulumi.Automation/Commands/Exceptions/CommandException.cs/#L8" class="contribution-link">View Source</a>
191+
<a href="https://github.com/pulumi/pulumi-dotnet/blob/main/sdk/Pulumi.Automation/Commands/Exceptions/CommandException.cs/#L8" class="contribution-link">View Source</a>
125192
</li>
126193
</ul>
127194
</div>
@@ -131,22 +198,22 @@ <h5 class="propertyValue">Property Value</h5>
131198
</div>
132199
</div> </div>
133200
</div>
134-
201+
135202
<footer>
136203
<div class="grad-bottom"></div>
137204
<div class="footer">
138205
<div class="container">
139206
<span class="pull-right">
140207
<a href="#top">Back to top</a>
141208
</span>
142-
Copyright 2016-2022, Pulumi Corporation.
143-
209+
Copyright 2016-2023, Pulumi Corporation.
210+
144211
</div>
145212
</div>
146213
</footer>
147214
</div>
148-
149-
<script type="text/javascript" src="../styles/docfx.vendor.js"></script>
215+
216+
<script type="text/javascript" src="../styles/docfx.vendor.min.js"></script>
150217
<script type="text/javascript" src="../styles/docfx.js"></script>
151218
<script type="text/javascript" src="../styles/main.js"></script>
152219
</body>

0 commit comments

Comments
 (0)