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

Commits on Dec 17, 2022

  1. Update to the latest Roslyn SDK to support running R4MVC over codebas…

    …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 committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    463d355 View commit details
    Browse the repository at this point in the history
  2. Remove unsupported frameworks

    danielgreen committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    1ff580c View commit details
    Browse the repository at this point in the history
  3. Update appveyor image to VS 2022

    danielgreen committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    a3e741c View commit details
    Browse the repository at this point in the history
  4. Upgrade cli app to .NET 7.

    Remove old sample app.
    danielgreen committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    6cfe86c View commit details
    Browse the repository at this point in the history