-
Notifications
You must be signed in to change notification settings - Fork 839
Closed
Description
Repro steps
Run this PowerShell script:
git init
git remote add origin https://github.com/dotnet/fsharp.git
git fetch
git checkout origin/main
dotnet tool restore
dotnet tool run fantomas -r
git status
Expected behavior
git status should show no files changed.
Actual behavior
git status shows lots of files changed:
HEAD detached at origin/main
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: vsintegration/tests/FSharp.Editor.Tests/BraceMatchingServiceTests.fs
modified: vsintegration/tests/FSharp.Editor.Tests/BreakpointResolutionServiceTests.fs
modified: vsintegration/tests/FSharp.Editor.Tests/CompletionProviderTests.fs
modified: vsintegration/tests/FSharp.Editor.Tests/DocumentDiagnosticAnalyzerTests.fs
modified: vsintegration/tests/FSharp.Editor.Tests/DocumentHighlightsServiceTests.fs
modified: vsintegration/tests/FSharp.Editor.Tests/EditorFormattingServiceTests.fs
modified: vsintegration/tests/FSharp.Editor.Tests/FsxCompletionProviderTests.fs
modified: vsintegration/tests/FSharp.Editor.Tests/GoToDefinitionServiceTests.fs
modified: vsintegration/tests/FSharp.Editor.Tests/HelpContextServiceTests.fs
modified: vsintegration/tests/FSharp.Editor.Tests/Helpers/RoslynHelpers.fs
modified: vsintegration/tests/FSharp.Editor.Tests/Hints/HintTestFramework.fs
modified: vsintegration/tests/FSharp.Editor.Tests/Hints/InlineParameterNameHintTests.fs
modified: vsintegration/tests/FSharp.Editor.Tests/Hints/InlineTypeHintTests.fs
modified: vsintegration/tests/FSharp.Editor.Tests/IndentationServiceTests.fs
modified: vsintegration/tests/FSharp.Editor.Tests/LanguageDebugInfoServiceTests.fs
modified: vsintegration/tests/FSharp.Editor.Tests/QuickInfoProviderTests.fs
modified: vsintegration/tests/FSharp.Editor.Tests/QuickInfoTests.fs
modified: vsintegration/tests/FSharp.Editor.Tests/SemanticClassificationServiceTests.fs
modified: vsintegration/tests/FSharp.Editor.Tests/SignatureHelpProviderTests.fs
modified: vsintegration/tests/FSharp.Editor.Tests/SyntacticColorizationServiceTests.fs
- Operating system - Windows 11
- NET SDK - 7.0.102
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done