Filter
Exclude
Time range
-
Near
⠀ (@ net6) This feels more like a PR rumor than a love story. (@ net7) Kalian bilang cocok karena dua-duanya good looking doang. (@ net8) Kenapa rasanya setiap berita Delilah harus selalu soal cowok? (@ net9) I don’t care if they’re dating, I want to know which restaurant got all the bills paid. (@ net10) Sadewa literally spent years hiding his personal life, sekarang malah jadi headline. ⠀
61
There is a breaking change Net8 vs net10 for linux-arm (32b), different abi (32 vs 64b time_t) - so you first need to upgrade your Linux, glibc and then you can start upgrading your app. I would vote for 5 years lts
1
405
This is one of these. When you're on net8, it only requires >= 8.0.0, but when you change the moniker on net10.0 it asks for 10.0 minimum. Any explicit reference to 8.0.x gives you error or any with >8.0.0 && < 9.0.0 gives you bonkers. Then you update these and they pull other /1
3
2
390
Or some dependency which has the net10 moniker which pulls in 10.x Versions of these libs, which was not an issue before because it used a net8 moniker, but the second you switch the target framework moniker to 10 you get a dependency hell and have to update other libs too
1
30
5.5 has helped massively in a converted monolith now in net8 (from net472). At debugging slight variance in request handling etc. Opus was more than useless.
1
1
13
Replying to @Dave_DotNet
So far we've not hit any issues, everything "just works" changing the framework version from netcoreapp2.1 to netcoreapp3.1 to net5 net6 net7 net8 net9 net10 But we're not doing anything particularly out there or novel - and nowhere near as big of a codebase.
2
184
A qué hora y dónde los podemos ver
13
Codex GPT-5.4 バイブコーディングで.NET8 VB.NETから.NET10 C#へ移植。
1
55
I have 30 projects that need updating their frameworks (e.g. from .NET8 in C# to .NET10). I'd like to do this orchestrated by an agent, following a dependency diagram (security API comes first, then consumers...), parallelising when possible. Any suggestions on how to do this?
43
That being said I'm finding it more useful as a debugging partner. "Hey why does this request work under net472 and not net8" It's has been wonderful at cutting down debugging time.
1
21
デザイン実装もまだ、波形レビュー、編集機能 和音演奏、WAV出力、ファイル管理 まだだけど今現状の感じを触りたい方DLして遊んでみてください。(.net8以降 Runtime必要) 落としたらいいね押していただくと励みになります dropbox.com/scl/fi/l6m97tmz7…
1
2
2
235
Replying to @jfversluis
472 monolith. Everything else was moved to net8. Working on the last few apps now.
2
354
Hi-net8:15 防災科研 24h/7days/30days
19
650
Replying to @jfversluis
I had to explain that to a client last year who was insistent on staying on .NET8 MAUI because they thought it was LTS, thankfully you made a Youtube video and that helped educate them and give them the info to make the correct call at a management level.
1
3
122
おはよう! 週末の社内コンペはNET8位! スコアは87で2位でした〜!! 自己べ更新嬉しい💪 70台目指して頑張るぞ〜〜〜
2
58
カーブエディターを自作してみた(.NET8/WinForm)#dotnet #csharp
6
346
Replying to @bansho_akane
NET8:30のモーニングショーにある殺人魔108号とは連続射殺事件の犯人・永山則夫のことで東京・北海道・京都・名古屋で米軍基地から盗んだ拳銃で連続射殺事件(うち2件はタクシー強盗)をしていた犯人。一橋の予備校に盗みに入った所を警備会社からの通報で明治神宮に逃走し隠れるもそこで逮捕された
4
936
Replying to @AntonMartyniuk
You’re conflating two things together here: .net8 to .net10 and using controllers over minimal APIs. Most of the gain comes from the runtime upgrades not from minimal vs controllers. There’s a difference and yes minimal is more efficient - at the cost of you building or layering additional code on top and reinventing a controller alternative, that when you’re done reintroduces the overhead you purportedly saved. Choice is good but performance or resource use is not the reason to choose one over the other.
2
14
447
(´・ω・`).Net8でAspは半分位になったのだ、なおデスクトップアプリは重いままの模様 (´・ω・`)ぶっちゃけwindowのUIの問題はメモリよりハンドルかなと思う
1
2
801
@MGrafnetter thank you for your help with .NET8. This allowed me to write new project that doesn't require PowerShell to run.
Rewrote my PasswordSolution project in C# and using HtmlForgeX as HTML engine. Based on DSInternals, just now in a bit different form.
7
445