#net7
念願の128bit (.NET7)

Int128 s128Max = Int128.MaxValue;
Int128 s128Min = Int128.MinValue;

UInt128 u128Max = UInt128.MaxValue;
UInt128 u128Min = UInt128.MinValue;

#monogame #gamedev #indiegame #indiedev #pixelart #CShap #dotnet #voxel #voxelart #ゲーム開発
April 21, 2024 at 4:09 PM
Trying .NET7 MAUI.

A single codebase compiles to multiple platforms... cool.
But good luck getting some text on the title bar in Windows. 🤦
September 1, 2023 at 8:40 AM
#MonoGame でステータスフラグ管理に128bitを使いたかったので、.NET7 のビルドに変更

*.csproj を7に書き換え
net7.0-windows

mgcbの出力を7に書き換え
..\bin\Debug\net7.0-windows\Content

#gamedev #indiegame #indiedev #CShap #dotnet #ゲーム開発
April 21, 2024 at 4:05 PM
.NET 9 has been released, and is already supported in s&box. Be sure to update to Visual Studio 17.12.0 unless you want problems!
#sbox #gamedev
November 13, 2024 at 3:11 PM
Jeez, and I haven't even got the .net7->8 port done yet...

#BlazorSkeet
November 12, 2024 at 5:19 PM
I tried NoStdLib, NoStandardLibraries, NoCompilerStandardLib, FrameworkPathOverride, EnableFrameworkPathOverride, none of those worked, before I found DisableImplicitFrameworkReferences, thanks to stumbling upon github.com/dotnet/sdk/i...
NoStdLib is not beign respected after net7 upgrade · Issue #29110 · dotnet/sdk
Version Used: .NET SDK: Version: 7.0.100 Commit: e12b7af Runtime Environment: OS Name: Windows OS Version: 10.0.22621 OS Platform: Windows RID: win10-x64 Base Path: C:\Program Files\dotnet\sdk\7.0....
github.com
December 11, 2024 at 11:46 AM
Did you ever see there was a training video for the buffet? www.youtube.com/watch?v=net7...
Old Country Buffet Training Video
#BIGFANOFCATS #JUSTTRAININGVIDEOS
www.youtube.com
May 23, 2024 at 1:36 PM
Was it technology or greater media sophistication that eliminated the cliche 1980s employee training video?

www.youtube.com/watch?v=net7...
Old Country Buffet Training Video
YouTube video by Just Training Videos
www.youtube.com
August 11, 2025 at 2:21 AM
Old Employee Training Videos are all horrible/wonderful.

TIME TO MAKE PAINFUL SMALL TALK, HAM-SLAVE
www.youtube.com/watch?v=net7...
Old Country Buffet Training Video
YouTube video by Just Training Videos
www.youtube.com
May 4, 2025 at 11:31 PM
#NET7 & C#14 introduce 17 game-changing features! 🚀 Discover major updates like performance boosts, pattern matching enhancements, and more. Stay ahead in coding with these transformative tools. #DotNet Click the article to learn more.
Just a moment...
blog.stackademic.com
April 30, 2026 at 3:15 AM
Finally I've got the full version of one of my favorite magical girl transformation themes in years. Makoto Miyazaki *nailed* this track.

#Magilumiere

www.youtube.com/watch?v=NeT7...
My Own Way
YouTube video by Makoto Miyazaki - Topic
www.youtube.com
December 8, 2024 at 9:06 PM
A day or so later, I've finally got some AWS Lambda + NET7 + DI/IoC working. Was tricky but got there.

Still testing this in the AWS (Web GUI) console, though :( Need to get this working with LocalStack.

Still finding Azure Functions easier. I wish I could remember if I felt that way originally.
June 6, 2023 at 2:59 PM
Is there any example how to write a build script (cake prefered) for a .NET library which is a nuget package & should be available for the different versions, e.g. .NET 4.8 / .net7, .net8...? Which runs on a build server, e.g. appveyor? How is dotnet-install ment to be used in this case? How csproj?
October 25, 2024 at 7:23 PM
For example: github.com/SixLabors/Im...

This would probably be easier and more attractive when there are smaller tasks outlined and ready to be picked.
v4 - Update SIMD usage to use Vector256<T>, Vector128<T>, and Vector64<T> where possible. · SixLabors ImageSharp · Discussion #2532
Motivation Our SIMD API usage is complicated and platform specific with a lack of support for ARM64 in most areas. With .NET7 and .NET8 additional APIs have been added to the System.Numerics namesp...
github.com
December 2, 2024 at 10:53 AM
Dopo due anni (e un mese) dalla sua messa online, mi sa che Machinapost spegnerà presto i suoi motori, sia quelli informatici sia quelli umani.

Grazie a tutti e a tutte coloro che lo hanno visitato e a Net7 per il supporto e gli strumenti.
Mi sa che finisce qui: Machinapost verso la chiusura - Machinapost
Dopo due anni (e un mese) dalla sua messa online, mi sa che Machinapost spegnerà presto i suoi motori, sia quelli informatici sia quelli umani. I risultati a cui credevo e che mi ero prefisso di otten...
machinapost.it
October 23, 2024 at 1:32 PM
20 billion in debt and Andrew Wilson was receiving an insane annual bonus year after year?

Where did all the money go and why do they keep refusing to sell any individual IP's like Wingcommander to Chris Roberts or Earth and Beyond to Net7 or the older Battlefield titles to run old Gamespy servers?
September 29, 2025 at 11:12 PM
라고 .NET7 유저가 광광 우럭따
April 18, 2023 at 12:57 AM
I plan on removing support for hashing parameters in Verify

github.com/VerifyTests/...

if you use this feature please speak up on the PR
#dotnet
remove support for hashing parameters by SimonCropp · Pull Request #1449 · VerifyTests/Verify
ie the HashParameters method on settings. It is getting difficult to maintain this since System.IO.Hashing has dropped support for net6 and net7 also IMO i think it is a flawed feature. and instead...
github.com
April 30, 2025 at 7:30 AM
It usually happens when either some other library you've added pulls in the other version, weird git merge, etc. But since it says duplicate instead of downgrade, it'll probably show the entry in your csproj file. But since it says F# lib, may also be this depending github.com/dotnet/fshar...
Targeting .NET6 with .NET7 SDK results in NU1504 and FSharp.Core 7.x · Issue #14441 · dotnet/fsharp
Trying to target .NET6 (TargetFramework=net6.0 and explicit PackageReference FSharp.Core=6.0.6) with .NET7 SDK and getting: warning NU1504: Duplicate 'PackageReference' items found. Remove the dupl...
github.com
November 5, 2025 at 11:18 AM