Then you could add a suppression comment... Other than that, there's no middle ground :)
Then you could add a suppression comment... Other than that, there's no middle ground :)
you can very quickly adjust this
Do you want to be a little more specific?
Very pleased how the IDE Browser π plugin turned out. Great for more authentic docs previews, debugging of web apps, and generally fewer context switches.
Version 1.1.0 currently awaits approval π¨
plugins.jetbrains.com/plugin/29952...
A neat little browser as a tool window in @rider.jetbrains.com. The plugin also ships with run configuration hooks to allow opening a URL upon project start. ππ£
plugins.jetbrains.com/plugin/29952...
After a long wait, I've finally published the sixth part in my "Writing a .NET Garbage Collector in C#" series. Today, we start implementing mark and sweep.
minidump.net/writing-a-ne...
It feels so much nicer to use Rider for debugging now. I was OK'ish with its speeds before, now I actully started to like it :) And with RAM prices these days, man its nice to starting saving some on debugging.
Attention, #UnrealEngine developers!
Rider's expression evaluator has been rewritten, and the results are π€―:
π Variable inspection is 87x faster on warm runs and 16x faster on cold ones.
π Debugger memory usage is over a third of what it was.
Get the full story π jb.gg/rd-261-new-l...
New Package Manager Console (PMC) looks great! π¦β¨
Code completion for commands and packages, context controls for package source and default project. It also got auto-import of cmdlets from packages, so it's great for doing EF migrations from the terminal.
#trynow #EAP1
I need a Rider lesson
TIL you can rerun only failed tests in @jetbrains-rider.bsky.social. It's so wild to me I haven't seen this before... I was at the brink of creating a feature request π€·ββοΈπ€¦ββοΈ #embarrassed
Creating a custom MSBuild SDK to reduce boilerplate in .NET projects #dotnet https://www.meziantou.net/creating-a-custom-msbuild-sdk-to-reduce-boilerplate-in-dotnet-projects.htm?utm_medium=social&utm_source=bluesky
YouTube Thumbnail
ReSharper and Rider 2025.3 release party is incoming! π
π
Β December 9, Tue, 4pm UTC
π£οΈΒ Our .NET Advocates and @auduchinok.bsky.social
π Lots of new features!
π€Β Bring all your questions!
#dotnet #devtools #ai #csharp #fsharp #ama
Are you sure you didnβt quit before it has finished analyzing the project?
Do you have any details for us? What do you find bloated, and under what circumstances does it not recognize your code (and what solves it)?
Task.WaitAll(WindowsRunners);
Embed Card for https://isaacl.dev/gt7
Discover essential ReSharper features that streamline your .NET development process. Enhance productivity, code quality, and refactoring with these must-know tools. #dotnet #ReSharper
https://isaacl.dev/gt7
Our @matkoch.dev has been checking notes. π₯Έ Here are his 9 ReSharper features that every #dotnet developer should know! π§βπ»
Are you missing anything from that list? Let us know!
blog.jetbrains.com/dotnet/2025/...
Nice Rider updates for Godot Users
#Godot #GodotEngine
Before C# 14, there were just a few rare erasure conflicts in C#, like when u define overloads differing only by `ref` /`out`. With C# 14 extensions, we are one step closer to Java, with its stupid "have the same erasure" conflicts
I recently learned that File.Exists(βFILE.txt") returns true for βfile.txtβ on macOSβ¦ I thought Iβm on a case-sensitive system π
uh-oh π«¨
We have a new @jetbrains-rider.bsky.social tutorial for #AzureFunctions β‘π»
Some features were even news to me π Like log highlighting (requires some customizations) and debugging of production instances.
Check it out and let me know if I missed some more! π
www.jetbrains.com/guide/dotnet...
yes :)
TIL about ValueProviderAttribute. Great hint for code completion!