Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
2389c9e
Update package index with latest published versions (#51437)
azure-sdk Feb 3, 2026
f0592dd
Improve analyzers docs (#51209)
Evangelink Feb 3, 2026
168c201
Add missing Microsoft.Orleans.Streaming NuGet package requirement to …
Copilot Feb 3, 2026
d0815c7
Clarify Orleans Broadcast Channels documentation with missing context…
Copilot Feb 3, 2026
d23f2b2
Monthly chores: Delete orphaned articles (#51422)
github-actions[bot] Feb 3, 2026
7d56e3e
Add 'ms-settings:' to markdown links verifier config (#51457)
adegeo Feb 3, 2026
d547475
Update package index with latest published versions (#51455)
azure-sdk Feb 4, 2026
1ed8edf
Bump github/codeql-action from 4.32.0 to 4.32.1 (#51465)
dependabot[bot] Feb 4, 2026
2552124
Bump the dotnet group with 1 update (#51469)
dependabot[bot] Feb 4, 2026
0e75bf4
Bump the dotnet group with 2 updates (#51477)
dependabot[bot] Feb 4, 2026
19251ed
Bump the dotnet group with 1 update (#51470)
dependabot[bot] Feb 4, 2026
eb5cac5
Bump the dotnet group with 1 update (#51478)
dependabot[bot] Feb 4, 2026
476511d
Bump the dotnet group with 2 updates (#51491)
dependabot[bot] Feb 4, 2026
e2d957d
Bump the dotnet group with 2 updates (#51497)
dependabot[bot] Feb 4, 2026
37edfab
Bump the dotnet group with 1 update (#51501)
dependabot[bot] Feb 4, 2026
807677d
Bump the dotnet group with 1 update (#51503)
dependabot[bot] Feb 4, 2026
b7a1c85
Bump the dotnet group with 2 updates (#51504)
dependabot[bot] Feb 4, 2026
c753515
Bump the dotnet group with 1 update (#51505)
dependabot[bot] Feb 4, 2026
93012ce
Bump the dotnet group with 1 update (#51506)
dependabot[bot] Feb 4, 2026
935bac0
Bump the dotnet group with 1 update (#51508)
dependabot[bot] Feb 4, 2026
b6b3124
Bump the dotnet group with 1 update (#51507)
dependabot[bot] Feb 4, 2026
671c603
Bump the dotnet group with 2 updates (#51511)
dependabot[bot] Feb 4, 2026
dd746e9
Bump the dotnet group with 1 update (#51513)
dependabot[bot] Feb 4, 2026
035293f
Fix incorrect ConfigureAppConfiguration reference for IHostApplicatio…
Copilot Feb 4, 2026
e90a61d
Update package index with latest published versions (#51462)
azure-sdk Feb 4, 2026
b1b99a0
Bump the dotnet group with 1 update (#51509)
dependabot[bot] Feb 4, 2026
f2af48c
Update logging docs (#51429)
gewarren Feb 4, 2026
5a1ca1c
clarify where method comes from (#51456)
gewarren Feb 4, 2026
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
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@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # v3.29.5
uses: github/codeql-action/upload-sarif@6bc82e05fd0ea64601dd4b465378bbcf57de0314 # v3.29.5
with:
sarif_file: results.sarif
36 changes: 36 additions & 0 deletions .openpublishing.redirection.core.json
Original file line number Diff line number Diff line change
Expand Up @@ -1165,6 +1165,42 @@
"source_path_from_root": "/docs/core/extensions/dependency-injection-usage.md",
"redirect_url": "/dotnet/core/extensions/dependency-injection/usage"
},
{
"source_path_from_root": "/docs/core/extensions/high-performance-logging.md",
"redirect_url": "/dotnet/core/extensions/logging/high-performance-logging"
},
{
"source_path_from_root": "/docs/core/extensions/console-log-formatter.md",
"redirect_url": "/dotnet/core/extensions/logging/console-log-formatter"
},
{
"source_path_from_root": "/docs/core/extensions/custom-logging-provider.md",
"redirect_url": "/dotnet/core/extensions/logging/custom-provider"
},
{
"source_path_from_root": "/docs/core/extensions/logging-library-authors.md",
"redirect_url": "/dotnet/core/extensions/logging/library-guidance"
},
{
"source_path_from_root": "/docs/core/extensions/log-buffering.md",
"redirect_url": "/dotnet/core/extensions/logging/log-buffering"
},
{
"source_path_from_root": "/docs/core/extensions/log-sampling.md",
"redirect_url": "/dotnet/core/extensions/logging/log-sampling"
},
{
"source_path_from_root": "/docs/core/extensions/logging.md",
"redirect_url": "/dotnet/core/extensions/logging/overview"
},
{
"source_path_from_root": "/docs/core/extensions/logging-providers.md",
"redirect_url": "/dotnet/core/extensions/logging/providers"
},
{
"source_path_from_root": "/docs/core/extensions/logger-message-generator.md",
"redirect_url": "/dotnet/core/extensions/logging/source-generation"
},
{
"source_path_from_root": "/docs/core/getting-started.md",
"redirect_url": "/dotnet/core/get-started",
Expand Down
9 changes: 8 additions & 1 deletion .openpublishing.redirection.orleans.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
"source_path_from_root": "/docs/orleans/deployment/azure-web-apps-with-azure-cloud-services.md",
"redirect_url": "/dotnet/orleans/deployment/deploy-to-azure-app-service"
},
{
"source_path_from_root": "/docs/orleans/deployment/docker-deployment.md",
"redirect_url": "/dotnet/orleans/deployment/deploy-to-azure-container-apps"
},
{
"source_path_from_root": "/docs/orleans/whats-new-in-orleans.md",
"redirect_url": "/dotnet/orleans/migration-guide"
Expand Down Expand Up @@ -63,7 +67,10 @@
{
"source_path_from_root": "/docs/orleans/deployment/multi-cluster-support/silo-configuration.md",
"redirect_url": "/dotnet/orleans/deployment/"
},
{
"source_path_from_root": "/docs/orleans/host/powershell-client.md",
"redirect_url": "/dotnet/orleans/host/client"
}

]
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<PackageReference Include="microsoft.extensions.configuration" Version="10.0.2" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="10.0.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
<PackageReference Include="MSTest" Version="4.0.2" />
<PackageReference Include="MSTest" Version="4.1.0" />
</ItemGroup>

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

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.AI.OpenAI" Version="9.5.0-preview.1.25265.7" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="10.0.1" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="10.0.1" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="10.0.2" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="10.0.2" />
<PackageReference Include="Microsoft.Extensions.VectorData.Abstractions" Version="9.7.0" />
<PackageReference Include="Microsoft.SemanticKernel.Connectors.InMemory" Version="1.55.0-preview" />
</ItemGroup>
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.2.0-beta.5" />
<PackageReference Include="Azure.Identity" Version="1.17.1" />
<PackageReference Include="Microsoft.Extensions.AI" Version="10.1.1" />
<PackageReference Include="Microsoft.Extensions.AI" Version="10.2.0" />
<PackageReference Include="Microsoft.Extensions.AI.OpenAI" Version="9.4.3-preview.1.25230.7" />
<PackageReference Include="ModelContextProtocol" Version="0.1.0-preview.14" />
</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.12" />
<PackageReference Include="OllamaSharp" Version="5.4.16" />
</ItemGroup>

<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.12" />
<PackageReference Include="OllamaSharp" Version="5.4.16" />
</ItemGroup>

<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.12" />
<PackageReference Include="OllamaSharp" Version="5.4.16" />
</ItemGroup>

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

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="10.0.2" />
<PackageReference Include="OllamaSharp" Version="5.4.12" />
<PackageReference Include="OpenTelemetry.Exporter.Console" Version="1.14.0" />
<PackageReference Include="OllamaSharp" Version="5.4.16" />
<PackageReference Include="OpenTelemetry.Exporter.Console" Version="1.15.0" />
<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.12" />
<PackageReference Include="OllamaSharp" Version="5.4.16" />
</ItemGroup>

<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.12" />
<PackageReference Include="OllamaSharp" Version="5.4.16" />
</ItemGroup>

<ItemGroup>
Expand Down
18 changes: 9 additions & 9 deletions docs/azure/includes/dotnet-all.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
| Azure Object Anchors Conversion | NuGet [0.3.0-beta.6](https://www.nuget.org/packages/Azure.MixedReality.ObjectAnchors.Conversion/0.3.0-beta.6) | [docs](/dotnet/api/overview/azure/MixedReality.ObjectAnchors.Conversion-readme?view=azure-dotnet-preview&amp;preserve-view=true) | GitHub [0.3.0-beta.6](https://github.com/Azure/azure-sdk-for-net/tree/Azure.MixedReality.ObjectAnchors.Conversion_0.3.0-beta.6/sdk/objectanchors/Azure.MixedReality.ObjectAnchors.Conversion/) |
| Azure Remote Rendering | NuGet [1.1.0](https://www.nuget.org/packages/Azure.MixedReality.RemoteRendering/1.1.0) | [docs](/dotnet/api/overview/azure/MixedReality.RemoteRendering-readme) | GitHub [1.1.0](https://github.com/Azure/azure-sdk-for-net/tree/Azure.MixedReality.RemoteRendering_1.1.0/sdk/remoterendering/Azure.MixedReality.RemoteRendering/) |
| Code Transparency | NuGet [1.0.0-beta.6](https://www.nuget.org/packages/Azure.Security.CodeTransparency/1.0.0-beta.6) | [docs](/dotnet/api/overview/azure/Security.CodeTransparency-readme?view=azure-dotnet-preview&amp;preserve-view=true) | GitHub [1.0.0-beta.6](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Security.CodeTransparency_1.0.0-beta.6/sdk/confidentialledger/Azure.Security.CodeTransparency/) |
| Communication Call Automation | NuGet [1.5.1](https://www.nuget.org/packages/Azure.Communication.CallAutomation/1.5.1)<br>NuGet [1.6.0-beta.1](https://www.nuget.org/packages/Azure.Communication.CallAutomation/1.6.0-beta.1) | [docs](/dotnet/api/overview/azure/Communication.CallAutomation-readme) | GitHub [1.5.1](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Communication.CallAutomation_1.5.1/sdk/communication/Azure.Communication.CallAutomation/)<br>GitHub [1.6.0-beta.1](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Communication.CallAutomation_1.6.0-beta.1/sdk/communication/Azure.Communication.CallAutomation/) |
| Communication Call Automation | NuGet [1.5.1](https://www.nuget.org/packages/Azure.Communication.CallAutomation/1.5.1)<br>NuGet [1.6.0-beta.2](https://www.nuget.org/packages/Azure.Communication.CallAutomation/1.6.0-beta.2) | [docs](/dotnet/api/overview/azure/Communication.CallAutomation-readme) | GitHub [1.5.1](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Communication.CallAutomation_1.5.1/sdk/communication/Azure.Communication.CallAutomation/)<br>GitHub [1.6.0-beta.2](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Communication.CallAutomation_1.6.0-beta.2/sdk/communication/Azure.Communication.CallAutomation/) |
| Communication Chat | NuGet [1.4.0](https://www.nuget.org/packages/Azure.Communication.Chat/1.4.0) | [docs](/dotnet/api/overview/azure/Communication.Chat-readme) | GitHub [1.4.0](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Communication.Chat_1.4.0/sdk/communication/Azure.Communication.Chat/) |
| Communication Common | NuGet [1.4.0](https://www.nuget.org/packages/Azure.Communication.Common/1.4.0)<br>NuGet [2.0.0-beta.1](https://www.nuget.org/packages/Azure.Communication.Common/2.0.0-beta.1) | [docs](/dotnet/api/overview/azure/Communication.Common-readme) | GitHub [1.4.0](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Communication.Common_1.4.0/sdk/communication/Azure.Communication.Common/)<br>GitHub [2.0.0-beta.1](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Communication.Common_2.0.0-beta.1/sdk/communication/Azure.Communication.Common/) |
| Communication Email | NuGet [1.1.0](https://www.nuget.org/packages/Azure.Communication.Email/1.1.0) | [docs](/dotnet/api/overview/azure/Communication.Email-readme) | GitHub [1.1.0](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Communication.Email_1.1.0/sdk/communication/Azure.Communication.Email/) |
Expand Down Expand Up @@ -319,7 +319,7 @@
| Resource Management - MySQL | NuGet [1.2.0](https://www.nuget.org/packages/Azure.ResourceManager.MySql/1.2.0) | [docs](/dotnet/api/overview/azure/ResourceManager.MySql-readme) | GitHub [1.2.0](https://github.com/Azure/azure-sdk-for-net/tree/Azure.ResourceManager.MySql_1.2.0/sdk/mysql/Azure.ResourceManager.MySql/) |
| Resource Management - Neon Postgres | NuGet [1.0.0](https://www.nuget.org/packages/Azure.ResourceManager.NeonPostgres/1.0.0) | [docs](/dotnet/api/overview/azure/ResourceManager.NeonPostgres-readme) | GitHub [1.0.0](https://github.com/Azure/azure-sdk-for-net/tree/Azure.ResourceManager.NeonPostgres_1.0.0/sdk/neonpostgres/Azure.ResourceManager.NeonPostgres/) |
| Resource Management - NetApp Files | NuGet [1.14.0](https://www.nuget.org/packages/Azure.ResourceManager.NetApp/1.14.0)<br>NuGet [1.15.0-beta.1](https://www.nuget.org/packages/Azure.ResourceManager.NetApp/1.15.0-beta.1) | [docs](/dotnet/api/overview/azure/ResourceManager.NetApp-readme) | GitHub [1.14.0](https://github.com/Azure/azure-sdk-for-net/tree/Azure.ResourceManager.NetApp_1.14.0/sdk/netapp/Azure.ResourceManager.NetApp/)<br>GitHub [1.15.0-beta.1](https://github.com/Azure/azure-sdk-for-net/tree/Azure.ResourceManager.NetApp_1.15.0-beta.1/sdk/netapp/Azure.ResourceManager.NetApp/) |
| Resource Management - Network | NuGet [1.14.0](https://www.nuget.org/packages/Azure.ResourceManager.Network/1.14.0) | [docs](/dotnet/api/overview/azure/ResourceManager.Network-readme) | GitHub [1.14.0](https://github.com/Azure/azure-sdk-for-net/tree/Azure.ResourceManager.Network_1.14.0/sdk/network/Azure.ResourceManager.Network/) |
| Resource Management - Network | NuGet [1.15.0](https://www.nuget.org/packages/Azure.ResourceManager.Network/1.15.0) | [docs](/dotnet/api/overview/azure/ResourceManager.Network-readme) | GitHub [1.15.0](https://github.com/Azure/azure-sdk-for-net/tree/Azure.ResourceManager.Network_1.15.0/sdk/network/Azure.ResourceManager.Network/) |
| Resource Management - Network Cloud | NuGet [1.3.0](https://www.nuget.org/packages/Azure.ResourceManager.NetworkCloud/1.3.0) | [docs](/dotnet/api/overview/azure/ResourceManager.NetworkCloud-readme) | GitHub [1.3.0](https://github.com/Azure/azure-sdk-for-net/tree/Azure.ResourceManager.NetworkCloud_1.3.0/sdk/networkcloud/Azure.ResourceManager.NetworkCloud/) |
| Resource Management - Network Function | NuGet [1.0.0-beta.5](https://www.nuget.org/packages/Azure.ResourceManager.NetworkFunction/1.0.0-beta.5) | [docs](/dotnet/api/overview/azure/ResourceManager.NetworkFunction-readme?view=azure-dotnet-preview&amp;preserve-view=true) | GitHub [1.0.0-beta.5](https://github.com/Azure/azure-sdk-for-net/tree/Azure.ResourceManager.NetworkFunction_1.0.0-beta.5/sdk/networkfunction/Azure.ResourceManager.NetworkFunction/) |
| Resource Management - New Relic Observability | NuGet [1.1.1](https://www.nuget.org/packages/Azure.ResourceManager.NewRelicObservability/1.1.1)<br>NuGet [1.2.0-beta.1](https://www.nuget.org/packages/Azure.ResourceManager.NewRelicObservability/1.2.0-beta.1) | [docs](/dotnet/api/overview/azure/ResourceManager.NewRelicObservability-readme) | GitHub [1.1.1](https://github.com/Azure/azure-sdk-for-net/tree/Azure.ResourceManager.NewRelicObservability_1.1.1/sdk/newrelicobservability/Azure.ResourceManager.NewRelicObservability/)<br>GitHub [1.2.0-beta.1](https://github.com/Azure/azure-sdk-for-net/tree/Azure.ResourceManager.NewRelicObservability_1.2.0-beta.1/sdk/newrelicobservability/Azure.ResourceManager.NewRelicObservability/) |
Expand Down Expand Up @@ -427,13 +427,13 @@
| System Net Client Model | NuGet [1.0.0-beta.1](https://www.nuget.org/packages/System.Net.ClientModel/1.0.0-beta.1) | | |
| Unknown Display Name | NuGet [1.0.0](https://www.nuget.org/packages/Azure.Iot.Operations.Connector/1.0.0)<br>NuGet [1.1.0-rc](https://www.nuget.org/packages/Azure.Iot.Operations.Connector/1.1.0-rc) | | |
| Unknown Display Name | NuGet [0.1.0](https://www.nuget.org/packages/Azure.Iot.Operations.Templates/0.1.0) | | |
| Unknown Display Name | NuGet [1.0.0](https://www.nuget.org/packages/Azure.Mcp/1.0.0)<br>NuGet [2.0.0-beta.15](https://www.nuget.org/packages/Azure.Mcp/2.0.0-beta.15) | | |
| Unknown Display Name | NuGet [1.0.0](https://www.nuget.org/packages/Azure.Mcp.linux-arm64/1.0.0)<br>NuGet [2.0.0-beta.15](https://www.nuget.org/packages/Azure.Mcp.linux-arm64/2.0.0-beta.15) | | |
| Unknown Display Name | NuGet [1.0.0](https://www.nuget.org/packages/Azure.Mcp.linux-x64/1.0.0)<br>NuGet [2.0.0-beta.15](https://www.nuget.org/packages/Azure.Mcp.linux-x64/2.0.0-beta.15) | | |
| Unknown Display Name | NuGet [1.0.0](https://www.nuget.org/packages/Azure.Mcp.osx-arm64/1.0.0)<br>NuGet [2.0.0-beta.15](https://www.nuget.org/packages/Azure.Mcp.osx-arm64/2.0.0-beta.15) | | |
| Unknown Display Name | NuGet [1.0.0](https://www.nuget.org/packages/Azure.Mcp.osx-x64/1.0.0)<br>NuGet [2.0.0-beta.15](https://www.nuget.org/packages/Azure.Mcp.osx-x64/2.0.0-beta.15) | | |
| Unknown Display Name | NuGet [1.0.0](https://www.nuget.org/packages/Azure.Mcp.win-arm64/1.0.0)<br>NuGet [2.0.0-beta.15](https://www.nuget.org/packages/Azure.Mcp.win-arm64/2.0.0-beta.15) | | |
| Unknown Display Name | NuGet [1.0.0](https://www.nuget.org/packages/Azure.Mcp.win-x64/1.0.0)<br>NuGet [2.0.0-beta.15](https://www.nuget.org/packages/Azure.Mcp.win-x64/2.0.0-beta.15) | | |
| Unknown Display Name | NuGet [1.0.0](https://www.nuget.org/packages/Azure.Mcp/1.0.0)<br>NuGet [2.0.0-beta.16](https://www.nuget.org/packages/Azure.Mcp/2.0.0-beta.16) | | |
| Unknown Display Name | NuGet [1.0.0](https://www.nuget.org/packages/Azure.Mcp.linux-arm64/1.0.0)<br>NuGet [2.0.0-beta.16](https://www.nuget.org/packages/Azure.Mcp.linux-arm64/2.0.0-beta.16) | | |
| Unknown Display Name | NuGet [1.0.0](https://www.nuget.org/packages/Azure.Mcp.linux-x64/1.0.0)<br>NuGet [2.0.0-beta.16](https://www.nuget.org/packages/Azure.Mcp.linux-x64/2.0.0-beta.16) | | |
| Unknown Display Name | NuGet [1.0.0](https://www.nuget.org/packages/Azure.Mcp.osx-arm64/1.0.0)<br>NuGet [2.0.0-beta.16](https://www.nuget.org/packages/Azure.Mcp.osx-arm64/2.0.0-beta.16) | | |
| Unknown Display Name | NuGet [1.0.0](https://www.nuget.org/packages/Azure.Mcp.osx-x64/1.0.0)<br>NuGet [2.0.0-beta.16](https://www.nuget.org/packages/Azure.Mcp.osx-x64/2.0.0-beta.16) | | |
| Unknown Display Name | NuGet [1.0.0](https://www.nuget.org/packages/Azure.Mcp.win-arm64/1.0.0)<br>NuGet [2.0.0-beta.16](https://www.nuget.org/packages/Azure.Mcp.win-arm64/2.0.0-beta.16) | | |
| Unknown Display Name | NuGet [1.0.0](https://www.nuget.org/packages/Azure.Mcp.win-x64/1.0.0)<br>NuGet [2.0.0-beta.16](https://www.nuget.org/packages/Azure.Mcp.win-x64/2.0.0-beta.16) | | |
| Unknown Display Name | NuGet [0.1.4-preview.2](https://www.nuget.org/packages/Microsoft.Azure.Cosmos.Aot/0.1.4-preview.2) | | |
| Unknown Display Name | NuGet [1.0.0-preview.2](https://www.nuget.org/packages/Microsoft.Azure.Functions.Worker.Extensions.Mcp.Sdk/1.0.0-preview.2) | | |
| Unknown Display Name | NuGet [0.2.804](https://www.nuget.org/packages/Microsoft.Azure.Mcp.AzTypes.Internal.Compact/0.2.804) | | |
Expand Down
Loading