Core.AspNet.Web.Services 1.0.0.26263

dotnet add package Core.AspNet.Web.Services --version 1.0.0.26263
                    
NuGet\Install-Package Core.AspNet.Web.Services -Version 1.0.0.26263
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Core.AspNet.Web.Services" Version="1.0.0.26263" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Core.AspNet.Web.Services" Version="1.0.0.26263" />
                    
Directory.Packages.props
<PackageReference Include="Core.AspNet.Web.Services" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Core.AspNet.Web.Services --version 1.0.0.26263
                    
#r "nuget: Core.AspNet.Web.Services, 1.0.0.26263"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Core.AspNet.Web.Services@1.0.0.26263
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Core.AspNet.Web.Services&version=1.0.0.26263
                    
Install as a Cake Addin
#tool nuget:?package=Core.AspNet.Web.Services&version=1.0.0.26263
                    
Install as a Cake Tool

Core.AspNet.Web.Services

System.Web.Services — serving .asmx SOAP and JSON web services.

<PackageReference Include="Core.AspNet.Web.Services" Version="1.0.0" />

It arrives automatically with Core.AspNet.Web.Hosting.Kestrel.

Assembly vs package name. The package is Core.AspNet.Web.Services; the assembly inside it is Core.Web.Services. .NET ships an empty System.Web.dll facade in Microsoft.NETCore.App and the host gives the shared framework precedence, so an app-local System.Web.dll is never loaded — the port therefore cannot use the original assembly names. Namespaces are unchanged, so your code and Inherits= attributes are unaffected; only web.config entries that name an assembly need updating.

What works

  • [WebService] / [WebMethod] classes served from .asmx
  • SOAP 1.1 and 1.2, and JSON responses for [ScriptService] endpoints
  • ?wsdl and the HTML help page
  • SOAP headers, SoapException, and the System.Web.Services.Protocols surface

What does not

Client proxy generation. The WSDL/DISCO code generation half — ServiceDescriptionImporter, WebReference, what wsdl.exe and "Add Web Reference" used to drive — is not ported, because .NET Core never shipped the CodeDom compile half it depends on.

Serving is unaffected. To call a SOAP service, generate the client with dotnet-svcutil or use System.ServiceModel.Primitives.

For .svc (WCF) endpoints rather than .asmx, see Core.AspNet.Web.ServiceModel.

Documentation

PORTING-GUIDE.md (step-by-step migration from IIS) and LIMITATIONS.md (what differs from ASP.NET on .NET Framework, and why) ship in the repository.

Licence

MIT, as the upstream Mono sources this is built from and the code written for this port. THIRD-PARTY-NOTICES.md ships in the package and says which part is which.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Core.AspNet.Web.Services:

Package Downloads
Core.AspNet.Web.Extensions

System.Web.Extensions on .NET 10 - ScriptManager, UpdatePanel, partial rendering, page methods, and a LinqDataSource rewritten against IQueryable.

Core.AspNet.Web.Hosting.Kestrel

Hosts a ported ASP.NET application under Kestrel: app.UseWebForms (), the request adapter, and the MSBuild assets that remove the empty .NET System.Web facade and copy your content files. Start here.

Net4x.WebLibrary

Web Library Fundamental Class

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.0.26263 39 9/20/2026
1.0.0.26262 48 9/19/2026