Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Address issues related to C# versions #44050

Merged
merged 3 commits into from
Dec 21, 2024

Conversation

BillWagner
Copy link
Member

@BillWagner BillWagner commented Dec 20, 2024

Fixes #33401: Add the new features in C# 13, and add a link to the full feature history in the csharplang repository.
Fixes #33554: Add a link to selecting the UWP version, because UWP uses a different project format.
Fixes #36919: Add that the directory.props.build method should be used only with C# projects, not folders that include both C# and VB projects.
Fixes #41296: Move the paragraph that explains why the version dropdown is greyed out to the top of the article.


Internal previews

📄 File 🔗 Preview link
docs/csharp/language-reference/configure-language-version.md Configure C# language version
docs/csharp/whats-new/csharp-version-history.md The history of C#

Fixes dotnet#33401

Add the new features in C# 13, and add a link to the full feature history in the csharplang repository.
Fixes dotnet#33554:  Add a link to selecting the UWP version, because UWP uses a different project format.
Fixes dotnet#36919: Add that the directory.props.build method should be used only with C# projects, not folders that include both C# and VB projects.
Fixes dotnet#41296:  Move the paragraph that explains why the version dropdown is greyed out to the top of the article.
@BillWagner BillWagner requested a review from a team as a code owner December 20, 2024 22:21
@dotnetrepoman dotnetrepoman bot added this to the December 2024 milestone Dec 20, 2024
@dotnet-policy-service dotnet-policy-service bot added okr-freshness OKR: Freshness of content okr-quality Content-quality KR: Concerns article defects (bugs), freshness, or build warnings. labels Dec 20, 2024
Copy link
Contributor

@adegeo adegeo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Two errors to fix. Approved to let you merge when ready.

Co-authored-by: Andy (Steve) De George <[email protected]>
@BillWagner BillWagner enabled auto-merge (squash) December 21, 2024 14:38
@BillWagner BillWagner merged commit 5d01b47 into dotnet:main Dec 21, 2024
8 checks passed
@BillWagner BillWagner deleted the link-to-detailed-history branch December 21, 2024 19:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dotnet-csharp/svc lang-reference/subsvc okr-freshness OKR: Freshness of content okr-quality Content-quality KR: Concerns article defects (bugs), freshness, or build warnings. whats-new/subsvc
Projects
None yet
2 participants