该问题的解决方法是更改AppSelfHostBase类的代码。请将以下代码片段添加到AppSelfHostBase的构造函数中:
if (!HttpListener.IsSupported) { throw new NotSupportedException( "HttpListener not supported on this platform. " + "Consider using self-hosting on a different HTTP server."); }
同时,请确保您已将以下nuget包添加到您的项目中:
Microsoft.AspNet.WebApi.SelfHost
此更改应该解决在.NET 5上启动AppSelfHostBase时遇到的错误。
上一篇:Appsee 2.5.0 版本
下一篇:appserv绑定域名