-
Notifications
You must be signed in to change notification settings - Fork 676
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
Update Razor to work for 3.1 SDKs #3406
Conversation
NTaylorMullen
commented
Nov 14, 2019
- These bits include a new Razor language server, O# plugin and VSCode extension that update the Razor experience to work on 3.1 DSKs
- These bits include a new Razor language server, O# plugin and VSCode extension that update the Razor experience to work on 3.1 DSKs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM thanks!
@@ -30,7 +30,7 @@ | |||
], | |||
"defaults": { | |||
"omniSharp": "1.34.7", | |||
"razor": "1.0.0-alpha3-20190819.3" | |||
"razor": "1.0.0-alpha3-3.1.0-preview3.19563.3" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
new versioning scheme?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kind of ya. We moved where we build the Razor VSCode extension pieces into AspNetCore-Tooling and as part of that the versioning changed a lot.
Feel free to merge on my behalf when the repo is ready for it 😄 |
Codecov Report
@@ Coverage Diff @@
## master #3406 +/- ##
=======================================
Coverage 89.81% 89.81%
=======================================
Files 59 59
Lines 1591 1591
Branches 89 89
=======================================
Hits 1429 1429
Misses 151 151
Partials 11 11
Continue to review full report at Codecov.
|
Thanks! |