Skip to content

Commit

Permalink
Add links to C# compiler breaks
Browse files Browse the repository at this point in the history
See dotnet/roslyn#72098 (comment)

Add links from the .NET breaking changes articles to the corresponding C# compiler breaking changes articles.
  • Loading branch information
BillWagner committed Feb 27, 2024
1 parent b6359f1 commit 81db263
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/core/compatibility/5.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,4 +193,5 @@ If you're migrating an app to .NET 5, the breaking changes listed here might aff

## See also

- [C# compiler breaking changes in C# 9 / .NET 5](https://github.com/dotnet/roslyn/blob/main/docs/compilers/CSharp/Compiler%20Breaking%20Changes%20-%20DotNet%205.md)
- [What's new in .NET 5](../whats-new/dotnet-5.md)
1 change: 1 addition & 0 deletions docs/core/compatibility/6.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,4 +182,5 @@ For information on other breaking changes for containers in .NET 6, see [.NET 6

## See also

- [Breaking changes in C# 10](https://github.com/dotnet/roslyn/blob/main/docs/compilers/CSharp/Compiler%20Breaking%20Changes%20-%20DotNet%206.md)
- [What's new in .NET 6](../whats-new/dotnet-6.md)
1 change: 1 addition & 0 deletions docs/core/compatibility/7.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,4 +164,5 @@ If you're migrating an app to .NET 7, the breaking changes listed here might aff

## See also

- [C# breaking changes in C# 11 / .NET](../../_roslyn/docs/compilers/CSharp/Compiler%20Breaking%20Changes%20-%20DotNet%207.md)
- [What's new in .NET 7](../whats-new/dotnet-7.md)
1 change: 1 addition & 0 deletions docs/core/compatibility/8.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,4 +166,5 @@ If you're migrating an app to .NET 8, the breaking changes listed here might aff

## See also

- [C# breaking changes in C# 12 / .NET 8](../../_roslyn/docs/compilers/CSharp/Compiler%20Breaking%20Changes%20-%20DotNet%208.md)
- [What's new in .NET 8](../whats-new/dotnet-8/overview.md)

0 comments on commit 81db263

Please sign in to comment.