Mohammad Olfatmiri
Mohammad Olfatmiri
Hi, I'm trying to implement Client Certificates approach with MQTTnet server and .NET 5 I have created `ca.crt` and` client.crt `files using below commands ``` openssl genrsa -des3 -out ca.key...
Hi guys I have developed a simple tool that convert OpenApi to refit interfaces using Liquid template language and Nswag. [OpenApiToRefit](https://github.com/itsoli91/OpenApiToRefit) I would be happy if you check it out...
Currently dotnet-sdk is not supporting Microsoft.AspNetCore.Mvc.Versioning. Is there any plan to support this package ? For more information check this #791
I'm working on a project that tries to use DDD and Clean Architecture principles. The project integrates with a third-party service for authentication and role management. In this context, I...
Hi thank you for grate library. I have one problem, all properties are nullable, even though they are not defined as nullable in swagger file. ``` "LoginResponse": { "type": "object",...
Hi, Currently we are using this code to add Security Definition, however I can't find AddSecurityRequirement in nswag? Any help on rewriting this price of code with nswag version ?...
Thanks for grate library. Any plan to add support for Digipay gateway ? https://www.mydigipay.com/
با سلام آیا امکانش هست از یک contex دیگر به غیر از ParbadContex استفاده کرد؟ هدف من اینه یه table های که ساخته میشه دسترسی داشته باشم برای table navigation...