Luca Ritossa
Luca Ritossa
Sorry for the trivial question... have you already tried with this? > result.ToString()
> Which dotnet core SDKs and runtimes do you have installed? This is my `dotnet --info` ``` console .NET Core SDK (reflecting any global.json): Version: 3.1.101 Commit: b377529961 Runtime Environment:...
@0x15e don’t worry, there is no hurry!
@0x15e here it is [example.zip](https://github.com/RicoSuter/DNT/files/4220226/example.zip) The zip file contains 2 folder: - **MyNugetLibrarySolution**: contains the source code of an empty class library that I already published to nuget.org "Ritossa.DntExample.MyLibrary" -...
This is a problem I'm facing today, in my project, after changed NSwag (v13.7.4) configuration from `"typeStyle": "Interface"` to `"Class"` The problem is clear, all must be a defined object....
Waiting for a new version of DNT with .NET 8 target. In the meantime I found a workaround in my machine: since DNT currently is targeting `netcoreapp3.1;net6.0;net7.0` I decided to...
My app was just rejected from the first review submission on Google Play store. The reviewer experienced this bug and rejected the app saying “there is a broken functionality” 😭...
I'm preparing a new version of MMEX WebApp that is translated with simple approach of php array files. Starting from english (default) and italian translation. As soon as possible I...
still (hoping someone) searching for solutions