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: bprohan/codeformatter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ea592c2
Choose a base ref
...
head repository: dotnet/codeformatter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: bca9f07
Choose a head ref
  • 12 commits
  • 47 files changed
  • 3 contributors

Commits on Aug 2, 2018

  1. Update all projects to use SDK-style projects

    This updates all projects to use the Microsoft.NET.Sdk and PackageReference.
    
    This requires MSBuild 15 (VS 2017) so the build script has been updated to locate this.
    ericstj committed Aug 2, 2018
    Configuration menu
    Copy the full SHA
    2aab0f8 View commit details
    Browse the repository at this point in the history
  2. Fix SLN

    VS requires TargetFramework to be in the project file rather than in a props file,
    otherwise it triggers a project upgrade.
    ericstj committed Aug 2, 2018
    Configuration menu
    Copy the full SHA
    4a2eba6 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2018

  1. Fix Tests

    A couple tests were broken due to being out of sync with source changes.
    
    The Xunit update split the Xunit API into two different assemblies (Core and Assert): make sure both are referenced.
    ericstj committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    7cfa7ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e72bb35 View commit details
    Browse the repository at this point in the history
  3. Add some regression tests

    ericstj committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    045b5f9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    38a6bb6 View commit details
    Browse the repository at this point in the history
  5. Merge pull request dotnet#275 from ericstj/convertSDK

    Convert codeformatter to SDK projects and update to latest dependencies
    ericstj authored Aug 3, 2018
    Configuration menu
    Copy the full SHA
    38ef57a View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

  1. Add SECURITY.md

    dotnet-bot committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    3faff25 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2020

  1. Link Code of Conduct

    Immo Landwerth committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    28b872e View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2020

  1. Merge pull request dotnet#286 from terrajobst/code-of-conduct

    Link Code of Conduct
    Immo Landwerth authored Apr 3, 2020
    Configuration menu
    Copy the full SHA
    53f3dbe View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. Marking project as archived.

    Immo Landwerth authored Jul 11, 2022
    Configuration menu
    Copy the full SHA
    e81c012 View commit details
    Browse the repository at this point in the history
  2. Merge pull request dotnet#295 from dotnet/mark-as-archived

    Immo Landwerth authored Jul 11, 2022
    Configuration menu
    Copy the full SHA
    bca9f07 View commit details
    Browse the repository at this point in the history
Loading