Commit 55ec0fb
Main to prerelease 0710 (#5909)
* Increase release CI timeout
* Add CI for release branch
* Add eslint and fix warnings
* Implement report issue command for prerelease extension
* Update O# Roslyn and prepare for release
* Switch to non-deprecated action for asset upload
* Upload all VSIX in one step
* Update .github/workflows/release-ci.yml
Co-authored-by: Joey Robichaud <[email protected]>
* Update release-ci.yml
* review feedback
* use vscode-uri
* Add write permissions to job
* Fix options schema
* Explicitly throw if runtimeId is missing
* Use real looking runtimeId in fake
* Use issue reporter command
* Add server path as an option to allow Razor to re-use the runtime resolver
* Fix brace
* More lint
* Update README.md to notify user about .NET Runtime Tool
* Enable full solution background analysis
- Adds 2 new background analysis scope options: one for compiler diagnostics and one for analyzer diagnostics
- Both the options allow the same set of values as in VS: Open documents, Entire solution, Current document and None (disabled). Currently, `Current document` option is not yet supported in LSP as we do not have a way to know which is the current active document in LSP server.
- Builds on top of dotnet/roslyn#68799
- Needs couple more Roslyn side changes as a follow-up: dotnet/roslyn#68797 and dotnet/roslyn#68798
* Remove the un-supported `Current Document` option
* File renames
* Remove TSLint and configure eslint
* Enable remaining rules from tslint and remove
* Run prettier automatic fixer
* address a couple remaining eslint errors
* Remove incorrectly cased folders
* Remove duplicate license header
* Fix options schema after package.json changes
* Fix chai test assertion library usages
* Avoid using 'solution crawler' terminology in the VSCode option name
* Address feedback and fix test
* Revert unintentional changes from merge
* Some more reverts
* Address feedback and also fix linting issues
* Revert "Merged PR 475885: Add support for F5 for csproj and sln" (#5875)
This reverts commit 173be18.
* Update README.md to make runtime extension note numbered
* Bump Razor to 7.0.0-preview.23328.2
* Allow updatePackageDependencies to work with Razor (well, with prerelease packages)
* Add task for updating Razor deps
* Move to newer version of Roslyn LSP server
* Remove unsupported feature
* Update regexes
* small edits to readme
* deleted extra space in readme
* Try a less recent Razor version
* Update roslyn
---------
Co-authored-by: David Barbet <[email protected]>
Co-authored-by: David Barbet <[email protected]>
Co-authored-by: Joey Robichaud <[email protected]>
Co-authored-by: Joey Robichaud <[email protected]>
Co-authored-by: leslierichardson95 <[email protected]>
Co-authored-by: Manish Vasani <[email protected]>
Co-authored-by: Andrew Wang <[email protected]>
Co-authored-by: David Wengier <[email protected]>
Co-authored-by: Andrew Hall (METAL) <[email protected]>
Co-authored-by: Mika Dumont <[email protected]>
Co-authored-by: Mika Dumont <[email protected]>
Co-authored-by: David Wengier <[email protected]>1 parent c53f5e2 commit 55ec0fb
File tree
469 files changed
+26419
-18007
lines changed- .vscode
- src
- constants
- coreclr-debug
- coreclrDebug
- features
- json
- lsptoolshost
- services
- observers
- utils
- omnisharp
- engines
- packageManager
- razor
- src
- BlazorDebug
- CSharp
- CodeActions
- CodeLens
- ColorPresentation
- Diagnostics
- DocumentColor
- Document
- Folding
- Formatting
- Html
- Projection
- RPC
- Rename
- Semantic
- SignatureHelp
- blazorDebug
- codeActions
- codeLens
- colorPresentation
- completion
- csharp
- definition
- diagnostics
- documentColor
- documentHighlight
- document
- dynamicFile
- folding
- formatting
- hover
- html
- implementation
- mapping
- projection
- reference
- rename
- rpc
- semantic
- signatureHelp
- tools
- utils
- tasks
- test
- artifactTests
- featureTests
- integrationTests
- testAssets
- unitTests
- Fakes
- Packages
- coreclr-debug
- coreclrDebug
- fakes
- features
- logging
- lspToolHost
- omnisharp
- optionObserver
- packages
- testAssets
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
469 files changed
+26419
-18007
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
3 | 7 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
284 | | - | |
285 | | - | |
| 284 | + | |
| 285 | + | |
286 | 286 | | |
287 | 287 | | |
288 | | - | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
289 | 304 | | |
290 | 305 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
19 | | - | |
| 18 | + | |
| 19 | + | |
20 | 20 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | 47 | | |
71 | 48 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | 38 | | |
40 | 39 | | |
41 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
15 | 23 | | |
16 | 24 | | |
17 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
72 | | - | |
| 73 | + | |
0 commit comments