main
Retire C# 7.0 what's new (#27112)
fix: MD022 csharp/misc (#20747)
Reimagine C# compiler options section (#22797)
Remove the ErrorReport option (#23337)
Create Fundamentals section. (#23464)
Clarify that DefaultMember is applied in the CPP file (#24921)
Linkfix: .NET (2021-10) (#26628)
C# reference: Consolidated articles about checked and unchecked statements (#30738)
Add coverage of the `ref readonly` modifier to the C# language reference. (#37207)
'description-missing' Suggestions, bulk auto fixes, first round. (ML) (#20322)
Add an example of suppressing CS0067, when event is unused intentionally (#33668)
Add example to CS0076 (#37382)
Remove the unused variables after working on CS0077 (#43368)
Update cs0078.md (#24352)
Link the specific using article when possible (#31608)
Update CS0110 (#39749)
Update cs0117.md (#25120)
Discovery OKR (#28795)
Fix link warnings to the C# standard (#27932)
C# reference: Consolidated jump statements (#27410)
Added Solutions for Compiler Violations (#28657)
Update cs0150.md (#30395)
C# reference: Consolidate the selection statements articles (#25520)
C# reference: Consolidate exception-handling statements articles (#35048)
Update cs0162.md (#22707)
Worker service updates (#26836)
Create unsafe code section - include information on function pointers (#23559)
Replace "auto implemented" with "automatically" (#43211)
Revised and moved the fixed statement article (#31089)
Fix up using directive vs. using statement (#41332)
Fix links (#22428)
remove pattern matching specs (#34945)
Separate wrong and correct code samples in CS0230 page (#37545)
Update cs0236.md (#24873)
Change "more information" link for CS0239 (#30719)
`ref` fields and `scoped`. Modify pages on struct creation, variable declaration, and ref struct. (#30912)
ProgrammingGuideClassesAndStructsFinalizers (#26101)
⎮26064⎮ finalizer instead of destructor (#26085)
Add note per issue 26068. (#37805)
Added content for missing error message cs0272 (#31276)
Added content for missing error message cs0273 (#31317)
C# reference: Consolidate the iteration statements articles (#24349)
Fix duplicate H2 warnings (#25352)
Add, update compiler error and warning messages for `ref struct` interfaces (#41948)
Clarify example 2 output (#35874)
Replace .NET Framework with .NET where applicable (#20025)
Improve and extend the page about `CS0453` (#36482)
Fix a few typos in /docs/csharp/misc (#31030)
Links: .NET - Pass 1 (#20624)
#42402 Updated cs0525.md (#42504)
Remove sample that no longer applies (#29904)
Updates for auto default struct (#29526)
Replacements (#26150)
⎮26063⎮ finalizer instead of destructor (#26086)
Add note to `CS0577` for finalizer as term for destructor (#38834)
update VS 'talk to us' link text (#23002)
Correct DisabledWarnings to NoWarn (#28785)
fix redirection and breadcrumb (#34624)
Delete CAS docs (#24693)
Add the section to `CS0809` about methods recognized (or not) as obsolete (#42106)
Add third correction option (tuple deconstruction) to information for CS0189. (#26422)
add diagnostic page with lambda expressions warnings (#35260)
Add example to CS0841 (#28055)
Consolidate pragma section (#23374)
update links to preprocessor anchors (#23506)
Update CS1101 (#37332)
Improve CS1106 (#37361)
Fix code sample in cs1107.md (#30103)
Fix typo (#30083)
Refresh CS1525 (#38910)
Bigboybamo patch 5 (#42783)
Move xml doc section (#24705)
Fix formatting (#24822)
Improve CS1597 (#39685)
Fix C# reference TOC for offline book (#40794)
fix: various typos (#28970)
Update links to developer community (#21341)
update buffer size (#40013)
fix-desc-01 (#22672)
Add the links to reference (#35026)
Links: .NET (2021-03) (#23446)
Enhance CS1723 description by providing details, examples and solution (#34645)
Remove C# 9 "new" references (#38058)
Fix CS1908 (#37335)
Fix CS1909 and CS1910 (#37337)
Finish freshness update / reorg on LINQ content (#40437)
Reorganize LINQ standard query operators content (#39194)
Edit pass for LINQ "get started" section. (#38723)
Fix links (#23481)
add possible cause for CS2012 (#39564)
Typo "**-out **"→"-out " (#28645)
Consolidate duplicate files (#24320)
add misc compiler errors and warnings (#23968)
Update cs5001.md (#27080)
Add errors and warnings related to overload resolution (#42563)