addin-operations
SolidTIA Portal Add-In development in Visual Studio Code: creating Add-In C# projects, adding Add-In templates, compiling and debugging Add-Ins, converting Add-Ins from older TIA Portal versions and configuring Add-In project parameters.
Data & Documents 36 stars
9 forks Updated yesterday MIT
Install
Quality Score: 85/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# TIA Portal Add-In Development — Visual Studio Code
Source: TIA Portal Add-In Development Tools Manual (11/2025)
## Scope
Add-In development in VS Code using C# and the dotnet Add-In SDK.
Do not mix with Python wrapper calls.
---
## Reference files
Load ONLY the reference file(s) relevant to the task. Do not load all files at once.
| Reference file | Load when the task involves |
|---|---|
| `references/api-surface.md` | Choosing provider/add-in types; VCI or CAx workflow item types; workflow-to-assembly mapping |
| `references/api-menus.md` | Building context menu structures; action items; submenus; selection handling |
| `references/api-permissions.md` | Starting external processes; handling ProcessStartPermission |
| `references/assembly-references.md` | Adding PLC software, block, or tag access to an Add-In csproj |
| `references/attribute-helper.md` | Reading/writing engineering object attributes via `GetAttributeInfos` or `SetAttributes` |
| `references/threading-and-callbacks.md` | Showing any WinForms UI from an Add-In; understanding status callback constraints |
| `references/runtime-gotchas.md` | Assembly location resolution failures; NuGet/GAC errors; SplitContainer sizing crashes; WinForms `.resx` partial-trust failures; package-identity caching; engineering-object field warnings |
| `references/package-and-publisher.md` | `.addin` package internals; V21 publisher config; `PlatformTarget`; verifying a published package |
| `references/migrate-from-older-ve...
Details
- Author
- Czarnak
- Repository
- Czarnak/totally-integrated-claude
- Created
- 3 months ago
- Last Updated
- yesterday
- Language
- PowerShell
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
tia-project-general
C# Openness implementation of project and portal lifecycle.
36 Updated yesterday
Czarnak AI & Automation Solid
tia-devices-general
C# Openness implementation of device-level operations
36 Updated yesterday
Czarnak AI & Automation Solid
tia-plc-operations
C# Openness implementation of PLC software engineering.
36 Updated yesterday
Czarnak