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

ActionModule EntryPoint Signature Validation #88

Open
bofirial opened this issue Nov 16, 2020 · 0 comments
Open

ActionModule EntryPoint Signature Validation #88

bofirial opened this issue Nov 16, 2020 · 0 comments

Comments

@bofirial
Copy link
Owner

We need to validate the following and create error messages when the user's source code fails these validations:

  • Missing EntryPoint ([ActionModuleEntrypointAttribute])
  • Multiple EntryPoints ([ActionModuleEntrypointAttribute])
  • Missing Parameterless Constructor for ActionModule (Class containing [ActionModuleEntrypointAttribute])
  • Invalid Parameters for EntryPoint method (Method containing [ActionModuleEntrypointAttribute])
  • Invalid Return Type for EntryPoint method (Method containing [ActionModuleEntrypointAttribute])
@bofirial bofirial added this to the [0.9] Editor Improvements milestone Nov 16, 2020
@bofirial bofirial removed this from the [0.9] Editor Improvements milestone Apr 12, 2022
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

No branches or pull requests

1 participant