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 some VB.NET tests #30762

Merged
merged 1 commit into from
Apr 26, 2023
Merged

Add some VB.NET tests #30762

merged 1 commit into from
Apr 26, 2023

Conversation

bricelam
Copy link
Contributor

Part of #14572

@bricelam bricelam requested a review from a team April 25, 2023 19:38
@bricelam bricelam requested a review from a team as a code owner April 25, 2023 19:38
Copy link
Member

@roji roji left a comment

Choose a reason for hiding this comment

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

🎉

All.sln Outdated Show resolved Hide resolved
Async Sub CompareString_LessThanOrEqual_Binary(async As Boolean)
Await AssertQuery(
async,
Function(ss) ss.Set(Of Customer).Where(Function(c) c.CustomerID <= "ALFKI"),
Copy link
Member

Choose a reason for hiding this comment

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

What manner of arcane utterance are these?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The best part was when VS was like, "You should simplify the type name Int32." Then it expanded it to Integer. 🤦‍♂️

@bricelam bricelam merged commit 17f0e3a into dotnet:main Apr 26, 2023
2 of 3 checks passed
@bricelam bricelam deleted the vb branch April 26, 2023 17:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants