Skip to content

Commit ee1e334

Browse files
Merge pull request #44044 from dotnet/main
Merge main into live
2 parents 0d3fe88 + 00e7703 commit ee1e334

File tree

21 files changed

+261
-138
lines changed

21 files changed

+261
-138
lines changed
Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
name: "C# 14 - New feature - Fundamentals and reference"
2+
description: Create the issue for adding reference docs and optional fundamentals updates for a new feature in C# 14
3+
title: "[C# 14-Fundamentals and reference]: New Feature - "
4+
labels:
5+
- ":checkered_flag: Release: .NET 10"
6+
- dotnet-csharp/svc
7+
- whats-new/subsvc
8+
assignees:
9+
- billwagner
10+
body:
11+
- type: dropdown
12+
id: version
13+
attributes:
14+
label: Visual Studio release
15+
description: What Visual Studio (preview) contains this feature?
16+
options:
17+
- "17.13.p3"
18+
- "17.13"
19+
- "17.14.p1"
20+
- "17.14.p2"
21+
- "17.14.p3"
22+
- "17.14.p4"
23+
- "17.14.p5"
24+
- "17.14.p6"
25+
- "17.14"
26+
- "other - specify below"
27+
- type: input
28+
id: Speclet
29+
attributes:
30+
label: Link to speclet
31+
description: Insert the markdown format for a link to the speclet
32+
value: "- [Speclet](https://github.com/dotnet/csharplang/blob/main/proposals/feature.md)"
33+
validations:
34+
required: true
35+
- type: input
36+
id: pullrequest
37+
attributes:
38+
label: Link to Pull request
39+
description: Insert the markdown format for a link to the PR
40+
value: "- [PR](https://github.com/dotnet/roslyn/pull/nnnnn)"
41+
validations:
42+
required: true
43+
- type: textarea
44+
id: new-behavior
45+
attributes:
46+
label: New behavior
47+
description: Describe the new behavior. Include code snippets if applicable.
48+
validations:
49+
required: true
50+
- type: textarea
51+
id: language-reference
52+
attributes:
53+
label: Language reference tasks
54+
description: Add a list of areas or articles in the language reference that should be updated for this feature.
55+
placeholder: |
56+
- Syntax directly affected
57+
- Related language elements that should include use of this new feature
58+
- Areas where the new feature reduces friction
59+
- type: textarea
60+
id: fundamentals
61+
attributes:
62+
label: Everyday C# tasks
63+
description: Add a list of any articles in the new Everyday C# section that should be updated.
64+
placeholder: |
65+
- How will this be used as part of *Everyday C#*?
66+
- If not applicable, write that.

.github/ISSUE_TEMPLATE/04-new-feature-csharp.yml

