What does "added support for net8.0" mean? Are you actually adding new features, or just bumping up target framework?
If latter, what's the point? Your net8.0 app will work with net6.0 package anyway, what am I missing here?
#dotnet friends, I used the occasion to upgrade a .NET 6 Blazor Server app to .NET 8 yesterday, using the migration guide at https://learn.microsoft.com/en-us/aspnet/core/migration/70-80?view=aspnetcore-8.0&tabs=visual-studio and the sample project by @danroth27 https://github.com/danroth27/Net8BlazorServer. A question: I experience that it still runs a websocket connection locally and on my prod (Azure web app) deployment, but in the deployment to test in Azure it does not. There it seems like it is SSR and fetch. Have I missed something?
📢 .NET 8 is HERE! 🔥
Learn about what is included in today's .NET 8 release!
· Frozen Collections 📄
· Performance Improvements 🚀
· Blazor Full-Stack Web UI 🌍
· Native AOT 📉
· C# 12 🤖
· .NET Aspire 🌶️
📺 Full video:
https://youtu.be/311SmuoJpPA
📢🦙 #dotnet developers! Join @jfversluis, Sergio Pedri, & I for the #CommunityToolkit Roundup on Thursday Nov 16 at 9AM PT | Noon ET | 6PM CET - Find out the latest on all our Community Toolkits! We have time carved out for Q&A too, so join us live! #dotnetconf #Maui #WindowsDev
Here is the proof that #Mastodon posts show up in #dotnetconf #dotnetconf2023
Here I say it: .NET and C# are in PRIME time! 🚀 #dotnetconf
Does #CSharpDevKit of #VSCode have means to run test with code coverage and see the coverage results? #dotnetconf #dotnetconf2023
cc @csharpfritz
Can I install #VSCode and #CSharpDevKit on a USB stick and then debug a .NET app from there on any machine? #dotnetconf #dotnetconf2023
I am a bit disappointed, that you can only ask #dotnetconf presenters questions on X but not here. Or can we @dotnet ?
For me, the most important features in C# 12 are:
- Primary constructors
- Collection expressions
Nice to have:
- Improved Tuples
- Spread operator (..)