Skip to content

Commit ae72e63

Browse files
authored
Merge pull request #52701 from dotnet/main
Merge main into live
2 parents 39b314b + 9979152 commit ae72e63

2,711 files changed

Lines changed: 50412 additions & 49476 deletions

File tree

Some content is hidden

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

.github/dependabot.yml

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -866,28 +866,6 @@ updates:
866866
dotnet:
867867
patterns:
868868
- "*" # Prefer a single PR per project update.
869-
- package-ecosystem: "nuget"
870-
directory: "/docs/ai/quickstarts/snippets/chat-with-data/azure-openai" #VectorDataAI.csproj
871-
schedule:
872-
interval: "weekly"
873-
day: "wednesday"
874-
open-pull-requests-limit: 5
875-
groups:
876-
# Group .NET updates together for projects.
877-
dotnet:
878-
patterns:
879-
- "*" # Prefer a single PR per project update.
880-
- package-ecosystem: "nuget"
881-
directory: "/docs/ai/quickstarts/snippets/chat-with-data/openai" #VectorDataAI.csproj
882-
schedule:
883-
interval: "weekly"
884-
day: "wednesday"
885-
open-pull-requests-limit: 5
886-
groups:
887-
# Group .NET updates together for projects.
888-
dotnet:
889-
patterns:
890-
- "*" # Prefer a single PR per project update.
891869
- package-ecosystem: "nuget"
892870
directory: "/docs/ai/quickstarts/snippets/function-calling/azure-openai" #FunctionCallingAI.csproj
893871
schedule:
@@ -1251,6 +1229,50 @@ updates:
12511229
dotnet:
12521230
patterns:
12531231
- "*" # Prefer a single PR per project update.
1232+
- package-ecosystem: "nuget"
1233+
directory: "/docs/ai/vector-stores/snippets/chat-with-data/azure-openai" #VectorDataAI.csproj
1234+
schedule:
1235+
interval: "weekly"
1236+
day: "wednesday"
1237+
open-pull-requests-limit: 5
1238+
groups:
1239+
# Group .NET updates together for projects.
1240+
dotnet:
1241+
patterns:
1242+
- "*" # Prefer a single PR per project update.
1243+
- package-ecosystem: "nuget"
1244+
directory: "/docs/ai/vector-stores/snippets/chat-with-data/openai" #VectorDataAI.csproj
1245+
schedule:
1246+
interval: "weekly"
1247+
day: "wednesday"
1248+
open-pull-requests-limit: 5
1249+
groups:
1250+
# Group .NET updates together for projects.
1251+
dotnet:
1252+
patterns:
1253+
- "*" # Prefer a single PR per project update.
1254+
- package-ecosystem: "nuget"
1255+
directory: "/docs/ai/vector-stores/snippets/conceptual" #VectorStoreSnippets.csproj
1256+
schedule:
1257+
interval: "weekly"
1258+
day: "wednesday"
1259+
open-pull-requests-limit: 5
1260+
groups:
1261+
# Group .NET updates together for projects.
1262+
dotnet:
1263+
patterns:
1264+
- "*" # Prefer a single PR per project update.
1265+
- package-ecosystem: "nuget"
1266+
directory: "/docs/ai/vector-stores/snippets/how-to" #HowToSnippets.csproj
1267+
schedule:
1268+
interval: "weekly"
1269+
day: "wednesday"
1270+
open-pull-requests-limit: 5
1271+
groups:
1272+
# Group .NET updates together for projects.
1273+
dotnet:
1274+
patterns:
1275+
- "*" # Prefer a single PR per project update.
12541276
- package-ecosystem: "nuget"
12551277
directory: "/docs/azure/sdk/snippets/aspnetcore-guidance/BlazorSample" #BlazorSample.csproj
12561278
schedule:
@@ -2175,25 +2197,3 @@ updates:
21752197
dotnet:
21762198
patterns:
21772199
- "*" # Prefer a single PR per project update.
2178-
- package-ecosystem: "nuget"
2179-
directory: "/docs/core/extensions/snippets/logging/getting-started" #getting-started.csproj
2180-
schedule:
2181-
interval: "weekly"
2182-
day: "wednesday"
2183-
open-pull-requests-limit: 5
2184-
groups:
2185-
# Group .NET updates together for projects.
2186-
dotnet:
2187-
patterns:
2188-
- "*" # Prefer a single PR per project update.
2189-
- package-ecosystem: "nuget"
2190-
directory: "/docs/core/extensions/snippets/logging/library-authors" #library-authors.csproj
2191-
schedule:
2192-
interval: "weekly"
2193-
day: "wednesday"
2194-
open-pull-requests-limit: 5
2195-
groups:
2196-
# Group .NET updates together for projects.
2197-
dotnet:
2198-
patterns:
2199-
- "*" # Prefer a single PR per project update.

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@ jobs:
7171

7272
# Upload the results to GitHub's code scanning dashboard.
7373
- name: "Upload to code-scanning"
74-
uses: github/codeql-action/upload-sarif@38697555549f1db7851b81482ff19f1fa5c4fedc # v3.29.5
74+
uses: github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v3.29.5
7575
with:
7676
sarif_file: results.sarif

