Skip to content

Commit 491522a

Browse files
committed
Merge branch 'add-runfs-session' of github.com:amplifying-fsharp/amplifying-fsharp.github.io into add-runfs-session
2 parents aeeb48f + 11b4ccc commit 491522a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sessions/2025-10-03.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ youtubeId: ""
1414

1515
## Topic
1616

17-
.NET 10 will support [file-based apps](https://devblogs.microsoft.com/dotnet/announcing-dotnet-run-app/) for C#. This means that you can run a source file app.cs by dotnet run app.cs without the need to create a project file or to deal with artifacts. The source file can contain directives for referencing packages or adding build properties. When the need arises, you can automatically create a whole conventional project from it by dotnet project convert. So, this is a nice way to create small tools, and certainly a good way to introduce newcomers to the language. The [runfs](https://github.com/Martin521/Runfs?tab=readme-ov-file#runfs) project demonstrates similar functionality for F#.
17+
.NET 10 will support [file-based apps](https://devblogs.microsoft.com/dotnet/announcing-dotnet-run-app/) for C#. This means that you can run the source file app.cs with dotnet run app.cs without the need to create a project file or to deal with artifacts. The source file can contain directives for referencing packages or adding build properties. When the need arises, you can automatically create a whole conventional project from it by dotnet project convert. So, this is a nice way to create small tools, and certainly a good way to introduce newcomers to the language. The [runfs](https://github.com/Martin521/Runfs?tab=readme-ov-file#runfs) project demonstrates similar functionality for F#.
1818

1919
The aim of this session is also to serve as a community discussion around if F# needs file-based apps.
2020

0 commit comments

Comments
 (0)