Skip to content

Support for project types with no platforms. #105

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

Merged
merged 1 commit into from
Mar 4, 2025

Conversation

richardstanton
Copy link
Member

Fixes #103

This includes several related updates:

  • Fixes bugs with projects that do not support or require platforms in their configuration. (e.g. .rptproj) and adds tests.
  • Add a shortcut to ProjectType definitions to specify SupportPlatforms="false" to make it easier to define projects that do not support platforms.
  • Add rptproj ProjectType to built in types. This table shouldn't be modified, but since this project type did not work before it is safe to add.
  • Fix bug if a ProjectType has configuration rules to set Deploy to true instead of false.
  • Add missing string to StringTable and test to ensure new well know strings are added to the table.
  • Update some comments to be clearer and more consistent

ttstanley
ttstanley previously approved these changes Mar 4, 2025
@richardstanton richardstanton merged commit 19c3ca7 into main Mar 4, 2025
2 checks passed
@richardstanton richardstanton deleted the users/richsta/noplatform branch March 4, 2025 18:50
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.

Solution with .rptproj has incorrect project configurations
3 participants