#dotnet6 — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #dotnet6, aggregated by home.social.
-
via @dotnet : .NET and .NET Framework June 2026 servicing releases updates
https://ift.tt/zfgkeIO
#dotnet #dotnet6 #dotnet7 #dotnet8 #dotnetcore #netservicing #updates #June2026 #securityupdates #CVE2026 #CVE2026-45591 #CVE2026-45491 #CVE2026-45490 #releaseNotes… -
via @dotnet : .NET and .NET Framework June 2026 servicing releases updates
https://ift.tt/zfgkeIO
#dotnet #dotnet6 #dotnet7 #dotnet8 #dotnetcore #netservicing #updates #June2026 #securityupdates #CVE2026 #CVE2026-45591 #CVE2026-45491 #CVE2026-45490 #releaseNotes… -
via @dotnet : .NET and .NET Framework June 2026 servicing releases updates
https://ift.tt/zfgkeIO
#dotnet #dotnet6 #dotnet7 #dotnet8 #dotnetcore #netservicing #updates #June2026 #securityupdates #CVE2026 #CVE2026-45591 #CVE2026-45491 #CVE2026-45490 #releaseNotes… -
via @dotnet : .NET and .NET Framework June 2026 servicing releases updates
https://ift.tt/zfgkeIO
#dotnet #dotnet6 #dotnet7 #dotnet8 #dotnetcore #netservicing #updates #June2026 #securityupdates #CVE2026 #CVE2026-45591 #CVE2026-45491 #CVE2026-45490 #releaseNotes… -
via @dotnet : .NET and .NET Framework June 2026 servicing releases updates
https://ift.tt/zfgkeIO
#dotnet #dotnet6 #dotnet7 #dotnet8 #dotnetcore #netservicing #updates #June2026 #securityupdates #CVE2026 #CVE2026-45591 #CVE2026-45491 #CVE2026-45490 #releaseNotes… -
via @dotnet : High-Performance Distributed Caching with .NET and Postgres on Azure
https://ift.tt/XTxg3Qu
#dotnet #caching #hybridcache #postgrescache #azure #distributedcache #performance #dotnetcore #aspnetcore #dotnet6 #dotnet7 #dotnet10 #weatherdata #cachehi… -
via @dotnet : High-Performance Distributed Caching with .NET and Postgres on Azure
https://ift.tt/XTxg3Qu
#dotnet #caching #hybridcache #postgrescache #azure #distributedcache #performance #dotnetcore #aspnetcore #dotnet6 #dotnet7 #dotnet10 #weatherdata #cachehi… -
via @dotnet : High-Performance Distributed Caching with .NET and Postgres on Azure
https://ift.tt/XTxg3Qu
#dotnet #caching #hybridcache #postgrescache #azure #distributedcache #performance #dotnetcore #aspnetcore #dotnet6 #dotnet7 #dotnet10 #weatherdata #cachehi… -
via @dotnet : High-Performance Distributed Caching with .NET and Postgres on Azure
https://ift.tt/XTxg3Qu
#dotnet #caching #hybridcache #postgrescache #azure #distributedcache #performance #dotnetcore #aspnetcore #dotnet6 #dotnet7 #dotnet10 #weatherdata #cachehi… -
via @dotnet : High-Performance Distributed Caching with .NET and Postgres on Azure
https://ift.tt/XTxg3Qu
#dotnet #caching #hybridcache #postgrescache #azure #distributedcache #performance #dotnetcore #aspnetcore #dotnet6 #dotnet7 #dotnet10 #weatherdata #cachehi… -
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
-
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
-
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
-
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
-
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
-
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.
-
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.
-
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.
-
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! 📚 https://dotnet.kriebbels.me/how-to-consume-dot-net-6-configuration-in-your-services-effectively
-
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! 📚 https://dotnet.kriebbels.me/how-to-consume-dot-net-6-configuration-in-your-services-effectively
-
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! 📚 https://dotnet.kriebbels.me/how-to-consume-dot-net-6-configuration-in-your-services-effectively
-
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! 📚 https://dotnet.kriebbels.me/how-to-consume-dot-net-6-configuration-in-your-services-effectively
-
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! 📚 https://dotnet.kriebbels.me/how-to-consume-dot-net-6-configuration-in-your-services-effectively
-
Visual Studio 2022 v17.6 now includes an updated Text Template Transformation Toolkit (T4) command-line tool built with .NET 6. Read more 👇🏼
https://devblogs.microsoft.com/dotnet/t4-command-line-tool-for-dotnet/ -
Visual Studio 2022 v17.6 now includes an updated Text Template Transformation Toolkit (T4) command-line tool built with .NET 6. Read more 👇🏼
https://devblogs.microsoft.com/dotnet/t4-command-line-tool-for-dotnet/ -
Visual Studio 2022 v17.6 now includes an updated Text Template Transformation Toolkit (T4) command-line tool built with .NET 6. Read more 👇🏼
https://devblogs.microsoft.com/dotnet/t4-command-line-tool-for-dotnet/ -
Visual Studio 2022 v17.6 now includes an updated Text Template Transformation Toolkit (T4) command-line tool built with .NET 6. Read more 👇🏼
https://devblogs.microsoft.com/dotnet/t4-command-line-tool-for-dotnet/ -
Visual Studio 2022 v17.6 now includes an updated Text Template Transformation Toolkit (T4) command-line tool built with .NET 6. Read more 👇🏼
https://devblogs.microsoft.com/dotnet/t4-command-line-tool-for-dotnet/ -
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 🔗https://dotnet.kriebbels.me/dive-into-code-unleashing-the-dotnet-6-configuration-management
-
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 🔗https://dotnet.kriebbels.me/dive-into-code-unleashing-the-dotnet-6-configuration-management
-
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 🔗https://dotnet.kriebbels.me/dive-into-code-unleashing-the-dotnet-6-configuration-management
-
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 🔗https://dotnet.kriebbels.me/dive-into-code-unleashing-the-dotnet-6-configuration-management
-
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 🔗https://dotnet.kriebbels.me/dive-into-code-unleashing-the-dotnet-6-configuration-management
-
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: https://bit.ly/3B3tLrD
#dotnet #dotnet5 #dotnet6 #dotnet7 #AspDotNet #Microsoft #SoftwareDevelopment
-
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: https://bit.ly/3B3tLrD
#dotnet #dotnet5 #dotnet6 #dotnet7 #AspDotNet #Microsoft #SoftwareDevelopment
-
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: https://bit.ly/3B3tLrD
#dotnet #dotnet5 #dotnet6 #dotnet7 #AspDotNet #Microsoft #SoftwareDevelopment
-
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: https://bit.ly/3B3tLrD
#dotnet #dotnet5 #dotnet6 #dotnet7 #AspDotNet #Microsoft #SoftwareDevelopment
-
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: https://bit.ly/3B3tLrD
#dotnet #dotnet5 #dotnet6 #dotnet7 #AspDotNet #Microsoft #SoftwareDevelopment
-
Regarding yesterday's post about the #SFSymbols #ImageSource for #macOS and #iOS.
As Apple states in their docs (https://developer.apple.com/documentation/uikit/uiimage/configuring_and_displaying_symbol_images_in_your_ui) we should apply configuration to the view.
So the solution is to simply use the #CommunityToolkit 's IconTintBehavior to get the icons colored.
https://mastodon.social/@msicc/109765955918118362
#iOSDev #MacCatalyst #dotNET #dotNET6 #CASBAN6 #MacDev #csharp #xaml #MAUIDev #MAUI #sideproject
-
Regarding yesterday's post about the #SFSymbols #ImageSource for #macOS and #iOS.
As Apple states in their docs (https://developer.apple.com/documentation/uikit/uiimage/configuring_and_displaying_symbol_images_in_your_ui) we should apply configuration to the view.
So the solution is to simply use the #CommunityToolkit 's IconTintBehavior to get the icons colored.
https://mastodon.social/@msicc/109765955918118362
#iOSDev #MacCatalyst #dotNET #dotNET6 #CASBAN6 #MacDev #csharp #xaml #MAUIDev #MAUI #sideproject
-
Regarding yesterday's post about the #SFSymbols #ImageSource for #macOS and #iOS.
As Apple states in their docs (https://developer.apple.com/documentation/uikit/uiimage/configuring_and_displaying_symbol_images_in_your_ui) we should apply configuration to the view.
So the solution is to simply use the #CommunityToolkit 's IconTintBehavior to get the icons colored.
https://mastodon.social/@msicc/109765955918118362
#iOSDev #MacCatalyst #dotNET #dotNET6 #CASBAN6 #MacDev #csharp #xaml #MAUIDev #MAUI #sideproject
-
Regarding yesterday's post about the #SFSymbols #ImageSource for #macOS and #iOS.
As Apple states in their docs (https://developer.apple.com/documentation/uikit/uiimage/configuring_and_displaying_symbol_images_in_your_ui) we should apply configuration to the view.
So the solution is to simply use the #CommunityToolkit 's IconTintBehavior to get the icons colored.
https://mastodon.social/@msicc/109765955918118362
#iOSDev #MacCatalyst #dotNET #dotNET6 #CASBAN6 #MacDev #csharp #xaml #MAUIDev #MAUI #sideproject
-
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
-
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
-
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
-
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
-
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