Skip to content
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

upgrade project tooling to .NET Core 3.1 #2089

Merged
merged 7 commits into from
Feb 9, 2020

Conversation

shiftkey
Copy link
Member

@shiftkey shiftkey commented Feb 9, 2020

  • Appveyor passes
  • Actions passes
  • tidy up about global tools
  • review diff

@codecov
Copy link

codecov bot commented Feb 9, 2020

Codecov Report

Merging #2089 into master will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #2089   +/-   ##
=======================================
  Coverage   67.06%   67.06%           
=======================================
  Files         538      538           
  Lines       14138    14138           
=======================================
  Hits         9481     9481           
  Misses       4657     4657

@shiftkey shiftkey force-pushed the bump-everything-to-netcore3 branch 2 times, most recently from f15c63c to 75cb523 Compare February 9, 2020 16:26
@shiftkey shiftkey marked this pull request as ready for review February 9, 2020 16:33
@shiftkey shiftkey merged commit 8cf4d58 into master Feb 9, 2020
@shiftkey shiftkey deleted the bump-everything-to-netcore3 branch February 9, 2020 16:34
@shiftkey
Copy link
Member Author

shiftkey commented Feb 9, 2020

release_notes: upgraded project tooling to .NET Core 3.1

<Project>
<PropertyGroup>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<TargetFrameworkMonikerAssemblyAttributesPath>$([System.IO.Path]::Combine('$(IntermediateOutputPath)','$(TargetFrameworkMoniker).AssemblyAttributes$(DefaultLanguageSourceExtension)'))</TargetFrameworkMonikerAssemblyAttributesPath>

Choose a reason for hiding this comment

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

Copy link
Member Author

Choose a reason for hiding this comment

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

I'm already using Microsoft.NETFramework.ReferenceAssemblies in this project, and this workaround was due to an upgrade issue that I uncovered related to .NET Core 3.1 and Sourcelink.

The details are over here, if you wanted to follow along: shiftkey/dotnetcore-sourcelink-test-bug#1

Choose a reason for hiding this comment

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

Neat 👍
Thanks for sharing.

@nickfloyd nickfloyd added Type: Maintenance Any dependency, housekeeping, and clean up Issue or PR and removed category: housekeeping labels Oct 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Maintenance Any dependency, housekeeping, and clean up Issue or PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants