Skip to content

architecture.md says Arcp.Hosting registers an IHostedService #63

Description

@nficano

Category: docs Severity: minor
Location: docs/architecture.md:12-12

What

AddArcpRuntime registers ArcpServer as a singleton plus an options binding (src/Arcp.Hosting/ArcpHostingExtensions.cs:13-23); it registers no IHostedService. Arcp.Hosting.md:5 itself states it does not provide an IHostedService.

Evidence

| `Arcp.Hosting`    | Registers a runtime in `IHostedService` for non-ASP.NET workers. |

Proposed fix

Reword to 'Registers ArcpServer as a DI singleton (no IHostedService) for non-ASP.NET workers.'

Acceptance criteria

  • The description matches what AddArcpRuntime registers.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    audit/docsAudit: documentation inaccuracysev/minorSeverity: minor

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions