Skip to content

Conversation

@dsplaisted
Copy link
Member

Fixes #3313

@dsplaisted dsplaisted requested a review from nguerrera June 13, 2019 19:29
private ResolvePackageAssets InitializeTask(out IEnumerable<PropertyInfo> inputProperties)
{
inputProperties = typeof(ResolvePackageAssets)
.GetProperties(BindingFlags.DeclaredOnly | BindingFlags.Instance | BindingFlags.Public)
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: weird formatting/indenting here and below.

@dsplaisted dsplaisted force-pushed the fix-design-time-build-hash branch from d48ba50 to ac5b24c Compare June 13, 2019 20:25
@dsplaisted dsplaisted merged commit cb8c89e into dotnet:master Jun 14, 2019
dsplaisted pushed a commit to dsplaisted/sdk that referenced this pull request Feb 19, 2020
…0191025.8 (dotnet#3330)

- Microsoft.NETCore.App.Ref - 5.0.0-alpha1.19525.8
- Microsoft.NET.HostModel - 5.0.0-alpha1.19525.8
- Microsoft.Extensions.DependencyModel - 5.0.0-alpha1.19525.8
- Microsoft.DotNet.PlatformAbstractions - 5.0.0-alpha1.19525.8
- Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha1.19525.8
- Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha1.19525.8

Dependency coherency updates

- System.CodeDom - 5.0.0-alpha.1.19525.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Security.Cryptography.ProtectedData - 5.0.0-alpha.1.19525.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Text.Encoding.CodePages - 5.0.0-alpha.1.19525.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
- System.Resources.Extensions - 5.0.0-alpha.1.19525.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
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.

DesignTimeBuild is included in ResolvePackageAssets HashSettings

2 participants