com um clique
msbuild-warnings
MSBuild warning meanings and examples
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
MSBuild warning meanings and examples
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional 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
Routing guide for enabled compiler and analyzer warnings in this Bendex solution
| name | msbuild-warnings |
| description | MSBuild warning meanings and examples |
Use this skill when the build reports enabled MSB* diagnostics.
MSB)MSB3245 - Could not resolve assembly referenceWhat it flags: MSBuild reported a build configuration, reference, import, or resource issue.
Example:
MSB3270 - Processor architecture mismatchWhat it flags: MSBuild reported a build configuration, reference, import, or resource issue.
Example:
MSB3277 - Found conflicts between different versions of an assemblyWhat it flags: MSBuild reported a build configuration, reference, import, or resource issue.
Example:
MSB3568 - Duplicate item or resource name in build inputWhat it flags: MSBuild reported a build configuration, reference, import, or resource issue.
Example:
MSB3884 - Rule set file not found or invalidWhat it flags: MSBuild reported a build configuration, reference, import, or resource issue.
Example:
MSB4011 - Project import was ignored because it was already importedWhat it flags: MSBuild reported a build configuration, reference, import, or resource issue.
Example: