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

.NET: add support for passing arguments to mobile apps at launch #14845

Open
rolfbjarne opened this issue Apr 29, 2022 · 0 comments
Open

.NET: add support for passing arguments to mobile apps at launch #14845

rolfbjarne opened this issue Apr 29, 2022 · 0 comments
Labels
dotnet An issue or pull request related to .NET (6) feature A feature to be implemented
Milestone

Comments

@rolfbjarne
Copy link
Member

rolfbjarne commented Apr 29, 2022

Currently we don't honor arguments like this for mobile apps (iOS, tvOS):

dotnet run project.csproj -- arg1 arg2

We should look into fixing this.

This means getting these arguments from the build somehow, and converting them into mlaunch arguments (--argument=arg1 --argument=arg2).

It should also be possible to do the same thing for dotnet build /t:Run (maybe by setting a new property?)

@rolfbjarne rolfbjarne added dotnet An issue or pull request related to .NET (6) feature A feature to be implemented labels Apr 29, 2022
@rolfbjarne rolfbjarne added this to the .NET 7 milestone Apr 29, 2022
@rolfbjarne rolfbjarne modified the milestones: .NET 7, .NET 8 Aug 26, 2022
@rolfbjarne rolfbjarne modified the milestones: .NET 8, .NET 9 Sep 7, 2023
@rolfbjarne rolfbjarne modified the milestones: .NET 9, .NET 10 Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dotnet An issue or pull request related to .NET (6) feature A feature to be implemented
Projects
None yet
Development

No branches or pull requests

1 participant