Skip to content

Commit d4927e9

Browse files
authored
Merge pull request #3410 from dotnet/master
Update live with current master
2 parents 2a22e95 + 527d968 commit d4927e9

File tree

11 files changed

+574
-184
lines changed

11 files changed

+574
-184
lines changed

.openpublishing.publish.config.json

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,17 @@
1313
"type_mapping": {
1414
"Conceptual": "Content",
1515
"ManagedReference": "Content",
16-
"RestApi": "Content",
16+
"NetEnum": "Content",
17+
"NetDelegate": "Content",
18+
"NetNamespace": "Content",
19+
"NetMember": "Content",
20+
"NetType": "Content",
1721
"Tutorial": "Content"
1822
},
1923
"build_entry_point": "docs",
2024
"template_folder": "_themes",
2125
"base_path": "dotnet",
2226
"site_name": "Docs",
23-
"customized_template_paths": [
24-
"_dependentPackages/memberpage.plugins/content"
25-
],
2627
"customized_tasks": {
2728
"docset_prebuild": [
2829
"_dependentPackages/ECMA2Yaml/tools/Run.ps1",
@@ -36,7 +37,8 @@
3637
"ECMA2Yaml": {
3738
"SourceXmlFolder": "xml",
3839
"OutputYamlFolder": "api",
39-
"Flatten": true
40+
"Flatten": true,
41+
"SDPMode": true
4042
},
4143
"SplitTOC": [
4244
"api/toc.yml"
@@ -103,13 +105,6 @@
103105
"target_framework": "net45",
104106
"version": "latest"
105107
},
106-
{
107-
"id": "memberpage.plugins",
108-
"nuget_feed": "https://www.myget.org/F/docfx/api/v2",
109-
"path_to_root": "_dependentPackages/memberpage.plugins",
110-
"target_framework": "net45",
111-
"version": "latest"
112-
},
113108
{
114109
"id": "Microsoft.OpenPublishing.CommonPlugins",
115110
"nuget_feed": "https://www.myget.org/F/op/api/v2",

_zip/missingapi.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
### YamlMime:XRefMap
22
hrefUpdated: true
33
references:
4+
- uid: System.MonoNotSupportedAttribute
5+
name: MonoNotSupportedAttribute
6+
fullname: System.MonoNotSupportedAttribute
7+
- uid: System.ServiceModel.Configuration.ServiceModelEnumValidatorAttribute
8+
name: ServiceModelEnumValidatorAttribute
9+
fullname: System.ServiceModel.Configuration.ServiceModelEnumValidatorAttribute
10+
- uid: System.ServiceModel.Configuration.ServiceModelTimeSpanValidatorAttribute
11+
name: ServiceModelTimeSpanValidatorAttribute
12+
fullname: System.ServiceModel.Configuration.ServiceModelTimeSpanValidatorAttribute
13+
- uid: System.Web.WebCategoryAttribute
14+
name: WebCategoryAttribute
15+
fullname: System.Web.WebCategoryAttribute
416
- uid: System.Windows.Localization.Attributes*
517
href: https://msdn.microsoft.com/library/system.windows.localization.attributes.aspx
618
name: Attributes
@@ -49,3 +61,18 @@ references:
4961
name.vb: ResizeGripDirection
5062
fullName: WindowChrome.ResizeGripDirection
5163
fullName.vb: WindowChrome.ResizeGripDirection
64+
- uid: Xunit.FactAttribute
65+
name: FactAttribute
66+
fullName: Xunit.FactAttribute
67+
- uid: Xunit.TheoryAttribute
68+
name: TheoryAttribute
69+
fullName: Xunit.TheoryAttribute
70+
- uid: Xunit.TheoryData
71+
name: TheoryData
72+
fullName: Xunit.TheoryData
73+
- uid: Xunit.MemberDataAttribute
74+
name: MemberDataAttribute
75+
fullName: Xunit.MemberDataAttribute
76+
- uid: Xunit.InlineDataAttribute
77+
name: InlineDataAttribute
78+
fullName: Xunit.InlineDataAttribute

xml/Microsoft.VisualBasic.FileIO/FileSystem.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3400,9 +3400,9 @@
34003400
34013401
34023402
## Examples
3403-
This example opens a <xref:System.IO.StreamWriter> with the `My.Computer.FileSystem.OpenTextFileWriter` method and uses it to write a string to a text file with the `WriteLine` method of the `StreamWriter` class.
3403+
This example opens a <xref:System.IO.StreamWriter> with the `My.Computer.FileSystem.OpenTextFileWriter` method with `Unicode` encoding and uses it to write a string to a text file with the `WriteLine` method of the `StreamWriter` class.
34043404
3405-
[!code-vb[VbRefFile#14](~/samples/snippets/visualbasic/VS_Snippets_VBCSharp/VbRefFile/VB/Class1.vb#14)]
3405+
[!code-vb[VbRefFile#23](~/samples/snippets/visualbasic/VS_Snippets_VBCSharp/VbRefFile/VB/Class1.vb#23)]
34063406
34073407
]]></format>
34083408
</remarks>

xml/System.Diagnostics.Eventing.Reader/EventLogInformation.xml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,18 @@
6060
<Docs>
6161
<summary>Gets the file attributes of the log file associated with the log.</summary>
6262
<value>Returns an integer value. This value can be null.</value>
63-
<remarks>To be added.</remarks>
63+
<remarks>
64+
<format type="text/markdown"><![CDATA[
65+
66+
## Remarks
67+
68+
The values of this property are the same as those of the <xref:System.IO.FileAttributes> type. To make working with this property easier, you can convert the value to that type using the following code:
69+
70+
[!code-csharp[System.Diagnostics.Eventing.Reader.EventLogInformation#1](~/samples/snippets/csharp/VS_Snippets_CLR_System/System.Diagnostics.Eventing.Reader.EventLogInformation/cs/attributes.cs#1)]
71+
[!code-vb[System.Diagnostics.Eventing.Reader.EventLogInformation#1](~/samples/snippets/visualbasic/VS_Snippets_CLR_System/System.Diagnostics.Eventing.Reader.EventLogInformation/vb/attributes.vb#1)]
72+
73+
]]></format>
74+
</remarks>
6475
<related type="Article" href="https://msdn.microsoft.com/library/d26107ee-7a80-44d7-b43b-cf774559e4ac">Technology Summary for Reading and Managing Event Logs</related>
6576
<related type="Article" href="https://msdn.microsoft.com/library/79377aba-b6e5-4e4d-a9be-ea25ce6f1dc5">Event Log Scenarios</related>
6677
</Docs>

xml/System.IO/File.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1192,7 +1192,7 @@
11921192
<param name="path">The path and name of the file to create.</param>
11931193
<param name="bufferSize">The number of bytes buffered for reads and writes to the file.</param>
11941194
<param name="options">One of the <see cref="T:System.IO.FileOptions" /> values that describes how to create or overwrite the file.</param>
1195-
<param name="fileSecurity">One of the <see cref="T:System.Security.AccessControl.FileSecurity" /> values that determines the access control and audit security for the file.</param>
1195+
<param name="fileSecurity">A <see cref="T:System.Security.AccessControl.FileSecurity" /> object that determines the access control and audit security for the file.</param>
11961196
<summary>Creates or overwrites a file in the specified path, specifying a buffer size, options that describe how to create or overwrite the file, and a value that determines the access control and audit security for the file.</summary>
11971197
<returns>A new file with the specified buffer size, file options, and file security.</returns>
11981198
<remarks>

0 commit comments

Comments
 (0)