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

Support C# 10 and C# 11 codebases #179

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

danielgreen
Copy link

@danielgreen danielgreen commented Dec 17, 2022

Update to the latest Roslyn SDK to support running R4MVC over codebases written in C# 10 and C# 11.
In particular this adds support for file-scoped namespaces, which the parser was seeing as an error.

.NET Core 2 and 3 are out of support, so remove the AspNetSimple.NetCore2 sample app, and update the other sample apps to .NET 7.

Also update other NuGet package dependencies.

Resolves issue #177

danielgreen added 2 commits December 17, 2022 16:43
…es written in C# 10 and C# 11.

In particular this adds support for file-scoped namespaces, which the parser was seeing as an error.

.NET Core 2 and 3 are out of support, so remove the AspNetSimple.NetCore2 sample app, and update the other sample apps to .NET 7.

Also update other NuGet package dependencies.
@danielgreen
Copy link
Author

Gentle nudge @artiomchi @kevinkuszyk

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.

None yet

1 participant