Skip to main content

이 저장소의 skills

microsoft/upgrade-agent-plugins - 3페이지

SkillsMP는 microsoft/upgrade-agent-plugins에서 102개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

microsoft/upgrade-agent-plugins

수집된 skill 102개 중 22개를 표시합니다.

직업 분류
소프트웨어 개발자
설명

Migrates legacy ASP.NET Web API CORS (Microsoft.AspNet.WebApi.Cors) to ASP.NET Core CORS (Microsoft.AspNetCore.Cors). Use ONLY when Microsoft.AspNet.WebApi.Cors has been flagged as obsolete or deprecated and must be replaced — not for version-bump scenarios…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Migrates legacy ASP.NET Web API OData (Microsoft.AspNet.WebApi.OData) to ASP.NET Core OData (Microsoft.AspNetCore.OData). Use ONLY when Microsoft.AspNet.WebApi.OData has been flagged as obsolete or deprecated and must be replaced — not for version-bump…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Migrates Global.asax application lifecycle events to ASP.NET Core middleware, startup configuration, and Program.cs. Use when upgrading ASP.NET Framework apps containing Global.asax or Global.asax.cs files. Triggers for "migrate Global.asax", "convert…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Migrates ASP.NET MVC Identity to ASP.NET Core Identity, updating IdentityDbContext, UserManager, SignInManager, authentication middleware, and OWIN cleanup. Use when upgrading ASP.NET MVC projects that use Identity authentication, migrating Identity-based…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

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,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Migrates ASP.NET Web API content negotiation and formatters to ASP.NET Core equivalents. Converts MediaTypeFormatter subclasses to InputFormatter/OutputFormatter, replaces IContentNegotiator with OutputFormatterSelector, and updates formatter registration…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Migrates ASP.NET Framework controllers and action results to ASP.NET Core equivalents, covering both MVC (Controller) and WebAPI (ApiController) patterns. Use when upgrading controllers that return HttpResponseMessage, IHttpActionResult, use ApiController…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Migrates dependency injection configuration from ASP.NET Framework MVC and WebAPI projects to ASP.NET Core built-in DI or modernized third-party container integration. Use when upgrading projects that use DependencyResolver.SetResolver,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Migrates ASP.NET MVC global filters (GlobalFilterCollection, HandleErrorAttribute, FilterConfig) to ASP.NET Core exception handling middleware and filter pipeline. Use when upgrading MVC apps that register filters via GlobalFilters.Filters.Add(), have a…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Migrates ASP.NET Framework logging and diagnostics to ASP.NET Core built-in logging abstractions, error handling middleware, and health checks. Use when projects use System.Diagnostics.Trace, log4net, NLog, ELMAH, Serilog static loggers, customErrors in…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Migrates ASP.NET Framework model binding to ASP.NET Core, including binding source attributes, custom model binders, value providers, and over-posting protection. Use when upgrading MVC or Web API projects that use [FromUri], [FromBody], [ModelBinder],…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Migrates ASP.NET MVC Razor views to ASP.NET Core by converting HtmlHelpers to TagHelpers, child actions to ViewComponents, and updating layout infrastructure. Use when upgrading MVC apps that use Html.ActionLink, Html.BeginForm, Html.TextBoxFor,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Converts ASP.NET MVC RouteCollection-based routing to ASP.NET Core endpoint routing with MapControllerRoute in Program.cs. Use when migrating RouteConfig.cs, RouteTable.Routes, routes.MapRoute, routes.MapMvcAttributeRoutes, or RouteCollection to ASP.NET Core.…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Migrates ASP.NET Framework validation to ASP.NET Core including data annotations, custom ValidationAttribute classes, ModelState handling, client-side unobtrusive validation, and FluentValidation integration. Use when upgrading projects that use…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Migrates OWIN/Katana middleware, authentication, pipeline components, and SignalR 2.x to native ASP.NET Core equivalents. Use when projects reference Microsoft.Owin, IAppBuilder, OwinMiddleware, Microsoft.Owin.Host.SystemWeb, OWIN-based OAuth/cookie/bearer…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Migrates server-side WCF services from .NET Framework to CoreWCF for .NET 6+. Converts hosting, configuration, bindings, behavior extensions, and APM-style contracts. Use when a project references System.ServiceModel via GAC, contains .svc files, uses…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Upgrade Azure Functions project from in-process model to isolated worker model. Use when user wants to migrate Azure Functions from in-proc to isolated, upgrade Functions hosting model, or modernize Azure Functions projects.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Migrates applications to Azure cloud services by starting an app modernization migration session. Use when user wants to migrate to Azure, start Azure migration, get help migrating an application to Azure, see Azure migration options, or start app…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Migrates .NET projects from Newtonsoft.Json to System.Text.Json. Use when user wants to replace Newtonsoft.Json, switch to System.Text.Json, migrate JSON library, or modernize JSON serialization.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Converts legacy .NET projects to SDK-style project format. Use when user wants to convert to SDK-style, modernize project files, or migrate from legacy csproj format. Does not change target frameworks.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Migrates .NET projects from System.Data.SqlClient to Microsoft.Data.SqlClient. Use when user wants to upgrade SqlClient, migrate to Microsoft.Data.SqlClient, or modernize SQL Server data access.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Upgrade ASP.NET Web Forms projects to modern .NET. Use when the user wants to upgrade, migrate, modernize, port, convert, or move Web Forms / WebForms / .aspx pages to any modern .NET. framework.

원문 언어: 영어

업데이트
수집된 skill 102개 중 22개를 표시합니다.