Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
5c45e6e
Bump the dotnet group with 1 update (#48696)
dependabot[bot] Sep 24, 2025
8624bb7
Bump the dotnet group with 2 updates (#48698)
dependabot[bot] Sep 24, 2025
25abb1f
Bump the dotnet group with 1 update (#48702)
dependabot[bot] Sep 24, 2025
a8dec53
Bump the dotnet group with 3 updates (#48710)
dependabot[bot] Sep 24, 2025
a89d008
Bump the dotnet group with 1 update (#48713)
dependabot[bot] Sep 24, 2025
8570ab0
Bump the dotnet group with 1 update (#48715)
dependabot[bot] Sep 24, 2025
8f1f140
Bump the dotnet group with 2 updates (#48701)
dependabot[bot] Sep 24, 2025
47daaa1
Bump the dotnet group with 2 updates (#48709)
dependabot[bot] Sep 24, 2025
545d56c
Bump the dotnet group with 1 update (#48722)
dependabot[bot] Sep 24, 2025
93a0904
Bump the dotnet group with 1 update (#48719)
dependabot[bot] Sep 24, 2025
c0689b9
Bump the dotnet group with 1 update (#48734)
dependabot[bot] Sep 24, 2025
697b657
Fix issues with broken links and edits (#48684)
BillWagner Sep 24, 2025
70372ad
Add F#-friendly alternative suggestion to Azure Blob Storage document…
Copilot Sep 24, 2025
a59ffda
Fix F# Azure Blob Storage documentation v11 to v12 API inconsistencie…
Copilot Sep 24, 2025
48ee116
Update visual studio code auth content and diagrams (#48182)
alexwolfmsft Sep 24, 2025
7efdec8
Remove section calling out using AI to initialize a dictionary (#48675)
bdukes Sep 24, 2025
cb90bb2
Update package index with latest published versions (#48736)
azure-sdk Sep 24, 2025
b3f1588
Update preprocessor directives documentation (#48740)
IEvangelist Sep 24, 2025
4d1ee70
add missing package (#48654)
gewarren Sep 24, 2025
000cff5
Update package index with latest published versions (#48744)
azure-sdk Sep 25, 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
16 changes: 12 additions & 4 deletions docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@
"Compiler Breaking Changes - DotNet 7.md",
"Compiler Breaking Changes - DotNet 8.md",
"Compiler Breaking Changes - DotNet 9.md",
"Compiler Breaking Changes - DotNet 10.md"
"Compiler Breaking Changes - DotNet 10.md",
"Deviations from Standard.md"
],
"src": "_roslyn/docs/compilers/CSharp",
"dest": "csharp/whats-new/breaking-changes",
Expand Down Expand Up @@ -534,6 +535,7 @@
"_roslyn/docs/compilers/CSharp/Compiler Breaking Changes - DotNet 8.md": "11/08/2023",
"_roslyn/docs/compilers/CSharp/Compiler Breaking Changes - DotNet 9.md": "11/09/2024",
"_roslyn/docs/compilers/CSharp/Compiler Breaking Changes - DotNet 10.md": "01/09/2024",
"_roslyn/docs/compilers/CSharp/Deviations from Standard.md": "04/24/2025",
"_vblang/spec/*.md": "07/21/2017"
},
"ms.subservice": {
Expand Down Expand Up @@ -715,6 +717,7 @@
"_roslyn/docs/compilers/CSharp/Compiler Breaking Changes - DotNet 8.md": "C# compiler breaking changes since C# 11",
"_roslyn/docs/compilers/CSharp/Compiler Breaking Changes - DotNet 9.md": "C# compiler breaking changes since C# 12",
"_roslyn/docs/compilers/CSharp/Compiler Breaking Changes - DotNet 10.md": "C# compiler breaking changes since C# 13",
"_roslyn/docs/compilers/CSharp/Deviations from Standard.md": "Deviations from the C# standard",
"_vblang/spec/introduction.md": "Introduction",
"_vblang/spec/lexical-grammar.md": "Lexical grammar",
"_vblang/spec/preprocessing-directives.md": "Preprocessing directives",
Expand Down Expand Up @@ -837,12 +840,13 @@
"_csharplang/proposals/csharp-14.0/user-defined-compound-assignment.md": "This proposal introduces user-defined compound assignment operators. Developers can override compound assignment, increment, and decrement operators.",
"_csharplang/proposals/csharp-14.0/ignored-directives.md": "This proposal allows a source file to include ignored directives. In most cases, ignored directives are used for file-based apps, for example `#!`",
"_csharplang/proposals/csharp-14.0/extension-operators.md": "This proposal extends the proposal for extensions to include *extension operators*, where an operator can be an extension member.",
"_csharplang/proposals/csharp-14.0/named-and-optional-parameters-in-expression-trees.md": "This proposal allows an expression tree to include named and optional parameters. This enables expression trees to be more flexible in how they are constructed.",
"_csharplang/proposals/csharp-14.0/optional-and-named-parameters-in-expression-trees.md": "This proposal allows an expression tree to include named and optional parameters. This enables expression trees to be more flexible in how they are constructed.",
"_roslyn/docs/compilers/CSharp/Compiler Breaking Changes - DotNet 7.md": "Learn about any breaking changes since the initial release of C# 10 and included in C# 11",
"_roslyn/docs/compilers/CSharp/Compiler Breaking Changes - DotNet 8.md": "Learn about any breaking changes since the initial release of C# 11 and included in C# 12",
"_roslyn/docs/compilers/CSharp/Compiler Breaking Changes - DotNet 9.md": "Learn about any breaking changes since the initial release of C# 12 and included in C# 13",
"_roslyn/docs/compilers/CSharp/Compiler Breaking Changes - DotNet 10.md": "Learn about any breaking changes since the initial release of C# 13 and included in C# 14",
"_vblang/spec/introduction.md": "This chapter provides and introduction to the Visual Basic language.",
"_roslyn/docs/compilers/CSharp/Deviations from Standard.md": "Learn about any deviations from the C# standard",
"_vblang/spec/introduction.md": "This chapter provides an overview of the Visual Basic language and its design goals.",
"_vblang/spec/lexical-grammar.md": "This chapter defines the lexical grammar for Visual Basic.",
"_vblang/spec/preprocessing-directives.md": "This chapter defines the preprocessing directives allowed in Visual Basic",
"_vblang/spec/general-concepts.md": "This chapter describes the general concepts used in the Visual Basic language.",
Expand Down Expand Up @@ -900,7 +904,11 @@
"docs/visual-basic/**/*.md": "Visual Basic"
},
"open_to_public_contributors": {
"docs/standard/design-guidelines/**.md": false
"docs/standard/design-guidelines/**.md": false,
"_csharplang/**.md": false,
"_csharpstandard/**.md": false,
"_roslyn/**.md": false,
"_vblang/**.md": false
},
"ms.collection": {
"docs/ai/**/**.{md,yml}": "ce-skilling-ai-copilot"
Expand Down
1 change: 1 addition & 0 deletions docs/ai/quickstarts/generate-images.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ Complete the following steps to create a .NET console app to connect to an AI mo
```bash
dotnet add package Azure.AI.OpenAI
dotnet add package Azure.Identity
dotnet add package Microsoft.Extensions.Configuration
dotnet add package Microsoft.Extensions.Configuration.UserSecrets
```
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.16.0" />
<PackageReference Include="OpenAI" Version="2.4.0" />
<PackageReference Include="OpenAI" Version="2.5.0" />
</ItemGroup>

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

<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.14.2" />
<PackageReference Include="Azure.Identity" Version="1.16.0" />
<PackageReference Include="Azure.AI.OpenAI" Version="2.1.0" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.7" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="9.0.7" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.9" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="9.0.9" />

</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.1.25451.107" />
<PackageReference Include="OllamaSharp" Version="5.4.4" />
<PackageReference Include="OllamaSharp" Version="5.4.6" />
<PackageReference Include="OpenTelemetry.Exporter.Console" Version="1.12.0" />
</ItemGroup>

Expand Down
Loading
Loading