Skip to content

Conversation

@fadimounir
Copy link

Unsupported scenarios are:

  1. When a RID is not provided
  2. When publishing framework dependent apps (TEMP, until Gather appropriate list of managed runtime assemblies for crossen and (eventually) linker #3109 and Resolve runtime pack assets for crossgen even if app is framework-dependent #3110 are fixed)

@fadimounir
Copy link
Author

@nguerrera PTAL

@peterhuene peterhuene requested a review from a team April 13, 2019 06:01
@peterhuene peterhuene added this to the 3.0.1xx milestone Apr 13, 2019
@dsplaisted
Copy link
Member

Can you add a test covering this?

@fadimounir
Copy link
Author

Added test (with a TODO comment to fix the test when #3109 and #3110 get fixed)

</PropertyGroup>

<!-- TODO: Temp error to limit R2R compilation to self-contained mode only. Delete this when fixing #3109 and #3110 -->
<NETSdkError Condition="'$(SelfContained)' != 'true'" ResourceName="ReadyToRunTargetNotSuppotedError" />
Copy link
Contributor

Choose a reason for hiding this comment

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

Should this check be upfront (say in prepare for publish) before we do any work for R2R compilation?
Not a significant issue, since this is only an interim check.

Copy link
Author

Choose a reason for hiding this comment

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

It is upfront. It runs before the PrepareForReadyToRunCompilation task, which runs before any compilation

@nguerrera nguerrera merged commit b25441a into dotnet:master Apr 17, 2019
@fadimounir fadimounir deleted the UnsupportedR2RCases branch January 27, 2020 17:54
wli3 pushed a commit that referenced this pull request Feb 7, 2020
….5 (#3123)

- Microsoft.DotNet.Cli.Runtime - 5.0.100-alpha1.19506.5
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.

5 participants