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

LogDebug each project's applied .editorconfig #1013

Merged
merged 1 commit into from Feb 26, 2021

Conversation

JoeRobich
Copy link
Member

Resolves #937

Example output:

  The dotnet format version is '5.1.0-dev'.
  The dotnet runtime version is '6.0.0-alpha.1.21064.11'.
  The dotnet CLI version is '6.0.100-alpha.1.21065.7'.
  Using MSBuild.exe located in '/usr/local/share/dotnet/sdk/6.0.100-alpha.1.21065.7/'.
  Formatting code files in workspace '/Users/joeyrobichaud/Source/format/format.sln'.
  Loading workspace.
  Project dotnet-format is using configuration from '/Users/joeyrobichaud/Source/format/.editorconfig'.
  Project dotnet-format.UnitTests is using configuration from '/Users/joeyrobichaud/Source/format/artifacts/obj/dotnet-format.UnitTests/Debug/netcoreapp2.1/dotnet-format.UnitTests.GeneratedMSBuildEditorConfig.editorconfig'.
  Project dotnet-format.UnitTests is using configuration from '/Users/joeyrobichaud/Source/format/.editorconfig'.
  Project dotnet-format.Performance is using configuration from '/Users/joeyrobichaud/Source/format/.editorconfig'.
  Complete in 9725ms.
  Determining formattable files.
  Complete in 1819ms.
  Running formatters.
  Running Code Style analysis.
  Determining diagnostics...
  Running 22 analyzers on dotnet-format.
  Running 22 analyzers on dotnet-format.UnitTests.
  Running 22 analyzers on dotnet-format.Performance.
  Complete in 27916ms.
  Analysis complete in 27916ms.
  Complete in 29163ms.
  Formatted 0 of 97 files.
  Format complete in 40709ms.

@JoeRobich JoeRobich merged commit c5834bc into dotnet:master Feb 26, 2021
@JoeRobich JoeRobich deleted the logdebug-editorconfig-paths branch March 5, 2021 21:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Log the potential .editorconfig files for each project
2 participants