Lines changed: 0 additions & 96 deletions
This file was deleted.
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
name: "C# 14 - New feature - Errors and warnings"
2+
description: Create the issue for adding reference docs for new compiler warnings and errors added in a new feature in C# 14
3+
title: "[C# 14-Errors and warnings]: New Feature - "
4+
labels:
5+
- ":checkered_flag: Release: .NET 10"
6+
- okr-curation
7+
- dotnet-csharp/svc
8+
- whats-new/subsvc
9+
assignees:
10+
- billwagner
11+
body:
12+
- type: dropdown
13+
id: version
14+
attributes:
15+
label: Visual Studio release
16+
description: What Visual Studio (preview) contains this feature?
17+
options:
18+
- "17.13.p3"
19+
- "17.13"
20+
- "17.14.p1"
21+
- "17.14.p2"
22+
- "17.14.p3"
23+
- "17.14.p4"
24+
- "17.14.p5"
25+
- "17.14.p6"
26+
- "17.14"
27+
- "other - specify below"
28+
- type: input
29+
id: Speclet
30+
attributes:
31+
label: Link to speclet
32+
description: Insert the markdown format for a link to the speclet
33+
value: "- [Speclet](https://github.com/dotnet/csharplang/blob/main/proposals/feature.md)"
34+
validations:
35+
required: true
36+
- type: input
37+
id: pullrequest
38+
attributes:
39+
label: Link to Pull request
40+
description: Insert the markdown format for a link to the PR
41+
value: "- [PR](https://github.com/dotnet/roslyn/pull/nnnnn)"
42+
validations:
43+
required: true
44+
- type: textarea
45+
id: errors-warnings
46+
attributes:
47+
label: Errors and warnings added for this feature
48+
description: Add the list of IDs and message from the relevant PR
49+
placeholder: |
50+
- CSnnnn: Message
51+
- type: textarea
52+
id: theme
53+
attributes:
54+
label: What language theme applies, for consolidation of articles
55+
description: Consider what syntax areas are affected for consolidating existing errors and warnings
56+
placeholder: |
57+
Consider themes in syntax affected by the new set of errors are warnings
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
name: "C# 14 - New feature - Additional tutorials"
2+
description: Create the issue for adding new tutorials for a new feature in C# 14
3+
title: "[C# 14-Tutorials]: New Feature - "
4+
labels:
5+
- ":checkered_flag: Release: .NET 10"
6+
- dotnet-csharp/svc
7+
- whats-new/subsvc
8+
assignees:
9+
- billwagner
10+
body:
11+
- type: dropdown
12+
id: version
13+
attributes:
14+
label: Visual Studio release
15+
description: What Visual Studio (preview) contains this feature?
16+
options:
17+
- "17.13.p3"
18+
- "17.13"
19+
- "17.14.p1"
20+
- "17.14.p2"
21+
- "17.14.p3"
22+
- "17.14.p4"
23+
- "17.14.p5"
24+
- "17.14.p6"
25+
- "17.14"
26+
- "other - specify below"
27+
- type: input
28+
id: Speclet
29+
attributes:
30+
label: Link to speclet
31+
description: Insert the markdown format for a link to the speclet
32+
value: "- [Speclet](https://github.com/dotnet/csharplang/blob/main/proposals/feature.md)"
33+
validations:
34+
required: true
35+
- type: input
36+
id: pullrequest
37+
attributes:
38+
label: Link to Pull request
39+
description: Insert the markdown format for a link to the PR
40+
value: "- [PR](https://github.com/dotnet/roslyn/pull/nnnnn)"
41+
validations:
42+
required: true
43+
- type: textarea
44+
id: new-behavior
45+
attributes:
46+
label: New behavior
47+
description: Describe the new behavior. Include code snippets if applicable.
48+
validations:
49+
required: true
50+
- type: textarea
51+
id: tutorials
52+
attributes:
53+
label: New tutorials
54+
description: Add a list of scenarios and tutorials related to the new feature. If this doesn't apply, don't submit the issue.
55+
placeholder: |
56+
- Detail scenarios that should be covered
57+
- Classify tutorials as "fundamentals", "advanced", or targeted at subsets of C# developers (e.g. web, game, mobile)
58+
- Consider use cases where the feature would be used in practice
59+
-

