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

Adding Rider runtime configurations #682

Closed
wants to merge 2 commits into from

Conversation

dansiegel
Copy link
Contributor

GitHub Issue (If applicable): closes #

PR Type

What kind of change does this PR introduce?

  • Feature

What is the current behavior?

We don't provide Rider .run profiles

What is the new behavior?

We have Rider .run profiles

@jeromelaban jeromelaban marked this pull request as draft May 9, 2024 13:21
@Takoooooo
Copy link
Contributor

@dansiegel Great that you managed to find how to include other configurations besides the ones I provided but sadly IOS, Android and MacOS configurations are incorrect. If you will try to run them from Rider you will see the error appearing. I assume IOS, Android and MacOS configs are not really needed because for me Rider picks the correct TFM's for these targets correctly without any configurations(sorry i noticed it a bit late). Though if you think they are needed i have generated ones that work for me Uno2.run.zip
Also it turns out you can put all configs into the single file

@@ -664,6 +664,13 @@
"defaultValue": "true",
"description": "Sets up Visual Studio Code Debugging for WebAssembly and Skia Desktop"
},
"rider": {
Copy link
Member

Choose a reason for hiding this comment

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

Let's make this new option turned on by default, we'll disable it by default in VS's wizard. Let's also add a readme file to explain what those files are.

@dansiegel
Copy link
Contributor Author

replaced by #694

@dansiegel dansiegel closed this May 24, 2024
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.

Consider adding .run configurations for unoapp template
3 participants