Weihan Li
Weihan Li
It would be better to support nullable reference types for all libraries
It would be easier to use if it's integrated by the .NET SDK likes the dotnet format tool
I'm trying to read raw JSON text as an option value, but no luck finding an effective way For example: ``` c# [Theory] [InlineData(@"--raw {""Id"":1,""Name"":""Test""}")] [InlineData(@"--raw {""""Id"""":1,""""Name"""":""""Test""""}")] [InlineData(@"--raw '{""Id"":1,""Name"":""Test""}'")] public...
Fixes #1760 - Enable nullable reference types for Hosting - Renaming `commandline` => `commandLine` to fix typo - Remove unnecessary `ToList` for configuration extension
When there's no handler set, maybe we could try to resolve `ICommandHandler`, if there's it could be used as the command handler. For example: ``` c# var command = new...
**您的功能请求是否与问题有关? 请描述一下。** 目前 nuget 上有的包名称已经被个人所使用从而导致没有办法上传官方的包或者说很麻烦 **描述你想要的解决方案** 建议包名称统一包前缀,如 Aliyun.Dysms, Aliyun.Green 等或者 aliyun-net-sdk.dysmsapi ,这样可以申请保留包命令前缀,这样可以保证某个前缀只能被官方使用 参考: - -
``` mkdir -p ~/dotnet-core-uninstall wget https://github.com/dotnet/cli-lab/releases/download/1.5.255402/dotnet-core-uninstall.tar.gz tar -zxf dotnet-core-uninstall.tar.gz -C ~/dotnet-core-uninstall cd ~/dotnet-core-uninstall ./dotnet-core-uninstall -h ``` 
Sometimes, we may use some other event counters, for example when I use `Microsoft.Data.SqlClient`, I wanna record some metrics from its event counters, is there some recommended method to implement...
From the redis command document, I learned about that we could use `XTRIM mystream MINID 649085820` to implement all entries that have an ID lower than 649085820-0 will be evicted,...
can I do something if some ip was limited? Is there a delegate or something?