.openpublishing.redirection.standard.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,10 @@
403403
"source_path_from_root": "/docs/standard/events/how-to-consume-events-in-a-web-forms-application.md",
404404
"redirect_url": "/aspnet/web-forms/overview/how-to-consume-events"
405405
},
406+
{
407+
"source_path_from_root": "/docs/standard/events/how-to-handle-multiple-events-using-event-properties.md",
408+
"redirect_url": "/dotnet/standard/events/how-to-declare-multiple-events-using-event-properties"
409+
},
406410
{
407411
"source_path_from_root": "/docs/standard/exceptions.md",
408412
"redirect_url": "/dotnet/standard/exceptions/",

docs/ai/quickstarts/snippets/image-generation/azure-openai/ImagesAzureOpenAI.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Azure.Identity" Version="1.17.1" />
11+
<PackageReference Include="Azure.Identity" Version="1.19.0" />
1212
<PackageReference Include="Azure.AI.OpenAI" Version="2.1.0" />
13-
<PackageReference Include="Microsoft.Extensions.Configuration" Version="10.0.1" />
14-
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="10.0.1" />
13+
<PackageReference Include="Microsoft.Extensions.Configuration" Version="10.0.5" />
14+
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="10.0.5" />
1515

1616
</ItemGroup>
1717

docs/ai/quickstarts/snippets/mcp-client/MinimalMCPClient.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<PackageReference Include="Azure.Identity" Version="1.19.0" />
1313
<PackageReference Include="Microsoft.Extensions.AI" Version="10.4.1" />
1414
<PackageReference Include="Microsoft.Extensions.AI.OpenAI" Version="10.4.1" />
15-
<PackageReference Include="ModelContextProtocol" Version="1.1.0" />
15+
<PackageReference Include="ModelContextProtocol" Version="1.2.0" />
1616
</ItemGroup>
1717

1818
</Project>

docs/ai/quickstarts/snippets/prompt-completion/openai/ExtensionsOpenAI.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Microsoft.Extensions.AI.OpenAI" Version="9.4.0-preview.1.25207.5" />
12-
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.10" />
13-
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="9.0.10" />
11+
<PackageReference Include="Microsoft.Extensions.AI.OpenAI" Version="10.4.1" />
12+
<PackageReference Include="Microsoft.Extensions.Configuration" Version="10.0.5" />
13+
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="10.0.5" />
1414
</ItemGroup>
1515

1616
</Project>

docs/ai/snippets/microsoft-extensions-ai/ConsoleAI.UseTelemetry/ConsoleAI.UseTelemetry.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="OllamaSharp" Version="5.4.13" />
12-
<PackageReference Include="OpenTelemetry.Exporter.Console" Version="1.15.0" />
11+
<PackageReference Include="OllamaSharp" Version="5.4.25" />
12+
<PackageReference Include="OpenTelemetry.Exporter.Console" Version="1.15.1" />
1313
</ItemGroup>
1414

1515
<ItemGroup>

docs/ai/vector-stores/snippets/conceptual/VectorStoreSnippets.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99

1010
<ItemGroup>
1111
<PackageReference Include="Azure.Search.Documents" Version="11.8.0-beta.1" />
12-
<PackageReference Include="Microsoft.Extensions.AI" Version="10.3.0" />
13-
<PackageReference Include="Microsoft.Extensions.AI.OpenAI" Version="10.3.0" />
12+
<PackageReference Include="Microsoft.Extensions.AI" Version="10.4.1" />
13+
<PackageReference Include="Microsoft.Extensions.AI.OpenAI" Version="10.4.1" />
1414
<PackageReference Include="Microsoft.SemanticKernel.Connectors.AzureAISearch" Version="1.*-*" />
1515
<PackageReference Include="Microsoft.SemanticKernel.Connectors.InMemory" Version="1.*-*" />
1616
<PackageReference Include="Microsoft.SemanticKernel.Connectors.Qdrant" Version="1.*-*" />

docs/architecture/blazor-for-web-forms-developers/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Individual configuration settings can be read by specifying the configuration se
144144
var mySetting = Configuration["section1:key0"];
145145
```
146146

147-
You can fetch entire configuration sections by using the <xref:Microsoft.Extensions.Configuration.IConfiguration.GetSection%2A> method to retrieve a collection of keys at a specific location with a syntax similar to `GetSection("section1")` to retrieve the configuration for section1 from the earlier example.
147+
You can fetch entire configuration sections by using the <xref:Microsoft.Extensions.Configuration.IConfiguration.GetSection*> method to retrieve a collection of keys at a specific location with a syntax similar to `GetSection("section1")` to retrieve the configuration for section1 from the earlier example.
148148

149149
## Strongly typed configuration
150150

docs/architecture/cloud-native/infrastructure-resiliency-azure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ We encouraged the best practice of implementing programmatic retry operations in
8989

9090
- *Azure Redis Cache.* The Redis StackExchange client uses a connection manager class that includes retries on failed attempts. The number of retries, specific retry policy and wait time are all configurable.
9191

92-
- *Azure Service Bus.* The Service Bus client exposes a [RetryPolicy class](xref:Microsoft.ServiceBus.RetryPolicy) that can be configured with a back-off interval, retry count, and <xref:Microsoft.ServiceBus.RetryExponential.TerminationTimeBuffer%2A>, which specifies the maximum time an operation can take. The default policy is nine maximum retry attempts with a 30-second backoff period between attempts.
92+
- *Azure Service Bus.* The Service Bus client exposes a [RetryPolicy class](xref:Microsoft.ServiceBus.RetryPolicy) that can be configured with a back-off interval, retry count, and <xref:Microsoft.ServiceBus.RetryExponential.TerminationTimeBuffer*>, which specifies the maximum time an operation can take. The default policy is nine maximum retry attempts with a 30-second backoff period between attempts.
9393

9494
- *Azure SQL Database.* Retry support is provided when using the [Entity Framework Core](/ef/core/miscellaneous/connection-resiliency) library.
9595

0 commit comments

Comments
 (0)