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/templating
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c85cd65
Choose a base ref
...
head repository: dotnet/templating
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dc0b060
Choose a head ref
  • 8 commits
  • 278 files changed
  • 4 contributors

Commits on Nov 3, 2022

  1. [release/7.0.2xx] Ensure file change notification is executed after f…

    …ile change is done (#5550)
    
    * Ensure file change notification is executed after file change is done
    
    * Check the state of lock to determine file change is done
    
    * Prevent overlapping file change notifications
    
    * Add better comments and better prevention of concurrent events
    
    Co-authored-by: Gang Wang <v-gaw@microsoft.com>
    Co-authored-by: Jan Krivanek <jankrivanek@microsoft.com>
    3 people authored Nov 3, 2022
    Configuration menu
    Copy the full SHA
    c34e734 View commit details
    Browse the repository at this point in the history
  2. removed dependency on Cli.Utils

    # Conflicts:
    #	eng/Versions.props
    vlada-shubina committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    27c9f9a View commit details
    Browse the repository at this point in the history
  3. enabled API analyzer

    vlada-shubina committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    52fcd5b View commit details
    Browse the repository at this point in the history
  4. renames to match solution structure

    # Conflicts:
    #	tools/Microsoft.TemplateEngine.Tasks/xlf/LocalizableStrings.cs.xlf
    #	tools/Microsoft.TemplateEngine.Tasks/xlf/LocalizableStrings.de.xlf
    #	tools/Microsoft.TemplateEngine.Tasks/xlf/LocalizableStrings.es.xlf
    #	tools/Microsoft.TemplateEngine.Tasks/xlf/LocalizableStrings.fr.xlf
    #	tools/Microsoft.TemplateEngine.Tasks/xlf/LocalizableStrings.it.xlf
    #	tools/Microsoft.TemplateEngine.Tasks/xlf/LocalizableStrings.ja.xlf
    #	tools/Microsoft.TemplateEngine.Tasks/xlf/LocalizableStrings.ko.xlf
    #	tools/Microsoft.TemplateEngine.Tasks/xlf/LocalizableStrings.pl.xlf
    #	tools/Microsoft.TemplateEngine.Tasks/xlf/LocalizableStrings.pt-BR.xlf
    #	tools/Microsoft.TemplateEngine.Tasks/xlf/LocalizableStrings.ru.xlf
    #	tools/Microsoft.TemplateEngine.Tasks/xlf/LocalizableStrings.tr.xlf
    #	tools/Microsoft.TemplateEngine.Tasks/xlf/LocalizableStrings.zh-Hans.xlf
    #	tools/Microsoft.TemplateEngine.Tasks/xlf/LocalizableStrings.zh-Hant.xlf
    vlada-shubina committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    f8e0dd8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    413cfcc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6577533 View commit details
    Browse the repository at this point in the history
  7. removed unsafe code

    vlada-shubina committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    c784e24 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dc0b060 View commit details
    Browse the repository at this point in the history
Loading