Skip to content

Commit d19e4e3

Browse files
committed
Merge branch 'main' into http-success-1
# Conflicts: # xml/System.Net.Http/HttpResponseMessage.xml
2 parents 060db12 + 4855510 commit d19e4e3

File tree

1,632 files changed

+99281
-89208
lines changed

Some content is hidden

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

1,632 files changed

+99281
-89208
lines changed

.github/workflows/quest-bulk.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: "bulk quest import"
22
on:
33
schedule:
4-
- cron: '0 10 * * *' # UTC time, that's 5:00 am EST, 2:00 am PST.
5-
- cron: '0 9 6 * *' # This is the morning of the 6th.
4+
- cron: '30 10 1-5,7-31 * *' # UTC time, that's 5:30 am EST, 2:30 am PST.
5+
- cron: '30 10 6 * *' # This is the morning of the 6th.
66
workflow_dispatch:
77
inputs:
88
reason:
@@ -50,4 +50,4 @@ jobs:
5050
org: ${{ github.repository_owner }}
5151
repo: ${{ github.repository }}
5252
issue: '-1'
53-
duration: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.duration || github.event.schedule == '0 9 6 * *' && -1 || 5 }}
53+
duration: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.duration || github.event.schedule == '30 10 6 * *' && -1 || 5 }}

_zip/missingapi.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,15 +174,15 @@ references:
174174
- uid: StackExchange.Redis.ConfigurationOptions
175175
name: ConfigurationOptions
176176
fullname: StackExchange.Redis.ConfigurationOptions
177-
href: https://www.fuget.org/packages/StackExchange.Redis/2.8.24/lib/netstandard2.0/StackExchange.Redis.dll/StackExchange.Redis/ConfigurationOptions
177+
href: https://github.com/StackExchange/StackExchange.Redis/blob/main/src/StackExchange.Redis/ConfigurationOptions.cs
178178
- uid: StackExchange.Redis.IConnectionMultiplexer
179179
name: IConnectionMultiplexer
180180
fullname: StackExchange.Redis.IConnectionMultiplexer
181-
href: https://www.fuget.org/packages/StackExchange.Redis/2.8.24/lib/netstandard2.0/StackExchange.Redis.dll/StackExchange.Redis/IConnectionMultiplexer
181+
href: https://github.com/StackExchange/StackExchange.Redis/blob/main/src/StackExchange.Redis/Interfaces/IConnectionMultiplexer.cs
182182
- uid: StackExchange.Redis.Profiling.ProfilingSession
183183
name: ProfilingSession
184184
fullname: StackExchange.Redis.Profiling.ProfilingSession
185-
href: https://www.fuget.org/packages/StackExchange.Redis/2.8.24/lib/netstandard2.0/StackExchange.Redis.dll/StackExchange.Redis.Profiling/ProfilingSession
185+
href: https://github.com/StackExchange/StackExchange.Redis/blob/main/src/StackExchange.Redis/Profiling/ProfilingSession.cs
186186
- uid: System.Diagnostics.PresentationTraceSources.TraceLevel
187187
name: PresentationTraceSources.TraceLevel
188188
fullname: System.Diagnostics.PresentationTraceSources.TraceLevel

quest-config.json

Lines changed: 6 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@
22
"AzureDevOps": {
33
"Org": "msft-skilling",
44
"Project": "Content",
5-
"AreaPath": "Production\\Digital and App Innovation\\DotNet and more\\dotnet"
5+
"AreaPath": "Production\\Core AI\\DotNet and more\\dotnet"
66
},
77
"ImportTriggerLabel": ":world_map: reQUEST",
88
"ImportedLabel": ":pushpin: seQUESTered",
99
"ParentNodes": [
10+
{
11+
"Semester": "Bromine",
12+
"ParentNodeId": 410746
13+
},
1014
{
1115
"Label": "user-feedback",
1216
"Semester": "Selenium",
@@ -25,25 +29,7 @@
2529
{
2630
"Semester": "Selenium",
2731
"ParentNodeId": 308199
28-
},
29-
{
30-
"Label": "user-feedback",
31-
"Semester": "Dilithium",
32-
"ParentNodeId": 233465
33-
},
34-
{
35-
"Label": "doc-bug",
36-
"ParentNodeId": 233465
37-
},
38-
{
39-
"Label": "doc-update",
40-
"Semester": "Dilithium",
41-
"ParentNodeId": 237266
42-
},
43-
{
44-
"Semester": "Dilithium",
45-
"ParentNodeId": 227485
4632
}
4733
],
48-
"DefaultParentNode": 308199
34+
"DefaultParentNode": 410746
4935
}

snippets/cpp/VS_Snippets_CLR/Cryptography.3DESCSP.CreateEncryptor.File/CPP/fileexample.cpp

Lines changed: 0 additions & 113 deletions
This file was deleted.

snippets/cpp/VS_Snippets_CLR/Cryptography.3DESCSP.CreateEncryptor.Memory/CPP/memoryexample.cpp

Lines changed: 0 additions & 105 deletions
This file was deleted.

snippets/cpp/VS_Snippets_CLR_Classic/classic TripleDESCryptoServiceProvider Example/CPP/source.cpp

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)