Skip to content

Conversation

@dougbu
Copy link
Contributor

@dougbu dougbu commented Jul 2, 2019

…n preview 7

- see also dotnet/efcore#16370 and dotnet/efcore#16385 discussions
- grab latest from the '.NET Core 3 Release' channel
@dougbu dougbu requested review from a team and wtgodbe July 2, 2019 22:49
@dougbu
Copy link
Contributor Author

dougbu commented Jul 2, 2019

@wtgodbe new subscription for 'release/3.0-preview7' is '9516c447-64e2-49be-1c34-08d6fb3704ce'

@wtgodbe
Copy link
Member

wtgodbe commented Jul 2, 2019

Checking that Versions.props and Version.Details.xml match
##[error]Missing version variable 'MicrosoftNetCompilersToolsetPackageVersion' in the 'Automated' property group in F:\workspace_work\1\s/eng/Versions.props
error: Missing version variable 'MicrosoftNetCompilersToolsetPackageVersion' in the 'Automated' property group in F:\workspace_work\1\s/eng/Versions.props
##[error]eng\Versions.props(,): error : Version variable 'MicrosoftNetCompilersToolsetVersion' does not have a matching entry in Version.Details.xml. See https://github.com/aspnet/AspNetCore/blob/master/docs/ReferenceResolution.md for instructions on how

<SystemTextEncodingsWebPackageVersion>4.6.0-preview7.19329.3</SystemTextEncodingsWebPackageVersion>
<SystemReflectionMetadataPackageVersion>1.7.0-preview7.19329.3</SystemReflectionMetadataPackageVersion>
<!-- Packages from dotnet/roslyn -->
<MicrosoftNetCompilersToolsetVersion>3.3.0-beta1-19351-01</MicrosoftNetCompilersToolsetVersion>
Copy link
Member

Choose a reason for hiding this comment

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

Should be MicrosoftNetCompilersToolsetPackageVersion

@wtgodbe
Copy link
Member

wtgodbe commented Jul 3, 2019

@dougbu I've switched to MicrosoftNetCompilersToolsetPackageVersion as this can't be merged without CodeCheck passing, and I've verified locally that darc updates still work with that property name.

@wtgodbe wtgodbe merged commit a335453 into release/3.0-preview7 Jul 3, 2019
@ghost ghost deleted the dougbu/update.compiler branch July 3, 2019 02:02
<!-- Track compiler separately from Arcade.-->
<PackageReference Include="Microsoft.Net.Compilers.Toolset"
Version="$(MicrosoftNetCompilersToolsetVersion)"
Version="$(MicrosoftNetCompilersToolsetPackageVersion)"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I couldn't get darc to accept MicrosoftNetCompilersToolsetPackageVersion when I tried in EF Core and it updated Version.props correctly using MicrosoftNetCompilersToolsetVersion. But, I agree MicrosoftNetCompilersToolsetVersion looked weird. Glad to see this fixed.

@dougbu
Copy link
Contributor Author

dougbu commented Jul 3, 2019

Thanks @wtgodbe

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.

3 participants