Skip to content

Plugins: Plugin stuff#14

Merged
MrBisquit merged 13 commits into
masterfrom
mrbisquit/plugins-and-stuff
Jun 30, 2026
Merged

Plugins: Plugin stuff#14
MrBisquit merged 13 commits into
masterfrom
mrbisquit/plugins-and-stuff

Conversation

@MrBisquit

Copy link
Copy Markdown
Member

No description provided.

@MrBisquit MrBisquit added the area/plugins This issue/PR is about the plugins area label Jun 30, 2026
@MrBisquit MrBisquit changed the title Plugin stuff Plugins: Plugin stuff Jun 30, 2026
@MrBisquit MrBisquit added run-ci Run tests and removed run-ci Run tests labels Jun 30, 2026
@MrBisquit MrBisquit added run-ci Run tests and removed run-ci Run tests labels Jun 30, 2026
@github-actions

github-actions Bot commented Jun 30, 2026

Copy link
Copy Markdown

xUnit Tests

2 tests  ±0   1 ✅ ±0   0s ⏱️ ±0s
1 suites ±0   0 💤 ±0 
1 files   ±0   1 ❌ ±0 

For more details on these failures, see this check.

Results for commit 0536a07. ± Comparison against base commit cb6828f.

♻️ This comment has been updated with latest results.

@MrBisquit MrBisquit removed the run-ci Run tests label Jun 30, 2026
Comment thread .github/workflows/debug-comment.yml Fixed
Comment thread .github/workflows/debug-comment.yml Fixed
@MrBisquit MrBisquit self-assigned this Jun 30, 2026
@MrBisquit

Copy link
Copy Markdown
Member Author

/run tests

{
get
{
return InstallPath != null ? System.IO.Path.Combine(InstallPath, "Plugins") : null;
public static string? GetPluginPath(string name)
{
if (PluginPath == null) return null;
return System.IO.Path.Combine(PluginPath, SafePluginName(name));
@MrBisquit MrBisquit added the run-ci Run tests label Jun 30, 2026
@MrBisquit MrBisquit marked this pull request as ready for review June 30, 2026 21:26
@MrBisquit MrBisquit merged commit 876530f into master Jun 30, 2026
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/plugins This issue/PR is about the plugins area run-ci Run tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants