Skip to content

Use Roslyn apis to generate Platform Not Supported Assemblies (#40296) - #40961

Merged
Anipik merged 1 commit into
dotnet:release/5.0-rc1from
Anipik:roslyn
Aug 18, 2020
Merged

Use Roslyn apis to generate Platform Not Supported Assemblies (#40296)#40961
Anipik merged 1 commit into
dotnet:release/5.0-rc1from
Anipik:roslyn

Conversation

@Anipik

@Anipik Anipik commented Aug 18, 2020

Copy link
Copy Markdown
Contributor

Original PR #40296
Original Issue #33631

* fixes on the runtime side

* address feedback

* update arcade version

* merge conflicts

* update the version
@ghost

ghost commented Aug 18, 2020

Copy link
Copy Markdown

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

<Compile Include="TypeForwards.cs" />
</ItemGroup>
<ItemGroup Condition="'$(TargetsWindows)' == 'true'">
<Compile Include="TypeForwards.cs" />

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

The typeforwards need to be on both code paths right? So that the generate reference source doesn't generate a PNSE for those?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

The typeforwards need to be on both code paths right?

Correct. It will be taken from ref in case of geneartePlatformNotSupported case.

So that the generate reference source doesn't generate a PNSE for those?

generate not supported assembly will not be doing anything to typeforwards, will just copy them to the intermediate folder and compile.

@danmoseley

Copy link
Copy Markdown
Contributor

Port approved

@Anipik

Anipik commented Aug 18, 2020

Copy link
Copy Markdown
Contributor Author

Failure is unreleated

@Anipik
Anipik merged commit faebc96 into dotnet:release/5.0-rc1 Aug 18, 2020
@Anipik
Anipik deleted the roslyn branch August 25, 2020 21:51
@ghost ghost locked as resolved and limited conversation to collaborators Dec 7, 2020
Sign up for free to 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