Skip to content

Conversation

@dellis1972
Copy link
Contributor

Context https://bugzilla.xamarin.com/show_bug.cgi?id=44633

For some bizzare reason when running a build vs XS the
AfterTargets are NOT being called for _CompileDex. As a
result the targets that need to be called to support
debugging are not being run.

This commit adds a new property called

$(_CompileDexAfterDependsOnTargets)

which will allow the debugging targets to inject the
additonal target requirements directly rather than relying
on Before/After targets.

@wsrzx
Copy link

wsrzx commented Sep 28, 2016

Hi, when this will be included in a service release?

…ome projects causes `classes.dex` to not deploy to device.

Context https://bugzilla.xamarin.com/show_bug.cgi?id=44633

For some bizzare reason when running a build vs XS the
AfterTargets are NOT being called for _CompileDex. As a
result the targets that need to be called to support
debugging are not being run.

This commit adds a bunch of new property extension points
which will allow the debugging targets to inject the
additonal target requirements directly rather than relying
on Before/After targets.
@jonpryor jonpryor merged commit b1c92cd into dotnet:master Sep 28, 2016
dellis1972 added a commit that referenced this pull request Oct 4, 2016
Context https://bugzilla.xamarin.com/show_bug.cgi?id=44633

Enabling <AndroidUseSharedRuntime> in some projects causes
`classes.dex` to not deploy to device.

For some bizzare reason when running a build vs XS the
AfterTargets are NOT being called for _CompileDex. As a
result the targets that need to be called to support
debugging are not being run.

This commit adds a bunch of new property extension points
which will allow the debugging targets to inject the
additonal target requirements directly rather than relying
on Before/After targets.
dellis1972 added a commit that referenced this pull request Oct 4, 2016
Context https://bugzilla.xamarin.com/show_bug.cgi?id=44633

Enabling <AndroidUseSharedRuntime> in some projects causes
`classes.dex` to not deploy to device.

For some bizzare reason when running a build vs XS the
AfterTargets are NOT being called for _CompileDex. As a
result the targets that need to be called to support
debugging are not being run.

This commit adds a bunch of new property extension points
which will allow the debugging targets to inject the
additonal target requirements directly rather than relying
on Before/After targets.
@JonDouglas
Copy link
Contributor

@williamsrz This is slated for our SR1 release.

radical pushed a commit that referenced this pull request May 8, 2018
Looks like Gendarme bug, the `TArray` is used for the cast, so it is not
unused.
@github-actions github-actions bot locked and limited conversation to collaborators Feb 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants