AshTypescript.Rpc.VerifyRpcWarnings (ash_typescript v0.17.2)

Copy Markdown View Source

Outputs warnings for potentially misconfigured RPC resources during compilation.

This verifier checks for:

  • Resources with the AshTypescript.Resource extension that are not configured in any typescript_rpc block
  • Non-RPC resources that are referenced by RPC resources but not configured as RPC resources

These are informational warnings only and do not halt compilation.