Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the LaunchProfiles capability for the CPS integration #8472

Merged
merged 1 commit into from
Apr 29, 2020

Conversation

kzu
Copy link
Contributor

@kzu kzu commented Apr 29, 2020

Implements https://work.azdo.io/1112733 as a workaround for the conflicts between
the built-in launchsettings.json-based .NET Core debugger and our Mono debugger.

Implements https://work.azdo.io/1112733 as a workaround for the conflicts between
the built-in launchsettings.json-based .NET Core debugger and our Mono debugger.
@rolfbjarne rolfbjarne merged commit 47efb6d into net5-preview-net5build Apr 29, 2020
@kzu kzu deleted the dev/kzu/cps branch April 29, 2020 15:39
@monojenkins
Copy link
Collaborator

Build failure
Build failed or was aborted

🔥 Build failed 🔥

@@ -28,6 +28,10 @@
<ItemGroup>
<ProjectCapability Include="Apple" />
<ProjectCapability Include="Mobile" />

// See https://work.azdo.io/1112733
Copy link
Contributor

Choose a reason for hiding this comment

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

^ as much as I like // that does not look legit here

rolfbjarne pushed a commit to rolfbjarne/xamarin-macios that referenced this pull request Jul 6, 2020
…#8472)

Implements https://work.azdo.io/1112733 as a workaround for the conflicts between
the built-in launchsettings.json-based .NET Core debugger and our Mono debugger.
rolfbjarne added a commit that referenced this pull request Jul 6, 2020
* [.NET 5] Start adding some project capabilities (#3)

Aligned with XA too, see dotnet/android#4383.

We'll start using Apple instead of iOS for these things at the IDE level since many
behaviors don't actually depend on iOS but also apply to tvOS, watchOS, and so on.

These capabilities go before other imports just in case additional packages/targets
from the SDK need to access them too.

* Remove the LaunchProfiles capability for the CPS integration (#8472)

Implements https://work.azdo.io/1112733 as a workaround for the conflicts between
the built-in launchsettings.json-based .NET Core debugger and our Mono debugger.

Co-authored-by: Daniel Cazzulino <daniel@cazzulino.com>
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.

4 participants