Antonio Valentini
Antonio Valentini
### Issue description Steps to reproduce: 1. clone the repo locally 2. run `npm install --legacy-peer-deps` 3. installation fails with error ``` npm ERR! code 1 npm ERR! path /home/home_user/projects/jsoncrack.com/node_modules/@sentry/cli...
## Description In this PR we try to update the Linker solution to .`NET 6`, and use [minimal APIs](https://docs.microsoft.com/en-us/aspnet/core/fundamentals/minimal-apis?view=aspnetcore-6.0). ### Main changes | .NET Core | .NET 6 | |...
Hey 👋 would you be interested in an upgrade for Linker to `.NET6` and a migration to minimal apis? I may open a PR if you want. I've appreciated your...
### Overview ## Context I'm using Avalonia UI for a simple project where the MainWindow opens a dialog window. When the dialog closes, I want to get back the dialog...
When running the app locally: ``` PS C:\[...]\minvoice> dotnet run --project .\src\Minvoice\Minvoice.csproj ``` I get an exception: ``` Building... info: Microsoft.Hosting.Lifetime[14] Now listening on: http://localhost:5000 info: Microsoft.Hosting.Lifetime[0] Application started. Press...