Skip to content

Conversation

BillWagner
Copy link
Member

@BillWagner BillWagner commented Sep 12, 2025

Fixes #46101

  • Add *.slnx to .gitignore file for new Visual Studio solution file format.
  • Create sample for compound assignment in C# 14
  • Write accompanying tutorial.

Internal previews

📄 File 🔗 Preview link
docs/csharp/toc.yml Taken from https://github.com/dotnet/roslyn/wiki/Samples-and-Walkthroughs
docs/csharp/whats-new/tutorials/compound-assignment-operators.md Explore user defined instance compound assignment operators

Write the first draft, including extracted samples.
@BillWagner BillWagner force-pushed the explore-compound-assignment branch from 07b3f02 to 72d1172 Compare September 15, 2025 19:59
@BillWagner BillWagner marked this pull request as ready for review September 15, 2025 20:48
@BillWagner BillWagner requested a review from a team as a code owner September 15, 2025 20:48
@BillWagner BillWagner requested a review from gewarren September 15, 2025 20:48
Co-authored-by: Genevieve Warren <[email protected]>
@BillWagner BillWagner enabled auto-merge (squash) September 23, 2025 12:00
@BillWagner BillWagner merged commit 42bcae7 into dotnet:main Sep 23, 2025
8 checks passed
@BillWagner BillWagner deleted the explore-compound-assignment branch September 23, 2025 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[C# 14-Tutorials]: New Feature - User defined compound assignment operators
2 participants