Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for C# 10 and C# 11 #177

Open
danielgreen opened this issue Dec 16, 2022 · 0 comments
Open

Add support for C# 10 and C# 11 #177

danielgreen opened this issue Dec 16, 2022 · 0 comments

Comments

@danielgreen
Copy link

danielgreen commented Dec 16, 2022

The last published package (1.0.0-alpha2-00395) does not support C# 10 or C# 11 language features, such as file-scoped namespaces.

E.g. if a Razor Page's code-behind file contains a file-scoped namespace, R4MVC processes it as if it was a view-only page so only emits a limited amount of generated code.

PR raised here:
#179

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

No branches or pull requests

1 participant