Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dotnet/razor
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ddad4c8d94
Choose a base ref
...
head repository: dotnet/razor
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8157c5f69c
Choose a head ref
  • 18 commits
  • 18 files changed
  • 1 contributor

Commits on Feb 12, 2025

  1. Configuration menu
    Copy the full SHA
    a13ac9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72de4bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89322e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    914ace6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e00fe0b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    faba41c View commit details
    Browse the repository at this point in the history
  7. 3rd times a charm!

    davidwengier committed Feb 12, 2025
    Configuration menu
    Copy the full SHA
    c1d7007 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2025

  1. Configuration menu
    Copy the full SHA
    1f3a57c View commit details
    Browse the repository at this point in the history
  2. Fix whitespace in tests

    Sorry, there was too much red on my screen for me to concentrate
    davidwengier committed Feb 13, 2025
    Configuration menu
    Copy the full SHA
    2f00131 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d7edaa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    35d8e82 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fb1d3c3 View commit details
    Browse the repository at this point in the history
  6. Remove unused property

    davidwengier committed Feb 13, 2025
    Configuration menu
    Copy the full SHA
    9744a6f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a00dd8d View commit details
    Browse the repository at this point in the history
  8. Don't use Directory.Exists to check if a path is relative (#11483)

    Fixes #11482
    
    Explanation, copied from the issue: RCLs don't have an absolute
    `BaseIntermediateOutputPath`, so we end up seeing `<current
    directory>\obj` as the obj path, and we have a `Directory.Exists` check
    that catches if that happens, and falls back to different logic for an
    RCL. Turns out current directory is the solution folder, and so
    sometimes that obj path does exist, but it exists for a different
    project, and then all sorts of fun shenanigans ensue.
    davidwengier authored Feb 13, 2025
    Configuration menu
    Copy the full SHA
    825b243 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ec82dbb View commit details
    Browse the repository at this point in the history
  10. Fix a couple of options in the old options screen (#11486)

    Fixes #7025
    
    Turns out in the old options screen we weren't setting two of the
    options to honour user choices, and we were also clobbering their choice
    for one of them every time the screen opened.
    davidwengier authored Feb 13, 2025
    Configuration menu
    Copy the full SHA
    579f384 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2025

  1. Add a couple of "stress tests" to the integration test project (#11481)

    Two tests that run for an hour, adding and removing components and
    verifying that classification is correct afterwards. One uses an RCL,
    one doesn't.
    
    The tests are setup to not run in CI, only manually on dev machines, so
    as not to delay the CI runs, and because sometimes these have a
    different version of "success" :)
    davidwengier authored Feb 14, 2025
    Configuration menu
    Copy the full SHA
    8157c5f View commit details
    Browse the repository at this point in the history
Loading