Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
66 changes: 66 additions & 0 deletions .github/ISSUE_TEMPLATE/04-csharp-new-fundamentals-reference.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
name: "C# 14 - New feature - Fundamentals and reference"
description: Create the issue for adding reference docs and optional fundamentals updates for a new feature in C# 14
title: "[C# 14-Fundamentals and reference]: New Feature - "
labels:
- ":checkered_flag: Release: .NET 10"
- dotnet-csharp/svc
- whats-new/subsvc
assignees:
- billwagner
body:
- type: dropdown
id: version
attributes:
label: Visual Studio release
description: What Visual Studio (preview) contains this feature?
options:
- "17.13.p3"
- "17.13"
- "17.14.p1"
- "17.14.p2"
- "17.14.p3"
- "17.14.p4"
- "17.14.p5"
- "17.14.p6"
- "17.14"
- "other - specify below"
- type: input
id: Speclet
attributes:
label: Link to speclet
description: Insert the markdown format for a link to the speclet
value: "- [Speclet](https://github.com/dotnet/csharplang/blob/main/proposals/feature.md)"
validations:
required: true
- type: input
id: pullrequest
attributes:
label: Link to Pull request
description: Insert the markdown format for a link to the PR
value: "- [PR](https://github.com/dotnet/roslyn/pull/nnnnn)"
validations:
required: true
- type: textarea
id: new-behavior
attributes:
label: New behavior
description: Describe the new behavior. Include code snippets if applicable.
validations:
required: true
- type: textarea
id: language-reference
attributes:
label: Language reference tasks
description: Add a list of areas or articles in the language reference that should be updated for this feature.
placeholder: |
- Syntax directly affected
- Related language elements that should include use of this new feature
- Areas where the new feature reduces friction
- type: textarea
id: fundamentals
attributes:
label: Everyday C# tasks
description: Add a list of any articles in the new Everyday C# section that should be updated.
placeholder: |
- How will this be used as part of *Everyday C#*?
- If not applicable, write that.
96 changes: 0 additions & 96 deletions .github/ISSUE_TEMPLATE/04-new-feature-csharp.yml

This file was deleted.

57 changes: 57 additions & 0 deletions .github/ISSUE_TEMPLATE/05-csharp-new-errors-warnings.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
name: "C# 14 - New feature - Errors and warnings"
description: Create the issue for adding reference docs for new compiler warnings and errors added in a new feature in C# 14
title: "[C# 14-Errors and warnings]: New Feature - "
labels:
- ":checkered_flag: Release: .NET 10"
- okr-curation
- dotnet-csharp/svc
- whats-new/subsvc
assignees:
- billwagner
body:
- type: dropdown
id: version
attributes:
label: Visual Studio release
description: What Visual Studio (preview) contains this feature?
options:
- "17.13.p3"
- "17.13"
- "17.14.p1"
- "17.14.p2"
- "17.14.p3"
- "17.14.p4"
- "17.14.p5"
- "17.14.p6"
- "17.14"
- "other - specify below"
- type: input
id: Speclet
attributes:
label: Link to speclet
description: Insert the markdown format for a link to the speclet
value: "- [Speclet](https://github.com/dotnet/csharplang/blob/main/proposals/feature.md)"
validations:
required: true
- type: input
id: pullrequest
attributes:
label: Link to Pull request
description: Insert the markdown format for a link to the PR
value: "- [PR](https://github.com/dotnet/roslyn/pull/nnnnn)"
validations:
required: true
- type: textarea
id: errors-warnings
attributes:
label: Errors and warnings added for this feature
description: Add the list of IDs and message from the relevant PR
placeholder: |
- CSnnnn: Message
- type: textarea
id: theme
attributes:
label: What language theme applies, for consolidation of articles
description: Consider what syntax areas are affected for consolidating existing errors and warnings
placeholder: |
Consider themes in syntax affected by the new set of errors are warnings
59 changes: 59 additions & 0 deletions .github/ISSUE_TEMPLATE/06-csharp-new-tutorials.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
name: "C# 14 - New feature - Additional tutorials"
description: Create the issue for adding new tutorials for a new feature in C# 14
title: "[C# 14-Tutorials]: New Feature - "
labels:
- ":checkered_flag: Release: .NET 10"
- dotnet-csharp/svc
- whats-new/subsvc
assignees:
- billwagner
body:
- type: dropdown
id: version
attributes:
label: Visual Studio release
description: What Visual Studio (preview) contains this feature?
options:
- "17.13.p3"
- "17.13"
- "17.14.p1"
- "17.14.p2"
- "17.14.p3"
- "17.14.p4"
- "17.14.p5"
- "17.14.p6"
- "17.14"
- "other - specify below"
- type: input
id: Speclet
attributes:
label: Link to speclet
description: Insert the markdown format for a link to the speclet
value: "- [Speclet](https://github.com/dotnet/csharplang/blob/main/proposals/feature.md)"
validations:
required: true
- type: input
id: pullrequest
attributes:
label: Link to Pull request
description: Insert the markdown format for a link to the PR
value: "- [PR](https://github.com/dotnet/roslyn/pull/nnnnn)"
validations:
required: true
- type: textarea
id: new-behavior
attributes:
label: New behavior
description: Describe the new behavior. Include code snippets if applicable.
validations:
required: true
- type: textarea
id: tutorials
attributes:
label: New tutorials
description: Add a list of scenarios and tutorials related to the new feature. If this doesn't apply, don't submit the issue.
placeholder: |
- Detail scenarios that should be covered
- Classify tutorials as "fundamentals", "advanced", or targeted at subsets of C# developers (e.g. web, game, mobile)
- Consider use cases where the feature would be used in practice
-
2 changes: 1 addition & 1 deletion docs/ai/quickstarts/quickstart-ai-chat-with-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Complete the following steps to create a .NET console app that can accomplish th

The following list describes what each package is used for in the `VectorDataAI` app:

- [`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`.
- [`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`.
- [`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.
- [`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.
- [`Microsoft.Extensions.VectorData.Abstractions`](https://www.nuget.org/packages/Microsoft.Extensions.AI) enables Create-Read-Update-Delete (CRUD) and search operations on vector stores.
Expand Down
4 changes: 2 additions & 2 deletions docs/azure/includes/dotnet-all.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@
| 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/) |
| 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/) |
| 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/) |
| 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/) |
| 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/) |
| 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/) |
| 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/) |
| 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/) |
Expand Down Expand Up @@ -477,7 +477,7 @@
| App Service - API Apps Service | NuGet [0.9.64](https://www.nuget.org/packages/Microsoft.Azure.AppService.ApiApps.Service/0.9.64) | | |
| 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) |
| 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) |
| 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) |
| 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) |
| 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) |
| Cosmos DB - Encryption | NuGet [1.0.0-preview07](https://www.nuget.org/packages/Microsoft.Azure.Cosmos.Encryption.Custom/1.0.0-preview07) | | |
| 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) |
Expand Down
2 changes: 1 addition & 1 deletion docs/azure/includes/dotnet-new.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@
| 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/) |
| 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/) |
| 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/) |
| 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/) |
| 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/) |
| 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/) |
| 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/) |
| 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/) |
Expand Down
Loading
Loading