Skip to content
Discussion options

You must be logged in to vote

as single file cs has not yet all the features I need

What features that you need do file-based apps not support?

Is csx directly supported by microsoft?

Csx is a scripting C# format that exists for a long time, it is an official Microsoft product, but it's also a dialect of C#, and hence not very widely used. File-based apps are a modern alternative that are just being introduced in .NET 10.

why is there a dotnet-script repository?

That is a third party repository.

Is it needed (if roslyn has direct support for csx)?

Roslyn supports csx, but there is no dotnet run command for it, that's why the third-party tool exists. You can however run csx files via C# Interactive window in Vi…

Replies: 1 comment 11 replies

Comment options

You must be logged in to vote
11 replies
@jogibear9988
Comment options

@jogibear9988
Comment options

@jjonescz
Comment options

jjonescz Oct 7, 2025
Collaborator

@DamianEdwards
Comment options

@jogibear9988
Comment options

Answer selected by jjonescz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants