We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Restore History 4.0.0 section; move version references out of other pages History is the page that tracks versions — restore the '4.0.0 (in development)' section removed in the previous cleanup. Elsewhere, drop 'since tik4net X' / 'new in 4.0' style sentences and defer to History instead: - transport pages: 'New in tik4net 4.0 — first released as…' banners reduced to a status-only alpha note - WinBox Native pages: merged the resulting duplicate alpha banners, removed the version tag from the page titles - Connection types: same banner rewording - Change-tracking: dropped the '4.x feature' banner and the 3.x round-trip comparison in the intro (the migration section stays — it is actionable upgrade guidance, not just history) - Getting-started / Testing-high-level / Home: removed inline '4.0' / '4.x' version tags - login-versions: 'unified in tik4net 3.5.0' now defers to History RouterOS version requirements (6.43+, 7.1+, 7.18+) are functional prerequisites and are kept everywhere. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01JS3W4HV6uDZiSDtZ4Tajkv
Wiki audit: fix invalid info, broken samples and markdown, dedupe Home Verified every page against the current source code: - LoadById/LoadByName throw TikNoSuchItemException (were documented as returning null) - REST SafeMode* throws TikConnectionCapabilityNotSupportedException (not NotSupportedException) - WinboxNative reports Crud|Listen|SafeMode; M2 error fallback is TikCommandTrapException - CLI transport pages (MacTelnet, WinboxCli, WinboxCliMac) now show SafeMode|RawCommand capabilities - History: raw pass-through API is CreateRawCommand (not ExecuteRaw) - login-versions: unification happened in tik4net 3.5.0, not 'RouterOS 3.5.0' - Testing pages: entity samples now use WithId/WithValue (Id setters are private, old samples did not compile); ToolTorch fields are Tx/Rx; Save-update section rewritten for 4.x change tracking - Removed stray tool-call artifact at end of Getting-started - Fixed ##Heading-without-space markdown (rendered as literal text, broke anchors) - Normalized Connection./connection. casing in samples; typos; TikListMerge missing brace - Home: removed duplicate Documentation link list - MCP-server: clarified one-shot commands and unsupported transports (Ssh, WinboxNativeMac) - MNDP: completed TikInstanceDescriptor field table Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01JS3W4HV6uDZiSDtZ4Tajkv
Add Getting-started tutorial page Step-by-step first project (NuGet -> connect -> typed read -> filter -> CRUD -> next steps). Linked from Home (intro + Documentation) and How-to-use. Complements the reference-style Home and the API-level chooser. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>