-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Resurrect Blazor VSIX #6779
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
Resurrect Blazor VSIX #6779
Conversation
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.
I see it's a WIP but everything here looks plausible and I'm sure you'll be doing what's needed. Please feel free to ping me again if you want any further review.
d67635c
to
c4a754c
Compare
src/Components/Blazor/BlazorExtension/src/Microsoft.VisualStudio.BlazorExtension.csproj
Outdated
Show resolved
Hide resolved
adc9cb3
to
cb0deb6
Compare
9ec4ff2
to
cd97f80
Compare
The text-view-listener was the only thing here and it's not needed anymore now that these features are build into our main VS payload. We won't have any more code to put in this project because it's this VSIX is pretty temporary.
We don't need this reference, and it's got some breaking changes between 15 and 16 - rahter then mess with nuget sources for vs16 packages, I'm just going to drop the dependency
cd97f80
to
9a4d8f7
Compare
9a4d8f7
to
c9a0d55
Compare
It looks like this builds now, so we should be unblocked once the branch is open once again. |
Is this something that needs to ship with Preview 2? If so, I'm okay if we merge now. |
@mkArtakMSFT - want to stamp an approval on this one? We plan to ship this OOB when we ship preview 2 - there's no overlap between this thing and the in the box stuff. |
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.
Looks completely isolated to the BlazorExtension. Good to go.
@mkArtakMSFT - are you able to override the checks? these tests are super unrelated because there are no tests for this |
I believe the test failure you're seeing is a fix that @halter73 is working on fixing in #6994, which we want to consume for 3.0 Preview 2 . cc @muratg
|
dat [WIP] tho