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: 67db339aa2
Choose a base ref
...
head repository: dotnet/razor
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 42c73792a2
Choose a head ref
  • 6 commits
  • 32 files changed
  • 5 contributors

Commits on Feb 12, 2025

  1. Update dependencies from https://github.com/dotnet/arcade build 20250…

    …211.5
    
    Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk
     From Version 9.0.0-beta.24572.2 -> To Version 9.0.0-beta.25111.5
    dotnet-maestro[bot] committed Feb 12, 2025
    Configuration menu
    Copy the full SHA
    2b2c606 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb70772 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2025

  1. Configuration menu
    Copy the full SHA
    be44090 View commit details
    Browse the repository at this point in the history
  2. [main] Update dependencies to ensure coherency (#11479)

    Coherency update: Failed to perform coherency update for one or more
    dependencies. Please review the GitHub checks or run `darc
    update-dependencies --coherency-only` locally against
    darc-main-3442f642-8ef6-418b-9c1e-bf8597011ba5 for more information.
    akhera99 authored Feb 19, 2025
    Configuration menu
    Copy the full SHA
    78a7949 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20a9aa3 View commit details
    Browse the repository at this point in the history
  4. Use different comletion trigger character set for VSCode (#11446)

    * Use different comletion trigger character set for VSCode
    
    * PR feedback
    
    * Tweak context re-writing code to disallow sending completion request to delegating HTML client if trigger character is not HTML.
    
    Doing so causes issues in VS Code client because it will just return bad matches in that case, so we shouldn't even ask. I don't see any side-effects from not sending it to VS client either, seems logical not to send non-HTML trigger character request to HTML language server.
    
    * Fixing tests to match product changes
    
    * Fix json property name
    
    ---------
    
    Co-authored-by: David Wengier <david.wengier@microsoft.com>
    alexgav and davidwengier authored Feb 19, 2025
    Configuration menu
    Copy the full SHA
    42c7379 View commit details
    Browse the repository at this point in the history
Loading