Skip to content

Standalone .cs files support - #377

Open
razzmatazz wants to merge 1 commit into
mainfrom
standalone-cs-files-support
Open

Standalone .cs files support #377
razzmatazz wants to merge 1 commit into
mainfrom
standalone-cs-files-support

Conversation

@razzmatazz

@razzmatazz razzmatazz commented Jul 15, 2026

Copy link
Copy Markdown
Owner

Support opening loose .cs files without a .sln/.csproj, and .NET 10 file-based apps (#! shebang, #: directives), by synthesizing a .csproj on the fly and feeding it through the existing project-loading path — fixes #188.

Implementation follows the plan in plans/standalone-cs-files-support.md; the actual code changes will land in follow-up commits/PRs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Autocompletion without .csproj / .sln files

1 participant