随笔分类 -  .net core

摘要:grpc学习官方文档 .net core 版本: 3.1 操作系统: macOS 在新建 grpc 工程后,运行时出现 Unable to bind to https://localhost:5001 on the IPv4 loopback interface: 'HTTP/2 over TLS 阅读全文

posted @ 2020-01-17 16:08 ChenXinyuan 阅读(721) 评论(0) 推荐(0)

摘要:1.安装Microsoft.DotNet.Watcher.Tools包 dotnet add package Microsoft.DotNet.Watcher.Tools --version 2.0.0 2.修改项目文件 *.csproj 在 <ItemGroup /> 中添加 <DotNetCli 阅读全文

posted @ 2019-03-25 09:20 ChenXinyuan 阅读(638) 评论(0) 推荐(0)

摘要:Json 文件配置 1 public class Startup 2 { 3 public Startup(IHostingEnvironment env) 4 { 5 var builder = new ConfigurationBuilder() 6 .AddJsonFile("Class.js 阅读全文

posted @ 2019-03-13 11:42 ChenXinyuan 阅读(205) 评论(0) 推荐(0)

导航