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

CSHTML: Added support for @helper and inline C# inside attribute values #3355

Merged
merged 10 commits into from Mar 13, 2022

Commits on Feb 25, 2022

  1. Added @helper block

    RunDevelopment committed Feb 25, 2022
    Copy the full SHA
    ca501ab View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e639769 View commit details
    Browse the repository at this point in the history
  3. Formatting

    RunDevelopment committed Feb 25, 2022
    Copy the full SHA
    e6002ab View commit details
    Browse the repository at this point in the history
  4. Fixed exp backtracking

    RunDevelopment committed Feb 25, 2022
    Copy the full SHA
    b41e565 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    33f71b9 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2022

  1. Copy the full SHA
    579eebb View commit details
    Browse the repository at this point in the history
  2. Fixed false negatives

    RunDevelopment committed Mar 13, 2022
    Copy the full SHA
    0ab8e12 View commit details
    Browse the repository at this point in the history
  3. Less nesting

    RunDevelopment committed Mar 13, 2022
    Copy the full SHA
    eed9df7 View commit details
    Browse the repository at this point in the history
  4. Simplified patterns

    RunDevelopment committed Mar 13, 2022
    Copy the full SHA
    49e8121 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    6c13538 View commit details
    Browse the repository at this point in the history