AspNetCore.Docs icon indicating copy to clipboard operation
AspNetCore.Docs copied to clipboard

[Static web assets] Add section detailing third-party integration with static web assets

Open javiercn opened this issue 4 years ago • 1 comments

TL;DR

Items must be declared in the Content item group before the AssignTargetPaths target.

For integrating with JS build processes, reference the client assets package.

More details can be found https://devblogs.microsoft.com/dotnet/build-client-web-assets-for-your-razor-class-library/

This is .NET 6.0 and onwards.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

javiercn avatar Jan 31 '22 14:01 javiercn

Since the issue description is fairly ad-hoc, just want to make sure the original goal is preserved:

We need to decide which parts of SWA are public, supported APIs (e.g., which MSBuild tasks, properties, metadata, enum values, etc.) and ensure they are fully documented and remain consistent in behavior across versions.

SteveSandersonMS avatar Jan 31 '22 15:01 SteveSandersonMS