Skip to content

Add System.IO.Hashing ref csproj - #77856

Merged
stephentoub merged 2 commits into
dotnet:mainfrom
stephentoub:addsiohashingref
Nov 4, 2022
Merged

Add System.IO.Hashing ref csproj#77856
stephentoub merged 2 commits into
dotnet:mainfrom
stephentoub:addsiohashingref

Conversation

@stephentoub

Copy link
Copy Markdown
Member

Fixes#77846

@ghost

ghost commented Nov 3, 2022

Copy link
Copy Markdown

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

ghost commented Nov 3, 2022

Copy link
Copy Markdown

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
Copy Markdown
Member

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:mainNov 4, 2022
@stephentoub
stephentoub deleted the addsiohashingref branch November 4, 2022 19:48
Comment threadeng/ApiCompatExcludeAttributes.txt
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>$(NetCoreAppCurrent);$(NetCoreAppMinimum);netstandard2.0;$(NetFrameworkMinimum)</TargetFrameworks>
<NoWarn>$(NoWarn);CS0809</NoWarn>

Copy link
Copy Markdown
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.

@ViktorHoferViktorHofer left a comment

Copy link
Copy Markdown
Member

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

@ghostghost locked as resolved and limited conversation to collaborators Dec 22, 2022
Sign up for freeto 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

6 participants

@stephentoub@vcsjones@ViktorHofer@bartonjs@jeffhandley@adamsitnik