home.social

#dotnet6 — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #dotnet6, aggregated by home.social.

  1. 🐍💻 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

    This usually means a mismatch between client and server expectations, but it can be resolved.

    Perfect for developers wrestling with cross-platform database connections.

    👉 Resolve the error here:
    sslinsights.com/fix-npgsql-bad

    #dotnet6 #Npgsql #macOSDev #PostgreSQL #DevOps #Programming #ErrorFix #SSLInsights

  2. 🐍💻 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

    This usually means a mismatch between client and server expectations, but it can be resolved.

    Perfect for developers wrestling with cross-platform database connections.

    👉 Resolve the error here:
    sslinsights.com/fix-npgsql-bad

    #dotnet6 #Npgsql #macOSDev #PostgreSQL #DevOps #Programming #ErrorFix #SSLInsights

  3. 🐍💻 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

    This usually means a mismatch between client and server expectations, but it can be resolved.

    Perfect for developers wrestling with cross-platform database connections.

    👉 Resolve the error here:
    sslinsights.com/fix-npgsql-bad

    #dotnet6 #Npgsql #macOSDev #PostgreSQL #DevOps #Programming #ErrorFix #SSLInsights

  4. 🐍💻 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

    This usually means a mismatch between client and server expectations, but it can be resolved.

    Perfect for developers wrestling with cross-platform database connections.

    👉 Resolve the error here:
    sslinsights.com/fix-npgsql-bad

    #dotnet6 #Npgsql #macOSDev #PostgreSQL #DevOps #Programming #ErrorFix #SSLInsights

  5. 🐍💻 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

    This usually means a mismatch between client and server expectations, but it can be resolved.

    Perfect for developers wrestling with cross-platform database connections.

    👉 Resolve the error here:
    sslinsights.com/fix-npgsql-bad

    #dotnet6 #Npgsql #macOSDev #PostgreSQL #DevOps #Programming #ErrorFix #SSLInsights

  6. Here is the list of hashtags I currently follow. If I see a post with at least one of these hashtags, I will boost it.
    Should I add more hashtags to this list? Or are these already too many?

    #dotnetconf #dotnetconf2023 #dotnet6 #dotnet7 #dotnet8 #omnisharp #resharper #jetbrainsrider #nuget #csharp #dotnet

  7. Here is the list of hashtags I currently follow. If I see a post with at least one of these hashtags, I will boost it.
    Should I add more hashtags to this list? Or are these already too many?

    #dotnetconf #dotnetconf2023 #dotnet6 #dotnet7 #dotnet8 #omnisharp #resharper #jetbrainsrider #nuget #csharp #dotnet

  8. Here is the list of hashtags I currently follow. If I see a post with at least one of these hashtags, I will boost it.
    Should I add more hashtags to this list? Or are these already too many?

    #dotnetconf #dotnetconf2023 #dotnet6 #dotnet7 #dotnet8 #omnisharp #resharper #jetbrainsrider #nuget #csharp #dotnet

  9. Here is the list of hashtags I currently follow. If I see a post with at least one of these hashtags, I will boost it.
    Should I add more hashtags to this list? Or are these already too many?

    #dotnetconf #dotnetconf2023 #dotnet6 #dotnet7 #dotnet8 #omnisharp #resharper #jetbrainsrider #nuget #csharp #dotnet

  10. Here is the list of hashtags I currently follow. If I see a post with at least one of these hashtags, I will boost it.
    Should I add more hashtags to this list? Or are these already too many?

    #dotnetconf #dotnetconf2023 #dotnet6 #dotnet7 #dotnet8 #omnisharp #resharper #jetbrainsrider #nuget #csharp #dotnet

  11. So, porting a project from .NET 6 to .NET 8 should be as easy as changing the framework from one to the other, but this has to be done in BOTH the Project properties and the Publish settings or you get a rather peculiar error message about mismatching version numbers.

    Found this out recently. The test project i used seems to run just fine, with a few warnings related to changes from .NET 6 to .NET 8, but compiles and gets published.

    I ran Strings on the compiled binary and found that there are still some text references to .NET 6 in the binary like:

    "System.Security.Permissions.SecurityPermissionAttribute, System.Runtime, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"

    I assume that this is some sort of left over reference created when the project was created, as the underlying runtime files now point to .NET 8 instead... i'm gonna try porting a larger project with many more dependencies and see if anything breaks.

    #dotnet #porting #migration #dotnet6 #dotnet8

  12. Dive into consuming #DotNet6 configuration in your services effectively. 🤓 Master IOptions, IOptionsMonitor, IOptionsSnapshot, and learn how to validate settings in Azure. Give it a read! 📚 dotnet.kriebbels.me/how-to-con

  13. Visual Studio 2022 v17.6 now includes an updated Text Template Transformation Toolkit (T4) command-line tool built with .NET 6. Read more 👇🏼
    devblogs.microsoft.com/dotnet/

    #VisualStudio #dotnet #dotnet6

  14. New article alert! 📢 Diving into DotNet 6 Configuration Management - layered configs, sections, and more. I'd love to hear your thoughts on it! #DotNet6 #coding 🔗dotnet.kriebbels.me/dive-into-

  15. In this article, Tamás-Márk Furó describes the SPA (Single Page Applications) templates, and the proxy changes introduced for the development environment from .NET 5 to .NET 6, .NET 7, and on to the next versions.

    More on #InfoQ: bit.ly/3B3tLrD

    #dotnet #dotnet5 #dotnet6 #dotnet7 #AspDotNet #Microsoft #SoftwareDevelopment

  16. In this article, Tamás-Márk Furó describes the SPA (Single Page Applications) templates, and the proxy changes introduced for the development environment from .NET 5 to .NET 6, .NET 7, and on to the next versions.

    More on #InfoQ: bit.ly/3B3tLrD

    #dotnet #dotnet5 #dotnet6 #dotnet7 #AspDotNet #Microsoft #SoftwareDevelopment

  17. In this article, Tamás-Márk Furó describes the SPA (Single Page Applications) templates, and the proxy changes introduced for the development environment from .NET 5 to .NET 6, .NET 7, and on to the next versions.

    More on #InfoQ: bit.ly/3B3tLrD

    #dotnet #dotnet5 #dotnet6 #dotnet7 #AspDotNet #Microsoft #SoftwareDevelopment

  18. In this article, Tamás-Márk Furó describes the SPA (Single Page Applications) templates, and the proxy changes introduced for the development environment from .NET 5 to .NET 6, .NET 7, and on to the next versions.

    More on #InfoQ: bit.ly/3B3tLrD

    #dotnet #dotnet5 #dotnet6 #dotnet7 #AspDotNet #Microsoft #SoftwareDevelopment

  19. In this article, Tamás-Márk Furó describes the SPA (Single Page Applications) templates, and the proxy changes introduced for the development environment from .NET 5 to .NET 6, .NET 7, and on to the next versions.

    More on : bit.ly/3B3tLrD

  20. Well, the biggest part of this week's #dotNETMAUI task is done. I implemented a custom #ImageSource that uses #SFSymbols on #macOS and #iOS. Icons finally show up, now I need to figure out the coloring which is defaulting to the #accent tint no matter what I set (at least on the Mac).

    Will #blog about it when I ironed out all the quirks.

    #iOSDev #MacCatalyst #dotNET #dotNET6 #CASBAN6 #MacDev #csharp #xaml #MAUIDev #MAUI #sideproject

  21. Well, the biggest part of this week's #dotNETMAUI task is done. I implemented a custom #ImageSource that uses #SFSymbols on #macOS and #iOS. Icons finally show up, now I need to figure out the coloring which is defaulting to the #accent tint no matter what I set (at least on the Mac).

    Will #blog about it when I ironed out all the quirks.

    #iOSDev #MacCatalyst #dotNET #dotNET6 #CASBAN6 #MacDev #csharp #xaml #MAUIDev #MAUI #sideproject

  22. Well, the biggest part of this week's #dotNETMAUI task is done. I implemented a custom #ImageSource that uses #SFSymbols on #macOS and #iOS. Icons finally show up, now I need to figure out the coloring which is defaulting to the #accent tint no matter what I set (at least on the Mac).

    Will #blog about it when I ironed out all the quirks.

    #iOSDev #MacCatalyst #dotNET #dotNET6 #CASBAN6 #MacDev #csharp #xaml #MAUIDev #MAUI #sideproject

  23. Well, the biggest part of this week's #dotNETMAUI task is done. I implemented a custom #ImageSource that uses #SFSymbols on #macOS and #iOS. Icons finally show up, now I need to figure out the coloring which is defaulting to the #accent tint no matter what I set (at least on the Mac).

    Will #blog about it when I ironed out all the quirks.

    #iOSDev #MacCatalyst #dotNET #dotNET6 #CASBAN6 #MacDev #csharp #xaml #MAUIDev #MAUI #sideproject

  24. Well, the biggest part of this week's #dotNETMAUI task is done. I implemented a custom #ImageSource that uses #SFSymbols on #macOS and #iOS. Icons finally show up, now I need to figure out the coloring which is defaulting to the #accent tint no matter what I set (at least on the Mac).

    Will #blog about it when I ironed out all the quirks.

    #iOSDev #MacCatalyst #dotNET #dotNET6 #CASBAN6 #MacDev #csharp #xaml #MAUIDev #MAUI #sideproject

  25. Anyone experiencing issue with #codecov ?
    Their #dotnet #tool only supports #netcore 2.1, 3.1 and #dotnet5 (all currently out of support) and since linux #github agent only has #dotnet6 and #dotnet7 sdks.
    Anyone out there with a better option than installing a deprecated sdk ?
    I'm using #nuke and would very much like not to have to customize the generated YAML file.

    The project : github.com/candoumbe/candoumbe.types

    #opensource

  26. A classic example of my past self prematurely optimising some #dotnet code so it allocated fewer strings and had better #performance, only to now find it's slower and uses more memory than a simpler solution. Interesting that #dotnet7 runs slower that #dotnet6 though

  27. Finally hit the next #milestone on my #CASBAN6 project.

    #Azure #Function app for my blog API is running, will be automatically updated via #Github Action and connects to my #AzureSQL database (#serverless) without any problems.

    Next up: another blogpost, this time for the #DTO classes as well as my (manual) #MappingHelpers.

    After that, I need to evaluate if Azure #APIManagement is worth the effort (and the price).

    #devlife #programming #clouddev #cloudnative #dotnet #dotNET6

  28. Finally hit the next #milestone on my #CASBAN6 project.

    #Azure #Function app for my blog API is running, will be automatically updated via #Github Action and connects to my #AzureSQL database (#serverless) without any problems.

    Next up: another blogpost, this time for the #DTO classes as well as my (manual) #MappingHelpers.

    After that, I need to evaluate if Azure #APIManagement is worth the effort (and the price).

    #devlife #programming #clouddev #cloudnative #dotnet #dotNET6

  29. Finally hit the next #milestone on my #CASBAN6 project.

    #Azure #Function app for my blog API is running, will be automatically updated via #Github Action and connects to my #AzureSQL database (#serverless) without any problems.

    Next up: another blogpost, this time for the #DTO classes as well as my (manual) #MappingHelpers.

    After that, I need to evaluate if Azure #APIManagement is worth the effort (and the price).

    #devlife #programming #clouddev #cloudnative #dotnet #dotNET6

  30. Finally hit the next #milestone on my #CASBAN6 project.

    #Azure #Function app for my blog API is running, will be automatically updated via #Github Action and connects to my #AzureSQL database (#serverless) without any problems.

    Next up: another blogpost, this time for the #DTO classes as well as my (manual) #MappingHelpers.

    After that, I need to evaluate if Azure #APIManagement is worth the effort (and the price).

    #devlife #programming #clouddev #cloudnative #dotnet #dotNET6

  31. How many app.MapGet and app.MapPost can you have in a minimal.net webApi before it feels wrong?

    Asking for a friend 🤫



  32. See the diagrams for how I think Microsoft will allow developers on LTS releases of .NET to benefit from improvements in newer C# compilers. Since .NET 6 will be used by developers for longer than .NET 7, it makes sense for the .NET team to allow the use of new features in the C# compiler and improvements in libraries like EF Core. We shall see tomorrow at .NET Conf 2022 when .NET 7 reaches GA and .NET 6 gets an update. 😍

    #dotnet #dotnet7 #dotnet6 #csharp #csharp11 #efcore #efcore7 #dotnetconf