-
Notifications
You must be signed in to change notification settings - Fork 226
Rybrande/o#upgrade v2 #2439
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
Merged
Merged
Rybrande/o#upgrade v2 #2439
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
ed26d5f
O# upgrade
ryanbrandenburg 33a1182
Fix recursion
ryanbrandenburg 407fe8a
Fix update buffer
ryanbrandenburg 688f655
Remove bad nuget badness
ryanbrandenburg 587743b
PR feedback
ryanbrandenburg 81f932e
PR feedback
ryanbrandenburg 37c0a3f
PR feedback
ryanbrandenburg 49c2f4f
PR feedback
ryanbrandenburg 9c55939
Fix compile errors
ryanbrandenburg e082b91
long to int
ryanbrandenburg 064fd7f
Mandatory int?s
ryanbrandenburg 0afca42
use null instead of -1
ryanbrandenburg 51d2e8c
Cleanup
ryanbrandenburg c00db98
PR feedback
ryanbrandenburg 22d138a
Don't break WTE
ryanbrandenburg 51bcbed
Fix WTE
ryanbrandenburg 8d584b4
PR feedback
ryanbrandenburg 671cfbe
Update tests
ryanbrandenburg ed9ad9e
Dump handling
ryanbrandenburg ef56c43
Fix tests
ryanbrandenburg ba0a3ef
Revert dump stuff
ryanbrandenburg File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...Microsoft.AspNetCore.Razor.LanguageServer/CodeActions/Models/AddUsingsCodeActionParams.cs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,13 +1,13 @@ | ||
| // Copyright (c) .NET Foundation. All rights reserved. | ||
| // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. | ||
|
|
||
| using System; | ||
| using OmniSharp.Extensions.LanguageServer.Protocol; | ||
|
|
||
| namespace Microsoft.AspNetCore.Razor.LanguageServer.CodeActions.Models | ||
| { | ||
| internal sealed class AddUsingsCodeActionParams | ||
| { | ||
| public Uri Uri { get; set; } | ||
| public DocumentUri Uri { get; set; } | ||
| public string Namespace { get; set; } | ||
| } | ||
| } |
4 changes: 2 additions & 2 deletions
4
...oft.AspNetCore.Razor.LanguageServer/CodeActions/Models/CreateComponentCodeActionParams.cs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,13 +1,13 @@ | ||
| // Copyright (c) .NET Foundation. All rights reserved. | ||
| // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. | ||
|
|
||
| using System; | ||
| using OmniSharp.Extensions.LanguageServer.Protocol; | ||
|
|
||
| namespace Microsoft.AspNetCore.Razor.LanguageServer.CodeActions.Models | ||
| { | ||
| internal sealed class CreateComponentCodeActionParams | ||
| { | ||
| public Uri Uri { get; set; } | ||
| public DocumentUri Uri { get; set; } | ||
| public string Path { get; set; } | ||
| } | ||
| } |
4 changes: 2 additions & 2 deletions
4
...AspNetCore.Razor.LanguageServer/CodeActions/Models/ExtractToCodeBehindCodeActionParams.cs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.