#DotNet6
the repaving of the personal laptop with fresh #Windows11 and #DotNet6 is done. Much better and the fan is not constant like before.
November 24, 2024 at 9:03 AM
🐍💻 Fix Npgsql “Bad Protocol Version” on macOS & .NET 6

If you’re building .NET 6 apps on macOS and connecting to PostgreSQL using Npgsql, you might encounter:

🚫 Bad Protocol Version errors

👉 Full Article: sslinsights.com/fix-npgsql-b...

#dotnet6 #Npgsql #macOSDev #PostgreSQL #DevOps #Programming
How to Fix Npgsql "Bad Protocol Version" on macOS (.NET 6)
Learn how to fix Npgsql “Bad Protocol Version” error on macOS when using .NET 6. Quick steps to restore PostgreSQL connection compatibility.
sslinsights.com
February 19, 2026 at 4:59 AM
Relatable
February 21, 2025 at 1:50 AM
Because Win11 didn't have a way to see seconds on the clock, and for astronomy hobby reasons, I made this system tray app with WPF/C#. Uses github actions to build a VS setup project. Very basic, might help you. Was a while ago so it's dotnet6. Here you go: github.com/anewton/Syst...
GitHub - anewton/SystemTrayClock: A clock to display from the system tray with current time and Moon phase
A clock to display from the system tray with current time and Moon phase - anewton/SystemTrayClock
github.com
May 5, 2025 at 3:16 PM
Five lines in a US fintech repo stop deploying before April 2027, and an AI assistant wrote every one. AWS Lambda blocks updates to nodejs20.x, python3.9 and dotnet6 on 2027-03-03 — after that, no hotfix. The ubuntu-22.04 runner…

https://getreadystack.com/tools/runtime-eol-deploy-block-audit
September 12, 2026 at 10:30 AM
Interestingly, `Debug.Assert` has `DoesNotReturnIf` annotation for null state analysis, but `Trace.Assert` doesn't. Bug/feature? #dotnet6 https://twitter.com/noseratio/status/1453657893970976768
November 18, 2024 at 7:06 PM
A clean #Windows11 machine, installed the latest .NET 6 RC SDK, latest VS2022 RC

dotnet new winforms -n app
dotnet add app package Microsoft.Web.WebView2 --version 1.0.1056-prerelease

error: NU1101: Unable to find package Microsoft.Wefb.WebView2 ...

🤔

#dotnet #dotnet6
November 18, 2024 at 6:42 PM
November 18, 2024 at 6:42 PM
November 18, 2024 at 6:42 PM
Sadly as of #dotnet6, <a href="http://try.dot.net" class="hover:underline text-blue-600 dark:text-sky-400 no-card-link" target="_blank" rel="noopener" data-link="bsky">http://try.dot.net still can't handle async/await, a long-standing issue (https://try.dot.net/?bufferId=trydotnet.cs&fromGist=717d378bc9f14db1ed30d0e2e67b0534).

Meanwhile, trying the same thing with StackBlitz's Node.js WebContainer:...
November 18, 2024 at 6:19 PM
Updated #DevComrade to use .NET 6 GA, probably the easiest runtime version migration I've ever done: https://github.com/postprintum/devcomrade

Looking forward for trimming to work properly with .NET 7 #WinForms :)

#dotnet #csharp #dotnet6
GitHub - postprintum/devcomrade: DevComrade - A copy/past...
DevComrade - A copy/paste/run productivity improvement ut...
github.com
November 18, 2024 at 6:19 PM
Some improvement ideas for WinForms I've come up with while using it over the last few months: https://github.com/dotnet/winforms/discussions/6184

#winforms #dotnet #csharp #dotnet6
Some ideas for future WinForms improvements · dotnet/winf...
Bellow is a list of ideas for potential WinForms improvem...
github.com
November 18, 2024 at 6:18 PM
CloudFormation introduced a bug to us-west-2 last week. It has made its way to us-east-1 now :sadpanda:

It interprets `provided.al2023` as null (or something) for layers
```
[provided.al2, null, nodejs16.x, nodejs18.x, nodejs20.x, python3.8, python3.9, java8.al2, java11, dotnet6]

#aws #awssupport
March 18, 2025 at 5:02 PM
SourceGear Bridge preview: Swift with .NET in Xcode by @eric_sink.
#dotnet #swift #xcode #dotnet6
https://ericsink.com/entries/sourcegear_bridge.html
SourceGear Bridge preview: Swift with .NET in Xcode
ericsink.com
November 24, 2024 at 12:47 PM
November 21, 2024 at 7:41 PM
Do you see any special issues appearing with the latest version?
Maybe they removed PowerShell 7.2 support now that dotnet6 is officially out of support? And Azure Automation does not support PowerShell 7.4 unfortunately... No idea why
February 21, 2025 at 8:23 PM
Pro Tip for anyone installing #dotnet6 preview. Make sure you add a global.json to your production projects to make sure they continue to be compiled with .NET 5. #dotnet #xamarin #maui
November 19, 2024 at 11:34 PM
Wooohooo, it's happening. #dotnet 8 on #gcp

$ gcloud functions runtimes list
Suggest using `--region us-west1`
NAME STAGE ENVIRONMENTS
dotnet3 GA 1st gen, 2nd gen
dotnet6 GA 1st gen, 2nd gen
dotnet8 BETA 2nd gen

#gde #officialgde #mvpbuzz
December 14, 2023 at 6:07 PM
#SQLServer #dotnet6
November 2, 2024 at 8:51 PM
🚀 Just Published: "Introduction to DateOnly and TimeOnly in C#"

🔍 Explore the nuances of .NET 6's new value types and elevate your date-time game!

🔗 Read the full guide: shadynagy.com/introduction...

#CSharp #dotNET6 #DateOnly #TimeOnly #Developer
October 4, 2023 at 9:31 AM
dotnet6 SDK can't be installed on ARM64 WSL with apt. there's snap, but it doesn't work on WSL either. you have install it manually like a peasant running slackware in 1995. i'm surprised that .NET hasn't taken the front seat on microsoft's ARM64 roadmap yet.
December 5, 2024 at 10:37 PM