Taukuno

- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Taukuno created a post, Cannot attach debugger to Brave Browser
I added Brave to the "Web Browsers and Preview" list and I am able to launch Blazor apps using Brave, but I am unable to debug them.I also added the folder "C:\Program Files\BraveSoftware\Brave-Bro... -
Taukuno created a post, Modulo operator gives incorrect "Expression is always false" warning when used with a nullable int with a fallback value
I created a little console app with the following code: using Playground;Console.Write("Enter the 1st number: ");var a = int.Parse(Console.ReadLine()!);Console.Write("Enter the 2nd number: ");var w...