随笔分类 - Furion
摘要:ASP.net 开发完成以后,目标机上只需要安装aspnetcore-runtime 加 dotnet-runtime 就可以跑起来了, 但是如果还采用了https的方式,此时发现 System.InvalidOperationException: Unable to configure HTTPS
阅读全文
摘要:1 Api使用Furion时,使用了List.ForEach( acction()) action中Throw Bah.Oh(...) 1 [HttpGet] 2 public async Task<int> ListForeach() 3 { 4 string[] list = { "1", "2
阅读全文