Skip to content
This repository was archived by the owner on Mar 23, 2021. It is now read-only.

Conversation

tmat
Copy link
Member

@tmat tmat commented Feb 21, 2019

Prepares repo for change dotnet/arcade#2003 by setting Copyright and PackageLicenseExpression properties. These values will be required to be set by each repository once dotnet/arcade#2003 is merged.

In order to not break the current builds this change sets the properties conditionally. This condition can be removed once all repos switch to Arcade that has dotnet/arcade#2003.

@markwilkie

@tmat
Copy link
Member Author

tmat commented Feb 22, 2019

@livarcocc

@tmat
Copy link
Member Author

tmat commented Feb 22, 2019

@nguerrera @dsplaisted PTAL

<PropertyGroup>
<NoWarn>$(NoWarn);NU5125</NoWarn>
Copy link
Contributor

Choose a reason for hiding this comment

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

What is NU5125?

Copy link
Member Author

Choose a reason for hiding this comment

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

NeGet warning that we should not use LicenseUrl. Once the Arcade PR is merge we can remove.

<PropertyGroup>
<NoWarn>$(NoWarn);NU5125</NoWarn>
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
<DebugType>embedded</DebugType>
Copy link
Contributor

Choose a reason for hiding this comment

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

Complete aside and existing, but should we be forcing embedded here?

Copy link
Contributor

Choose a reason for hiding this comment

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

@livarcocc I see this was done everywhere in move to arcade. Do you recall the rationale? I thought arcade managed the appropriate symbol type.

@tmat tmat merged commit 1f51b78 into master Feb 22, 2019
@tmat tmat deleted the dev/tomat/copyrights branch February 22, 2019 18:21
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.

2 participants