Skip to content

Commit 358e4e8

Browse files
committed
fix warnings
1 parent 465e1a7 commit 358e4e8

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
@@ -113,7 +113,7 @@ The output provides a structured, machine-readable description of the command's
113113
114114
## File-based apps enhancements
115115
116-
.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).
116+
.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).
117117
118118
### Enhanced file-based apps with publish support and native AOT
119119

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)