Skip to content

Conversation

Arkatufus
Copy link
Contributor

Update cross framework test to include .NET 3.1 and .NET 5.0 and a more comprehensive type serialization test

Copy link
Member

@Aaronontheweb Aaronontheweb left a comment

Choose a reason for hiding this comment

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

LGTM

@Aaronontheweb Aaronontheweb enabled auto-merge (squash) March 24, 2021 18:38
{
if (other.Sound != Sound || other.Name != Name)
return false;
return other.Data.Equals(Data);
Copy link
Member

Choose a reason for hiding this comment

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

Does there' need to be a FriendType check here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Forgot to add that, thanks

@Arkatufus Arkatufus disabled auto-merge March 24, 2021 19:53
@Arkatufus Arkatufus merged commit 3443a44 into akkadotnet:dev Mar 24, 2021
@Aaronontheweb Aaronontheweb mentioned this pull request Mar 24, 2021
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.

2 participants