Skip to content
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

Add regression test for System.Windows.Forms bug #1542

Merged
merged 4 commits into from
Aug 19, 2021

Conversation

andyleejordan
Copy link
Member

@andyleejordan andyleejordan commented Aug 13, 2021

@andyleejordan
Copy link
Member Author

Whelp, it's passing, which isn't right!

@andyleejordan
Copy link
Member Author

Ok, I need to actually write this test in the style of:

Because it's the OmniSharp integration that is the regression to assert.

@andyleejordan andyleejordan force-pushed the andschwa/forms-test branch 3 times, most recently from 182a68c to 801e2c9 Compare August 17, 2021 02:27
@andyleejordan
Copy link
Member Author

Ok, @rjmholt that build failure looks like the expected hang to me, I only wish I could see that locally.

@andyleejordan andyleejordan force-pushed the andschwa/forms-test branch 3 times, most recently from 87fc6f4 to 14de362 Compare August 18, 2021 17:24
@andyleejordan andyleejordan marked this pull request as ready for review August 18, 2021 19:52
@andyleejordan
Copy link
Member Author

Look at that! Regression test hung before the update, and doesn't after!!!

@@ -34,8 +34,7 @@
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3" />
<PackageReference Include="Xunit.SkippableFact" Version="1.4.13" />
<PackageReference Include="OmniSharp.Extensions.LanguageServer" Version="0.19.2" />
<DotNetCliToolReference Include="dotnet-xunit" Version="2.4.0-beta.1.build3958" />
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure what on earth this DotNetCliToolReference was for, it doesn't seem needed any more.

So that we can build from our fork while we wait for an upcoming
release.
So `v0.19.4` is out on GitHub, but has not yet released to the NuGet
gallery, and I don't wish to delay this any longer. We'll let Dependabot
bring that in as soon as it can be. The only thing missing is the DryIoc
update, which we're simply hoping solves an issue.
@andyleejordan
Copy link
Member Author

@rjmholt I dropped this back to OmniSharp v0.19.3 as it's all that's on NuGet. v0.19.4 will come eventually, we'll just let Dependabot update it then.

@andyleejordan andyleejordan merged commit 5bb5b8a into master Aug 19, 2021
@andyleejordan andyleejordan deleted the andschwa/forms-test branch August 19, 2021 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants