Skip to content

Updating the FunctionalTests to clearly explain why they are not strong named signed. #3010

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 19, 2019

Conversation

eerhardt
Copy link
Member

See #2858 (comment) for an example of why this is necessary.

@codecov
Copy link

codecov bot commented Mar 19, 2019

Codecov Report

❗ No coverage uploaded for pull request base (master@71693b3). Click here to learn what that means.
The diff coverage is n/a.

@@            Coverage Diff            @@
##             master    #3010   +/-   ##
=========================================
  Coverage          ?   72.35%           
=========================================
  Files             ?      803           
  Lines             ?   143290           
  Branches          ?    16155           
=========================================
  Hits              ?   103673           
  Misses            ?    35191           
  Partials          ?     4426
Flag Coverage Δ
#Debug 72.35% <ø> (?)
#production 68.07% <ø> (?)
#test 88.52% <ø> (?)

@@ -1,8 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<!-- We are turning off strong naming to ensure we never add `InternalsVisibleTo` for these tests -->
<SignAssembly>true</SignAssembly>
<!-- DON'T CHANGE THIS!!! We are turning off strong naming to ensure we never add `InternalsVisibleTo` for these tests -->
Copy link
Contributor

Choose a reason for hiding this comment

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

!!! [](start = 26, length = 3)

!!!

Copy link
Contributor

@rogancarr rogancarr left a comment

Choose a reason for hiding this comment

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

🎈

@eerhardt eerhardt merged commit f03c49d into dotnet:master Mar 19, 2019
@eerhardt eerhardt deleted the FixFunctionalTests branch March 19, 2019 20:59
@ghost ghost locked as resolved and limited conversation to collaborators Mar 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants