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

docs: Create a sample plugin that includes a Program.cs file #35

Merged
merged 3 commits into from
May 18, 2024

Conversation

MrDave1999
Copy link
Owner

@MrDave1999 MrDave1999 commented May 18, 2024

If you want to deploy this project, you need to override the constant called PLUGIN from the csproj file:

<!-- This constant indicates that the project is a plugin. -->
<DefineConstants>PLUGIN</DefineConstants>
<!-- This overrides the constant. -->
<DefineConstants></DefineConstants>

@MrDave1999 MrDave1999 added the docs Improvements or additions to documentation label May 18, 2024
@MrDave1999 MrDave1999 merged commit 6242e6c into master May 18, 2024
1 check passed
@MrDave1999 MrDave1999 deleted the sample/plugin-istartup branch May 18, 2024 20:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant