Skip to content

[.NET Doku] - BiDiKo-Doku referenziert nicht existierende Funktionen

Description of the bug:

  1. Öffne https://docs.fitko.de/fit-connect/docs/sdks/net-sdk/sender#bidirektionale-kommunikation-bidiko (Stand 12.11.2025).
  2. Lies den Abschnitt „Bidirektionale Kommunikation (BiDiKo)“.
  3. Vergleiche die dort genannten Klassennamen/Methode (ReplyChannel.FromFitConnect(...), ReplyChannelKeyGenerator) mit dem .NET-SDK (ReplyChannel.OfFitConnect(...), FitConnect.KeyManagement.CertificateService).

Current behavior:

Die Doku referenziert nicht existierende Funktionen (ReplyChannel.FromFitConnect, ReplyChannelKeyGenerator)

Expected behavior:

Die Dokumentation verwendet die korrekten aktuellen Bezeichnungen (ReplyChannel.OfFitConnect(...), CertificateService.*)

Environments:

Additional Information:

Referenzbeispiel im SDK: Tests/E2ETest/ReplyChannel/ReplyChannelTest.cs (https://git.fitko.de/fit-connect/sdk-dotnet/-/blob/main/Tests/E2ETest/ReplyChannel/ReplyChannelTest.cs?ref_type=heads).

Dependency / relationship to other issues:

Responsible person / team:

Transfer history to different teams

Contact persons including contact details:

Screenshots / Logs / Requests:

Checklist:

  • Add Severity label
  • Add team label
  • Related/affected issues/stories/epics linked and explained in the bug issue
  • Creation of an automated test
  • Bugfix deployed on DEV
  • Bugfix tested on DEV
  • Bugfix deployed on TEST
  • Bugfix tested on TEST (possibly also by the connection project itself)
  • Successful fix reported to Team Operations (Teams channel)
  • Bugfix deployed on STAGE
  • Bugfix tested on STAGE if necessary
  • Bugfix deployed on PROD
  • Bugfix tested on PROD (possibly also by the connection project itself)
  • Final communication by Team Operations if necessary
  • Internal documentation was checked and updated if necessary
  • External documentation has been checked and updated if necessary
  • Updated changelog if necessary

Approach/Solution:

Release version of the artifact:

Edited by Fabian Braun