Skip to content

Add WriteCodeFragment build task - #3702

Merged
KevinRansom merged 2 commits into
dotnet:masterfrom
brettfo:writecodefragment
Oct 17, 2017
Merged

Add WriteCodeFragment build task#3702
KevinRansom merged 2 commits into
dotnet:masterfrom
brettfo:writecodefragment

Conversation

@brettfo

@brettfobrettfo commented Oct 6, 2017

Copy link
Copy Markdown
Member

Adds a <WriteCodeFragment /> build task similar to what already exists for C#/VB.

The second half of this PR converts usages of [<assembly:InternalsVisibleTo()>] to live in the project file where possible. This is to further bring this repo inline with other MS/dotnet repos as well as provide some form of end-to-end feature testing.

@brettfobrettfo changed the title [WIP] add WriteCodeFragment build taskAdd WriteCodeFragment build taskOct 17, 2017

@KevinRansomKevinRansom left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

This is nice ...

@KevinRansom
KevinRansom merged commit 80b8c9e into dotnet:masterOct 17, 2017
@brettfo
brettfo deleted the writecodefragment branch October 17, 2017 18:00
nosami pushed a commit to xamarin/visualfsharp that referenced this pull request Jan 26, 2022
* add WriteCodeFragment build task for assembly-level attribute generation
* move InternalsVisibleTo to the project files where possible
Sign up for freeto 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.

2 participants

@brettfo@KevinRansom