بنقرة واحدة
build-analyzer
Build the Roslyn analyzer submodule and deploy the resulting DLL into the Unity package
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Build the Roslyn analyzer submodule and deploy the resulting DLL into the Unity package
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Build Roslyn source generators and deploy the resulting DLL into the Unity package
Verify and update Aspid.FastTools README files against the actual codebase — namespaces, public API, CreateAssetMenu paths — keeping EN/RU and root/Documentation copies in sync
| name | build-analyzer |
| description | Build the Roslyn analyzer submodule and deploy the resulting DLL into the Unity package |
| user-invocable | false |
From the repository root:
Aspid.FastTools.Analyzers/ is empty, run git submodule update --init firstdotnet build Aspid.FastTools.Analyzers/Aspid.FastTools.Analyzers/Aspid.FastTools.Analyzers/Aspid.FastTools.Analyzers.csproj -c Releasedotnet test Aspid.FastTools.Analyzers/Aspid.FastTools.Analyzers.sln -c Release — stop if any test failsAspid.FastTools.Analyzers/Aspid.FastTools.Analyzers/Aspid.FastTools.Analyzers/bin/Release/netstandard2.0/Aspid.FastTools.Analyzers.dll to Aspid.FastTools/Packages/tech.aspid.fasttools/Aspid.FastTools.Analyzers.dll (the submodule has no auto-copy targets)Report build/test output and any errors. After bumping the submodule commit, stage the gitlink in the superproject (git add Aspid.FastTools.Analyzers).
Arguments: $ARGUMENTS (optional: pass Debug to build in Debug configuration instead of Release)