Skip to content

Default BuildTargetFramework to NetCoreAppCurrent for GenerateReferenceAssemblySource - #61760

Merged
safern merged 1 commit into
mainfrom
safern/genrefsourcedoc
Nov 22, 2021
Merged

Default BuildTargetFramework to NetCoreAppCurrent for GenerateReferenceAssemblySource#61760
safern merged 1 commit into
mainfrom
safern/genrefsourcedoc

Conversation

@safern

@safernsafern commented Nov 18, 2021

Copy link
Copy Markdown
Member

Currently we would run GenerateReferenceAssembly source for all tfms, leading to an ordering issue as the last tfm that is run for wins and that's not essentially what we want. Let's default the BuildTargetFramework on the outer target to netcoreappcurrent so that we by default generate the ref for that, and if someone wants another tfm, they can specify their BuildTargetFramework.

cc: @BrennanConroy

@ghost

Copy link
Copy Markdown

Tagging subscribers to this area: @Anipik, @safern, @ViktorHofer
See info in area-owners.md if you want to be subscribed.

Issue Details

cc: @BrennanConroy

Author:safern
Assignees:-
Labels:

area-Infrastructure-libraries

Milestone:-

Comment threaddocs/coding-guidelines/updating-ref-source.md Outdated
Comment threaddocs/coding-guidelines/updating-ref-source.md Outdated
@safern
safernforce-pushed the safern/genrefsourcedoc branch from fc073f7 to 849a8abCompareNovember 20, 2021 01:18
@safern

safern commented Nov 20, 2021

Copy link
Copy Markdown
MemberAuthor

@eerhard I've defaulted BuildTargetFramework when running the target to netcoreappcurrent. PTAL.

@safernsafern changed the title Add BuildTargetFramework option to GenerateReferenceSource docsDefault BuildTargetFramework to NetCoreAppCurrent for GenerateReferenceAssemblySourceNov 20, 2021
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@safern@BrennanConroy@eerhardt@ericstj