Commit 616caa5
authored
Pre-snap Code Clean Up (#11675)
This change moves types that were recently moved to
`Microsoft.CodeAnalysis.Razor.Workspaces` to the appropriate namespaces.
The intent is to get this in before the snap so that future cherry-picks
are a bit easier. It's a big change, but it's almost completely
mechanical. I recommend reviewing commit-by-commit, though there's a lot
of commits too!
Note that this PR doesn't actually require a review from
@dotnet/razor-compiler. It seems that tweaks to the tooling-specific
JSON serialization files are causing that reviewer to be included.File tree
388 files changed
+458
-551
lines changed- src
- Razor
- benchmarks/Microsoft.AspNetCore.Razor.Microbenchmarks
- LanguageServer
- ProjectSystem
- Serialization
- TextDifferencing
- src
- Microsoft.AspNetCore.Razor.LanguageServer
- CodeActions
- Common
- Completion
- Delegation
- Diagnostics
- DocumentPresentation
- Extensions
- Formatting
- Hosting
- Hover
- MapCode
- Mapping
- ProjectSystem
- Semantic
- Microsoft.CodeAnalysis.Razor.Workspaces
- CodeActions
- Html
- Razor
- Diagnostics
- DocumentMapping
- Extensions
- Formatting
- GoToDefinition
- ProjectEngineHost
- ProjectSystem
- Sources
- Remote
- Rename
- Serialization
- MessagePack
- Formatters
- TagHelpers
- Resolvers
- Telemetry
- TextDifferencing
- Threading
- Tooltip
- Utilities
- Microsoft.CodeAnalysis.Remote.Razor
- CodeActions
- DocumentMapping
- Hover
- ProjectSystem
- SemanticTokens
- TagHelpers
- Telemetry
- Microsoft.VisualStudio.DevKit.Razor/Telemetry
- Microsoft.VisualStudio.LanguageServices.Razor
- Discovery
- Documents
- DynamicFiles
- LanguageClient
- Cohost
- Debugging
- Endpoints
- Options
- Logging
- ProjectSystem
- Remote
- Telemetry
- Microsoft.VisualStudio.LegacyEditor.Razor
- Parsing
- Microsoft.VisualStudioCode.RazorExtension
- rzls
- test
- Microsoft.AspNetCore.Razor.LanguageServer.Test
- AutoInsert
- CodeActions
- CSharp
- Html
- Razor
- Completion
- Delegation
- Debugging
- Definition
- DocumentPresentation
- DocumentSymbols
- FindReferences
- Folding
- Formatting_NetFx
- Formatting
- Hover
- Implementation
- InlayHints
- MapCode
- Mapping
- ProjectContexts
- ProjectSystem
- Refactoring
- Semantic
- SignatureHelp
- WrapWithTag
- Microsoft.AspNetCore.Razor.Test.Common.Tooling
- LanguageServer
- ProjectSystem
- Workspaces
- Microsoft.CodeAnalysis.Razor.Workspaces.Test
- ProjectEngineHost
- ProjectSystem
- TextDifferencing
- Tooltip
- Utilities
- Microsoft.CodeAnalysis.Remote.Razor.Test
- Microsoft.VisualStudio.LanguageServices.Razor.Test
- Cohost
- CodeActions
- Discovery
- DocumentGenerator
- Documents
- DynamicFiles
- LanguageClient
- ProjectSystem
- ProjectSystem
- Telemetry
- Microsoft.VisualStudio.LegacyEditor.Razor.Test
- Parsing
- Microsoft.VisualStudioCode.RazorExtension.Test
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
388 files changed
+458
-551
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | 13 | | |
16 | 14 | | |
17 | 15 | | |
| 16 | + | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
| |||
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | 16 | | |
19 | 17 | | |
20 | 18 | | |
21 | 19 | | |
| 20 | + | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | 13 | | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | 14 | | |
17 | 15 | | |
18 | 16 | | |
| 17 | + | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments