codelovercc
codelovercc
> I think I'm running in to a similar issue. I'm trying to set a `boolean` parameter to show as NOT required in Swagger UI. It seems the model property...
@mr-davidc Welcome, I'm happy to help. In my case, with project nullable enabled `enable`, and ```csharp services.AddSwaggerGen(options => { options.SupportNonNullableReferenceTypes(); }); ``` ```csharp public class MyDto { public bool Encrypted...
Need this too. In my avatar view page, I want put a button at the bottom and when user tap this button, it will show a bottom sheet with `Photo`,...
Me too :(
应用运行时创建一个文件,把应用删除文件也会被删除,在每次运行时判断这个文件是否存在,不存在则是刚刚安装了应用,这时就可以把机密存储全部清除再继续应用。
@philcook Oh, no, Please don't go.