docs/ai/quickstarts/quickstart-ai-chat-with-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Complete the following steps to create a .NET console app that can accomplish th
8181
8282
The following list describes what each package is used for in the `VectorDataAI` app:
8383
84-
- [`Azure.Identity`](https://www.nuget.org/packages/Azure.Identity) provides [`Microsoft Entra ID`](https://learn.microsoft.com/entra/fundamentals/whatis) token authentication support across the Azure SDK using classes such as `DefaultAzureCredential`.
84+
- [`Azure.Identity`](https://www.nuget.org/packages/Azure.Identity) provides [`Microsoft Entra ID`](/entra/fundamentals/whatis) token authentication support across the Azure SDK using classes such as `DefaultAzureCredential`.
8585
- [`Azure.AI.OpenAI`](https://www.nuget.org/packages/Azure.AI.OpenAI) is the official package for using OpenAI's .NET library with the Azure OpenAI Service.
8686
- [`Microsoft.SemanticKernel.Connectors.InMemory`](https://www.nuget.org/packages/Microsoft.SemanticKernel.Connectors.InMemory) provides an in-memory vector store class to hold queryable vector data records.
8787
- [`Microsoft.Extensions.VectorData.Abstractions`](https://www.nuget.org/packages/Microsoft.Extensions.AI) enables Create-Read-Update-Delete (CRUD) and search operations on vector stores.

docs/azure/includes/dotnet-all.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@
297297
| Resource Management - Orbital | NuGet [1.1.0](https://www.nuget.org/packages/Azure.ResourceManager.Orbital/1.1.0) | [docs](/dotnet/api/overview/azure/ResourceManager.Orbital-readme) | GitHub [1.1.0](https://github.com/Azure/azure-sdk-for-net/tree/Azure.ResourceManager.Orbital_1.1.0/sdk/orbital/Azure.ResourceManager.Orbital/) |
298298
| Resource Management - Palo Alto Networks - Next Generation Firewall | NuGet [1.1.0](https://www.nuget.org/packages/Azure.ResourceManager.PaloAltoNetworks.Ngfw/1.1.0) | [docs](/dotnet/api/overview/azure/ResourceManager.PaloAltoNetworks.Ngfw-readme) | GitHub [1.1.0](https://github.com/Azure/azure-sdk-for-net/tree/Azure.ResourceManager.PaloAltoNetworks.Ngfw_1.1.0/sdk/paloaltonetworks.ngfw/Azure.ResourceManager.PaloAltoNetworks.Ngfw/) |
299299
| Resource Management - Peering | NuGet [1.2.1](https://www.nuget.org/packages/Azure.ResourceManager.Peering/1.2.1) | [docs](/dotnet/api/overview/azure/ResourceManager.Peering-readme) | GitHub [1.2.1](https://github.com/Azure/azure-sdk-for-net/tree/Azure.ResourceManager.Peering_1.2.1/sdk/peering/Azure.ResourceManager.Peering/) |
300-
| Resource Management - Playwright Testing | NuGet [1.0.0-beta.1](https://www.nuget.org/packages/Azure.ResourceManager.PlaywrightTesting/1.0.0-beta.1) | [docs](/dotnet/api/overview/azure/ResourceManager.PlaywrightTesting-readme?view=azure-dotnet-preview&preserve-view=true) | GitHub [1.0.0-beta.1](https://github.com/Azure/azure-sdk-for-net/tree/Azure.ResourceManager.PlaywrightTesting_1.0.0-beta.1/sdk/playwrighttesting/Azure.ResourceManager.PlaywrightTesting/) |
300+
| Resource Management - Playwright Testing | NuGet [1.0.0](https://www.nuget.org/packages/Azure.ResourceManager.PlaywrightTesting/1.0.0) | [docs](/dotnet/api/overview/azure/ResourceManager.PlaywrightTesting-readme) | GitHub [1.0.0](https://github.com/Azure/azure-sdk-for-net/tree/Azure.ResourceManager.PlaywrightTesting_1.0.0/sdk/playwrighttesting/Azure.ResourceManager.PlaywrightTesting/) |
301301
| Resource Management - Policy Insights | NuGet [1.2.0](https://www.nuget.org/packages/Azure.ResourceManager.PolicyInsights/1.2.0) | [docs](/dotnet/api/overview/azure/ResourceManager.PolicyInsights-readme) | GitHub [1.2.0](https://github.com/Azure/azure-sdk-for-net/tree/Azure.ResourceManager.PolicyInsights_1.2.0/sdk/policyinsights/Azure.ResourceManager.PolicyInsights/) |
302302
| Resource Management - PostgreSQL | NuGet [1.2.0](https://www.nuget.org/packages/Azure.ResourceManager.PostgreSql/1.2.0) | [docs](/dotnet/api/overview/azure/ResourceManager.PostgreSql-readme) | GitHub [1.2.0](https://github.com/Azure/azure-sdk-for-net/tree/Azure.ResourceManager.PostgreSql_1.2.0/sdk/postgresql/Azure.ResourceManager.PostgreSql/) |
303303
| Resource Management - Power BI Dedicated | NuGet [1.0.0-beta.4](https://www.nuget.org/packages/Azure.ResourceManager.PowerBIDedicated/1.0.0-beta.4) | [docs](/dotnet/api/overview/azure/ResourceManager.PowerBIDedicated-readme?view=azure-dotnet-preview&preserve-view=true) | GitHub [1.0.0-beta.4](https://github.com/Azure/azure-sdk-for-net/tree/Azure.ResourceManager.PowerBIDedicated_1.0.0-beta.4/sdk/powerbidedicated/Azure.ResourceManager.PowerBIDedicated/) |
@@ -477,7 +477,7 @@
477477
| App Service - API Apps Service | NuGet [0.9.64](https://www.nuget.org/packages/Microsoft.Azure.AppService.ApiApps.Service/0.9.64) | | |
478478
| Code Analyzers for Durable Functions | NuGet [0.5.0](https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.DurableTask.Analyzers/0.5.0) | | GitHub [0.5.0](https://github.com/Azure/azure-functions-durable-extension/tree/Analyzer-v0.3.0/src/WebJobs.Extensions.DurableTask.Analyzers) |
479479
| Cosmos DB - BulkExecutor | NuGet [2.5.1-preview](https://www.nuget.org/packages/Microsoft.Azure.CosmosDB.BulkExecutor/2.5.1-preview) | | GitHub [2.5.1-preview](https://github.com/Azure/azure-cosmosdb-bulkexecutor-dotnet-getting-started) |
480-
| Cosmos DB - Direct | NuGet [3.37.3](https://www.nuget.org/packages/Microsoft.Azure.Cosmos.Direct/3.37.3) | | GitHub [3.37.3](https://github.com/Azure/azure-cosmos-dotnet-v3) |
480+
| Cosmos DB - Direct | NuGet [3.37.4](https://www.nuget.org/packages/Microsoft.Azure.Cosmos.Direct/3.37.4) | | GitHub [3.37.4](https://github.com/Azure/azure-cosmos-dotnet-v3) |
481481
| Cosmos DB - Encryption | NuGet [2.0.3](https://www.nuget.org/packages/Microsoft.Azure.Cosmos.Encryption/2.0.3)<br>NuGet [2.1.0-preview4](https://www.nuget.org/packages/Microsoft.Azure.Cosmos.Encryption/2.1.0-preview4) | | GitHub [2.0.3](https://github.com/Azure/azure-cosmos-dotnet-v3/tree/releases/encryption/1.0.0-preview4/Microsoft.Azure.Cosmos.Encryption) |
482482
| Cosmos DB - Encryption | NuGet [1.0.0-preview07](https://www.nuget.org/packages/Microsoft.Azure.Cosmos.Encryption.Custom/1.0.0-preview07) | | |
483483
| Extensions - Caching Cosmos | NuGet [1.7.0](https://www.nuget.org/packages/Microsoft.Extensions.Caching.Cosmos/1.7.0) | | GitHub [1.7.0](https://github.com/Azure/Microsoft.Extensions.Caching.Cosmos/tree/v1.0.0-preview4) |

docs/azure/includes/dotnet-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@
304304
| Resource Management - Orbital | NuGet [1.1.0](https://www.nuget.org/packages/Azure.ResourceManager.Orbital/1.1.0) | [docs](/dotnet/api/overview/azure/ResourceManager.Orbital-readme) | GitHub [1.1.0](https://github.com/Azure/azure-sdk-for-net/tree/Azure.ResourceManager.Orbital_1.1.0/sdk/orbital/Azure.ResourceManager.Orbital/) |
305305
| Resource Management - Palo Alto Networks - Next Generation Firewall | NuGet [1.1.0](https://www.nuget.org/packages/Azure.ResourceManager.PaloAltoNetworks.Ngfw/1.1.0) | [docs](/dotnet/api/overview/azure/ResourceManager.PaloAltoNetworks.Ngfw-readme) | GitHub [1.1.0](https://github.com/Azure/azure-sdk-for-net/tree/Azure.ResourceManager.PaloAltoNetworks.Ngfw_1.1.0/sdk/paloaltonetworks.ngfw/Azure.ResourceManager.PaloAltoNetworks.Ngfw/) |
306306
| Resource Management - Peering | NuGet [1.2.1](https://www.nuget.org/packages/Azure.ResourceManager.Peering/1.2.1) | [docs](/dotnet/api/overview/azure/ResourceManager.Peering-readme) | GitHub [1.2.1](https://github.com/Azure/azure-sdk-for-net/tree/Azure.ResourceManager.Peering_1.2.1/sdk/peering/Azure.ResourceManager.Peering/) |
307-
| Resource Management - Playwright Testing | NuGet [1.0.0-beta.1](https://www.nuget.org/packages/Azure.ResourceManager.PlaywrightTesting/1.0.0-beta.1) | [docs](/dotnet/api/overview/azure/ResourceManager.PlaywrightTesting-readme?view=azure-dotnet-preview&amp;preserve-view=true) | GitHub [1.0.0-beta.1](https://github.com/Azure/azure-sdk-for-net/tree/Azure.ResourceManager.PlaywrightTesting_1.0.0-beta.1/sdk/playwrighttesting/Azure.ResourceManager.PlaywrightTesting/) |
307+
| Resource Management - Playwright Testing | NuGet [1.0.0](https://www.nuget.org/packages/Azure.ResourceManager.PlaywrightTesting/1.0.0) | [docs](/dotnet/api/overview/azure/ResourceManager.PlaywrightTesting-readme) | GitHub [1.0.0](https://github.com/Azure/azure-sdk-for-net/tree/Azure.ResourceManager.PlaywrightTesting_1.0.0/sdk/playwrighttesting/Azure.ResourceManager.PlaywrightTesting/) |
308308
| Resource Management - Policy Insights | NuGet [1.2.0](https://www.nuget.org/packages/Azure.ResourceManager.PolicyInsights/1.2.0) | [docs](/dotnet/api/overview/azure/ResourceManager.PolicyInsights-readme) | GitHub [1.2.0](https://github.com/Azure/azure-sdk-for-net/tree/Azure.ResourceManager.PolicyInsights_1.2.0/sdk/policyinsights/Azure.ResourceManager.PolicyInsights/) |
309309
| Resource Management - PostgreSQL | NuGet [1.2.0](https://www.nuget.org/packages/Azure.ResourceManager.PostgreSql/1.2.0) | [docs](/dotnet/api/overview/azure/ResourceManager.PostgreSql-readme) | GitHub [1.2.0](https://github.com/Azure/azure-sdk-for-net/tree/Azure.ResourceManager.PostgreSql_1.2.0/sdk/postgresql/Azure.ResourceManager.PostgreSql/) |
310310
| Resource Management - Power BI Dedicated | NuGet [1.0.0-beta.4](https://www.nuget.org/packages/Azure.ResourceManager.PowerBIDedicated/1.0.0-beta.4) | [docs](/dotnet/api/overview/azure/ResourceManager.PowerBIDedicated-readme?view=azure-dotnet-preview&amp;preserve-view=true) | GitHub [1.0.0-beta.4](https://github.com/Azure/azure-sdk-for-net/tree/Azure.ResourceManager.PowerBIDedicated_1.0.0-beta.4/sdk/powerbidedicated/Azure.ResourceManager.PowerBIDedicated/) |

0 commit comments

Comments
 (0)