Favicon of migrating-mvc-bundling

migrating-mvc-bundling Skill

AI Agent SkillHTMLOpen source

Migrates ASP.NET MVC bundling and minification from System.Web.Optimization to direct script/link tags in ASP.NET Core Razor views. Use when upgrading .NET Framework MVC apps that use BundleTable.Bundles, BundleConfig.cs, ScriptBundle, StyleBundle, @Scripts.Render, or @Styles.Render. Triggers for bundling migration, re Published by microsoft in upgrade-agent-plugins.

What is migrating-mvc-bundling Skill?

Migrates ASP.NET MVC bundling and minification from System.Web.Optimization to direct script/link tags in ASP.NET Core Razor views. Use when upgrading .NET Framework MVC apps that use BundleTable.Bundles, BundleConfig.cs, ScriptBundle, StyleBundle, @Scripts.Render, or @Styles.Render. Triggers for bundling migration, re Published by microsoft in upgrade-agent-plugins. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
23/100

Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.

Key capabilities

  • Includes SKILL.md support
  • Reusable instructions support
  • Research
  • Research use cases

Technical details

Copy skill directory
  • Install or run with Copy skill directory

When to use migrating-mvc-bundling Skill

  • Use it for research.

Built with

HTMLCopy skill directory

Editorial notes

Source

  • Creator: microsoft
  • Repository: microsoft/upgrade-agent-plugins
  • Skill file: plugins/upgrade-agent/extenders/upgrade-dotnet/upgrade/skills/lazy/web/mvc/migrating-mvc-bundling/SKILL.md

What it does

Migrates ASP.NET MVC bundling and minification from System.Web.Optimization to direct script/link tags in ASP.NET Core Razor views. Use when upgrading .NET Framework MVC apps that use BundleTable.Bundles, BundleConfig.cs, ScriptBundle, StyleBundle, @Scripts.Render, or @Styles.Render. Triggers for bundling migration, re

Skill instructions

ASP.NET MVC Bundling and Minification Migration Converts .NET Framework MVC bundling (System.Web.Optimization) to direct <script/<link tags pointing at static files under wwwroot/. ASP.NET Core serves static files from wwwroot/ instead of using a bundling pipeline, so every bundle reference must be replaced with explicit file references. Workflow Progress: - [ ] Step 1: Inventory bundle registrations - [ ] Step 2: Replace bundle references in Razor files - [ ] Step 3: Remove BundleConfig and related code - [ ] Step 4: Remove System.Web.Optimization usings - [ ] Step 5: Verify build Step 1: Inventory bundle registrations Search for BundleTable.Bundles across the project. The registration is typically in a file named BundleConfig.cs but may be elsewhere. Record every bundle name and its included file paths — these are needed to expand references in Step 2. Example registration to look for: csharp bundles.Add(new ScriptBundle("/bundles/jquery").Include( "/Scripts/jquery-{version}.js"));

Explore related resources

Frequently asked questions

What is migrating-mvc-bundling?

migrating-mvc-bundling is a open-source AI agent skill with Copy skill directory. Migrates ASP.NET MVC bundling and minification from System.Web.Optimization to direct script/link tags in ASP.NET Core Razor views.

Who is migrating-mvc-bundling best for?

migrating-mvc-bundling is best for reusing agent instructions, scripts, and references, research workflows.

How do I install migrating-mvc-bundling?

Install or run migrating-mvc-bundling using Copy skill directory. Check migrating-mvc-bundling for the latest setup command.

Is migrating-mvc-bundling actively maintained?

migrating-mvc-bundling may need a closer maintenance check before production use.

Share:

Stars
8
Forks
1
Last commit
12 days ago
Repository age
2 months
License
NOASSERTION

Auto-fetched from GitHub.

Ad
Favicon

 

  
 

Similar to migrating-mvc-bundling