Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
aa9ad0f
Bot 🤖 generated CleanRepo tool run (#49552)
github-actions[bot] Nov 3, 2025
a9d8716
Bot 🤖 generated CleanRepo tool run (#49553)
github-actions[bot] Nov 3, 2025
c21aca1
.NET dependabot-bot automated PR. (#49563)
github-actions[bot] Nov 3, 2025
c312bbf
Update vb cstr (#49566)
bigboybamo Nov 3, 2025
f60fba7
Bump the dotnet group with 2 updates (#49568)
dependabot[bot] Nov 3, 2025
f30de1b
Bump the dotnet group with 1 update (#49581)
dependabot[bot] Nov 3, 2025
6ffb10d
Bump the dotnet group with 2 updates (#49578)
dependabot[bot] Nov 3, 2025
24a8d93
Bump the dotnet group with 1 update (#49572)
dependabot[bot] Nov 3, 2025
52ff941
Bump the dotnet group with 2 updates (#49575)
dependabot[bot] Nov 3, 2025
f52b6d0
Bump github/codeql-action from 4.31.0 to 4.31.2 (#49583)
dependabot[bot] Nov 3, 2025
ca1132d
Bump the dotnet group with 1 update (#49582)
dependabot[bot] Nov 3, 2025
d520b18
Bump the dotnet group with 1 update (#49587)
dependabot[bot] Nov 3, 2025
70b0901
Bump the dotnet group with 1 update (#49590)
dependabot[bot] Nov 3, 2025
c0fa415
Bump the dotnet group with 1 update (#49588)
dependabot[bot] Nov 3, 2025
524ef30
Bump the dotnet group with 2 updates (#49580)
dependabot[bot] Nov 3, 2025
3ed2243
Tweak the wording on DOTNET_HOST_PATH docs to align with the new worl…
baronfel Nov 3, 2025
a2f5baf
add note about EnableDistributedTracing config flag (#48001)
Meir017 Nov 3, 2025
bf8e701
Update package index with latest published versions (#49075)
azure-sdk Nov 3, 2025
da96110
Correct fixes found in monthly chores (#49567)
BillWagner Nov 3, 2025
fa06be6
Update package index with latest published versions (#49592)
azure-sdk Nov 3, 2025
591ebee
Bot 🤖 generated CleanRepo tool run (#49551)
github-actions[bot] Nov 3, 2025
ff90e9c
Fix highlight in ca2256 rule (#49564)
kurnakovv Nov 3, 2025
eb882c4
Update package index with latest published versions (#49603)
azure-sdk Nov 4, 2025
ee9f39a
Add missing WPF memory improvement AppContext switches (#49535)
Copilot Nov 4, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 22 additions & 22 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -998,6 +998,17 @@ updates:
dotnet:
patterns:
- "*" # Prefer a single PR per project update.
- package-ecosystem: "nuget"
directory: "/docs/ai/quickstarts/snippets/text-to-image/azure-openai" #TextToImageAzureOpenAI.csproj
schedule:
interval: "weekly"
day: "wednesday"
open-pull-requests-limit: 5
groups:
# Group .NET updates together for projects.
dotnet:
patterns:
- "*" # Prefer a single PR per project update.
- package-ecosystem: "nuget"
directory: "/docs/ai/snippets/microsoft-extensions-ai/AI.Shared" #AI.Shared.csproj
schedule:
Expand Down Expand Up @@ -1394,6 +1405,17 @@ updates:
dotnet:
patterns:
- "*" # Prefer a single PR per project update.
- package-ecosystem: "nuget"
directory: "/docs/core/enrichment/snippets/servicelogenricher" #servicelogenricher.csproj
schedule:
interval: "weekly"
day: "wednesday"
open-pull-requests-limit: 5
groups:
# Group .NET updates together for projects.
dotnet:
patterns:
- "*" # Prefer a single PR per project update.
- package-ecosystem: "nuget"
directory: "/docs/core/extensions/snippets/caching/distributed" #distributed-apis.csproj
schedule:
Expand Down Expand Up @@ -2175,25 +2197,3 @@ updates:
dotnet:
patterns:
- "*" # Prefer a single PR per project update.
- package-ecosystem: "nuget"
directory: "/docs/core/extensions/snippets/workers/signal-completion-service/App.SignalCompletionService" #App.SignalCompletionService.csproj
schedule:
interval: "weekly"
day: "wednesday"
open-pull-requests-limit: 5
groups:
# Group .NET updates together for projects.
dotnet:
patterns:
- "*" # Prefer a single PR per project update.
- package-ecosystem: "nuget"
directory: "/docs/core/extensions/snippets/workers/timer-service" #App.TimerHostedService.csproj
schedule:
interval: "weekly"
day: "wednesday"
open-pull-requests-limit: 5
groups:
# Group .NET updates together for projects.
dotnet:
patterns:
- "*" # Prefer a single PR per project update.
2 changes: 1 addition & 1 deletion .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ jobs:

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@4e94bd11f71e507f7f87df81788dff88d1dacbfb # v3.29.5
uses: github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee # v3.29.5
with:
sarif_file: results.sarif
2 changes: 1 addition & 1 deletion .openpublishing.redirection.core.json
Original file line number Diff line number Diff line change
Expand Up @@ -940,7 +940,7 @@
},
{
"source_path_from_root": "/docs/core/porting/github-copilot-app-modernization-install.md",
"redirect_url": "/dotnet/core/porting/github-copilot-app-modernization-overview"
"redirect_url": "/dotnet/core/porting/github-copilot-app-modernization/overview"
},
{
"source_path_from_root": "/docs/core/preview3/tools/csproj.md",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<ItemGroup>
<PackageReference Include="Azure.AI.OpenAI" Version="2.1.0" />
<PackageReference Include="Azure.Identity" Version="1.17.0" />
<PackageReference Include="Microsoft.Extensions.AI.Abstractions" Version="9.10.1" />
<PackageReference Include="Microsoft.Extensions.AI.Abstractions" Version="9.10.2" />
<PackageReference Include="Microsoft.Extensions.AI.Evaluation" Version="9.10.0" />
<PackageReference Include="Microsoft.Extensions.AI.Evaluation.Quality" Version="9.10.0" />
<PackageReference Include="Microsoft.Extensions.AI.OpenAI" Version="9.4.0-preview.1.25207.5" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<ItemGroup>
<PackageReference Include="Azure.AI.OpenAI" Version="2.1.0" />
<PackageReference Include="Azure.Identity" Version="1.17.0" />
<PackageReference Include="OpenAI" Version="2.5.0" />
<PackageReference Include="OpenAI" Version="2.6.0" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.AI" Version="9.10.1" />
<PackageReference Include="Microsoft.Extensions.AI" Version="9.10.2" />
<PackageReference Include="System.Threading.RateLimiting" Version="10.0.0-rc.2.25502.107" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="10.0.0-rc.2.25502.107" />
<PackageReference Include="OllamaSharp" Version="5.4.7" />
<PackageReference Include="OllamaSharp" Version="5.4.8" />
<PackageReference Include="OpenTelemetry.Exporter.Console" Version="1.13.1" />
<ProjectReference Include="..\AI.Shared\AI.Shared.csproj" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="OllamaSharp" Version="5.4.7" />
<PackageReference Include="OllamaSharp" Version="5.4.8" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="10.0.0-rc.2.25502.107" />
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="10.0.0-rc.2.25502.107" />
<ProjectReference Include="..\AI.Shared\AI.Shared.csproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.AI.Abstractions" Version="9.10.1" />
<PackageReference Include="Microsoft.Extensions.AI.Abstractions" Version="9.10.2" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.AI" Version="9.10.1" />
<PackageReference Include="Microsoft.Extensions.AI" Version="9.10.2" />
<PackageReference Include="OllamaSharp" Version="5.4.8" />
</ItemGroup>

Expand Down
Loading
Loading