Skip to content

Feature | Integrate TypeScript bundle verification into .NET build/pack #202

@AnnaSasDev

Description

@AnnaSasDev

Problem / Motivation

TS asset generation is external to csproj, allowing source/bundle drift.

Proposed solution

Add build target or CI verification that wwwroot/InfiniFrame.js is current for release builds.

Alternatives considered

Manual npm/webpack step.

Use case

Reliable package contents and reproducible static asset outputs.

Impact

High

Scope

No response

Possible implementation

MSBuild target invoking webpack in pack pipeline, plus hash check in CI.

Additional context

Current scripts are in package.json and webpack.config.js.

Checklist

  • I searched existing issues
  • This is not a support question

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions