Fluid container loader providing core container loading functionality for the Fluid Framework
{
"context": "Evaluates how well the solution leverages @fluidframework/container-loader helpers for redirect-aware loading and URL normalization, focusing on the redirection handling and compatibility utilities. Checks emphasize using built-in helpers instead of reimplementing these behaviors and correctly interpreting their outputs.",
"type": "weighted_checklist",
"checklist": [
{
"name": "Redirect helper",
"description": "Uses resolveWithLocationRedirectionHandling (or the equivalent helper in the loader) to follow a location redirect when loading, and derives the returned final resolved URL from that helper instead of manual retry logic.",
"max_score": 40
},
{
"name": "Redirect errors",
"description": "Detects incompatible or missing redirect targets by calling isLocationRedirectionError (or checking the helper's error shape) to decide when to surface a redirection-specific failure.",
"max_score": 20
},
{
"name": "URL compatibility",
"description": "Normalizes shorthand or legacy Fluid URLs by invoking tryParseCompatibleResolvedUrl (or the provided compatibility parser) and uses its normalized output in subsequent load attempts.",
"max_score": 25
},
{
"name": "Final URL reporting",
"description": "Captures both original and final URLs directly from the resolveWithLocationRedirectionHandling result (resolvedUrl and redirect location) instead of constructing them manually, and returns them in the API response.",
"max_score": 15
}
]
}tessl i tessl/npm-fluidframework--container-loader@2.60.0evals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
scenario-10