بنقرة واحدة
compiler-warnings
Routing guide for enabled compiler and analyzer warnings in this Bendex solution
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Routing guide for enabled compiler and analyzer warnings in this Bendex solution
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Inspect, unpack, edit, sign, and repack Ren'Py save files. Use when working with Ren'Py .save archives, save metadata JSON, screenshot/extra_info/log/signatures entries, machine save-token keys, or when a user asks to modify or repair a Ren'Py savegame.
correct modelling of C# datastructures for maintainable code
Correctly call native (C/C++) libraries from .NET using P/Invoke and LibraryImport. Covers function signatures, string marshalling, memory lifetime, SafeHandle, and cross-platform patterns. USE FOR: writing new P/Invoke or LibraryImport declarations, reviewing or debugging existing native interop code, wrapping a C or C++ library for use in .NET, diagnosing crashes, memory leaks, or corruption at the managed/native boundary. DO NOT USE FOR: COM interop, C++/CLI mixed-mode assemblies, or pure managed code with no native dependencies.
Guides activity tracing with generated ActivitySources, tags, parent activities, exception status handling, and registration. Use when adding or reviewing OpenTelemetry activity tracing in Bendex flows.
Microsoft code analysis CA warning meanings and examples
Non-nullability C# compiler warning meanings and examples
| name | compiler-warnings |
| description | Routing guide for enabled compiler and analyzer warnings in this Bendex solution |
Use this skill first when a build warning appears. It routes each enabled warning family to the dedicated skill that contains the meaning and examples.
The current solution warning policy is derived from Machines.slnx, Props\Analyzers.props, .editorconfig, and project WarningsAsErrors settings.
RCS*: use ../rcs-warnings/SKILL.md.CA*: use ../code-analysis-warnings/SKILL.md.CS8xxx nullable warnings: use ../nullability-warnings/SKILL.md.CS* compiler warnings: use ../csharp-compiler-warnings/SKILL.md.IDE*: use ../ide-warnings/SKILL.md.MSB*: use ../msbuild-warnings/SKILL.md.NU*: use ../nuget-warnings/SKILL.md.xUnit*: use ../xunit-warnings/SKILL.md.Projects that import Props\Analyzers.props get these analyzer packages:
Bendex.AnalyzersMicrosoft.CodeAnalysis.NetAnalyzersMicrosoft.CodeAnalysis.CSharp.CodeStyleRoslynator.AnalyzersRoslynator.Formatting.AnalyzersRoslynator.CodeAnalysis.AnalyzersMessagePipe.AnalyzerMicrosoft.CodeAnalysis.Metricsnullability skill and analyzer-specific fixes in the matching family skill.