Skip to content

Commit 867d3ca

Browse files
committed
fix warnings
1 parent e535774 commit 867d3ca

File tree

2 files changed

+2
-2
lines changed
  • docs
    • core/whats-new/dotnet-10
    • csharp/fundamentals/program-structure

2 files changed

+2
-2
lines changed

docs/core/whats-new/dotnet-10/sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ The output provides a structured, machine-readable description of the command's
9292
9393
## File-based apps enhancements
9494
95-
.NET 10 brings significant updates to the file-based apps experience, including publish support and native AOT capabilities. For an introduction to file-based apps, see [File-based apps](../../../csharp/tour-of-csharp/overview.md#file-based-programs) and [Building and running C# programs](../../../csharp/fundamentals/program-structure/index.md#building-and-running-c-programs).
95+
.NET 10 brings significant updates to the file-based apps experience, including publish support and native AOT capabilities. For an introduction to file-based apps, see [File-based apps](../../../csharp/tour-of-csharp/overview.md#file-based-apps) and [Building and running C# programs](../../../csharp/fundamentals/program-structure/index.md#building-and-running-c-programs).
9696
9797
### Enhanced file-based apps with publish support and native AOT
9898

docs/csharp/fundamentals/program-structure/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The first line of the program contains the `#!` sequence for Unix shells. The lo
3232
./hello-world.cs
3333
```
3434

35-
The source for these programs must be a single file, but otherwise all C# syntax is valid. You can use file-based apps for small command-line utilities, prototypes, or other experiments. file-based apps allow [preprocessor directives](../../language-reference/preprocessor-directives.md#file-based-programs) that configure the build system.
35+
The source for these programs must be a single file, but otherwise all C# syntax is valid. You can use file-based apps for small command-line utilities, prototypes, or other experiments. file-based apps allow [preprocessor directives](../../language-reference/preprocessor-directives.md#file-based-apps) that configure the build system.
3636

3737
## Expressions and statements
3838

0 commit comments

Comments
 (0)