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
2 changes: 1 addition & 1 deletion docs/core/deploying/macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Before you publish your .NET application for macOS, ensure you have the followin

## Produce your app using .NET SDK

Use one of the methods described in the [.NET application publishing overview](/dotnet/core/deploying/) to produce an application. You can create either a framework-dependent or self-contained application.
Use one of the methods described in the [.NET application publishing overview](index.md) to produce an application. You can create either a framework-dependent or self-contained application.

## Sign and notarize your app

Expand Down
2 changes: 1 addition & 1 deletion docs/csharp/misc/cs0436.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ To resolve this warning, you can:
1. Rename one of the conflicting types.
1. Use a different namespace for one of the types.
1. Remove the reference to the assembly containing the conflicting type if it's not needed.
1. Use an extern alias to disambiguate between the two types if you need to use both (see [CS0433](/dotnet/csharp/language-reference/compiler-messages/cs0433) for examples of using extern aliases).
1. Use an extern alias to disambiguate between the two types if you need to use both (see [CS0433](../language-reference/compiler-messages/cs0433.md) for examples of using extern aliases).
6 changes: 3 additions & 3 deletions docs/csharp/whats-new/tutorials/extension-members.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,6 @@ Run the complete application to see both approaches side by side and observe how

## Related content

- [Extension methods (C# Programming Guide)](/dotnet/csharp/programming-guide/classes-and-structs/extension-methods)
- [What's new in C# 14](/dotnet/csharp/whats-new/csharp-14)
- [Operator overloading (C# reference)](/dotnet/csharp/language-reference/operators/operator-overloading)
- [Extension methods (C# Programming Guide)](../../programming-guide/classes-and-structs/extension-methods.md)
- [What's new in C# 14](../csharp-14.md)
- [Operator overloading (C# reference)](../../language-reference/operators/operator-overloading.md)
Loading