Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Apply suggestions from code review
Co-authored-by: Amaury Levé <[email protected]>
  • Loading branch information
Youssef1313 and Evangelink authored Jan 25, 2022
commit 51fbca9055a0300b3397775f89de149348c7e80c
Original file line number Diff line number Diff line change
Expand Up @@ -1249,7 +1249,7 @@ public int GetHashCode(object o1, object o2)
}

[Fact]
Copy link
Member

Choose a reason for hiding this comment

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

Could you add the various vbnet parts?

Copy link
Member Author

Choose a reason for hiding this comment

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

Will fix, probably in few days :(

Feel free to re-ping me if I forgot.

public async Task RS1024_CustomComparer()
public async Task RS1024_CustomComparer_Instance_Is_Interface()
{
var code = @"
using System.Collections.Generic;
Expand Down Expand Up @@ -1285,7 +1285,7 @@ private SymbolNameComparer() { }
}

[Fact]
public async Task RS1024_CustomComparer2()
public async Task RS1024_CustomComparer_Instance_Is_Type()
{
var code = @"
using System.Collections.Generic;
Expand Down