Skip to content

Conversation

@stephentoub
Copy link
Member

Fixes #77846

@ghost
Copy link

ghost commented Nov 3, 2022

Tagging subscribers to this area: @dotnet/area-system-io
See info in area-owners.md if you want to be subscribed.

Issue Details

Fixes #77846

Author: stephentoub
Assignees: -
Labels:

area-System.IO

Milestone: -

@ghost
Copy link

ghost commented Nov 3, 2022

Tagging subscribers to this area: @dotnet/area-system-security, @vcsjones
See info in area-owners.md if you want to be subscribed.

Issue Details

Fixes #77846

Author: stephentoub
Assignees: stephentoub
Labels:

area-System.Security

Milestone: -

@vcsjones
Copy link
Member

vcsjones commented Nov 3, 2022

Most (all? I just did a few spot checks) things include the /ref project in the solution file. Should this be added to System.IO.Hashing.sln?

@stephentoub stephentoub merged commit 182833e into dotnet:main Nov 4, 2022
@stephentoub stephentoub deleted the addsiohashingref branch November 4, 2022 19:48
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>$(NetCoreAppCurrent);$(NetCoreAppMinimum);netstandard2.0;$(NetFrameworkMinimum)</TargetFrameworks>
<NoWarn>$(NoWarn);CS0809</NoWarn>
Copy link
Member

Choose a reason for hiding this comment

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

nit: add an xml comment to explain why this NoWarn is required.

Copy link
Member

@ViktorHofer ViktorHofer left a comment

Choose a reason for hiding this comment

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

LGTM aside from two comments

@ghost ghost locked as resolved and limited conversation to collaborators Dec 22, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

System.IO.Hashing's ref is missing a csproj

5 participants