Skip to content

Conversation

@julkiewicz
Copy link

No description provided.

@julkiewicz julkiewicz force-pushed the netstandard2.0 branch 2 times, most recently from ba6353c to 8cc0f66 Compare June 7, 2025 00:53
public static bool TryGetValue<T>(this HashSet<T> set, T value, out T actualValue)
{
if (set.Contains(value)) {
actualValue = value;
Copy link
Author

Choose a reason for hiding this comment

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

This needs fixing. I'll send an updated version.


<PropertyGroup>
<OutputType>Exe</OutputType>
<PublishAot>true</PublishAot>
Copy link
Author

Choose a reason for hiding this comment

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

In general, it doesn't compile without this turned off.

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.

1 participant