Skip to content
New issue

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

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

Already on GitHub? # to your account

Templates of generic controllers are now pre-compiled #78

Merged

Conversation

bounav
Copy link
Collaborator

@bounav bounav commented Feb 20, 2024

If you use generic controller the name of the class is going to be BlahController`X (where X is the number of generic parameters).

This was preventing views from being located when precompiling.

- Improved readability of RemoveSuffix method
@bounav bounav requested a review from RobertTheGrey February 20, 2024 12:11
@bounav bounav assigned bounav and unassigned bounav Feb 22, 2024
@RobertTheGrey RobertTheGrey merged commit e04fa77 into master Feb 25, 2024
1 check passed
@bounav bounav deleted the precompilation-not-locating-views-of-generic-controllers branch December 16, 2024 10:28
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants