Matthias's Avatar

Matthias

@matkoch.dev.bsky.social

developer advocate at @jetbrains.com | creator of @nuke.build

243 Followers  |  74 Following  |  112 Posts  |  Joined: 14.02.2024  |  2.4541

Latest posts by matkoch.dev on Bluesky

MacOS… i’m not sure if Homebrew used the notarized. probably not, because i had to confirm “possibly dangerous”.

31.07.2025 18:48 — 👍 0    🔁 0    💬 1    📌 0

Acshually!!! :))

Last time I checked there was no Homebrew installer, so I just defaulted to the web app. Now it should all be fine.

31.07.2025 18:35 — 👍 0    🔁 0    💬 1    📌 0

Published a big update to the Graph Viewer:
github.com/KirillOsenko...

Also an ability to view arbitrary directed graphs in .dot format, as I found this layered graph representation to be quite useful for other things, such as viewing assembly dependencies.

30.07.2025 02:46 — 👍 10    🔁 2    💬 2    📌 0

Is there any chance the web app can be updated? Last few times I received “unsupported format version” or similar. always had to launch my VM 🥲

31.07.2025 07:30 — 👍 0    🔁 0    💬 1    📌 0

ughh :/ get well man!

19.07.2025 15:01 — 👍 1    🔁 0    💬 0    📌 0

actually... could be worse... judging by the things I've experienced in the last 2 months

11.07.2025 14:23 — 👍 0    🔁 0    💬 0    📌 0

This idea has been part of Nuke since 2017. It was repeatedly brought up in discussion with microsoft folks from different users. Glad that it’s finally considered after such a long time.

09.07.2025 00:21 — 👍 0    🔁 0    💬 1    📌 0

If it's the same code that was just working, and you've checked timestamps, then logs would indeed be helpful. I assume the lazy code was actually executed.

07.07.2025 15:47 — 👍 0    🔁 0    💬 1    📌 0

If it happens again, just remember my previous message :)

07.07.2025 15:23 — 👍 0    🔁 0    💬 1    📌 0
Post image

For me this only happened when symbols are unavailable. When symbols are loaded correctly, you should see a checkmark for each breakpoint.

Could you check once more under Debug > Modules whether the expected assembly is loaded, and whether its last-modified timestamp correlates to your compilation?

07.07.2025 15:05 — 👍 0    🔁 0    💬 1    📌 0

coming up with ideas is definitely a limited one

04.07.2025 13:38 — 👍 0    🔁 0    💬 1    📌 0

- Sometimes – code review / suggestions
- Often – prototyping new stuff
- Regularly – commit message generation
- Automatically – processing continuous data with AI endpoints

PS: i swear i'm not the human from OP 🤞

04.07.2025 13:32 — 👍 1    🔁 0    💬 1    📌 0
Post image

First things first: This message was written by a human 🙃
And this human is curious – if you use AI in your development, what sort of tasks do you regularly hand off to it? Testing, documentation, architecture guidance, code review...?
And on the flip side: Any tasks you never trust the AI with?

04.07.2025 09:18 — 👍 1    🔁 2    💬 2    📌 0
many rows of multiple rectangles per row, each rectangle is the project name, some rectangles are bigger and bluer (they are referenced more). One rectangle is selected and green, it has outgoing arrows above it that point to other rectangles, with purple border. Those are the referenced projects. Arrows also go down, to rectangles with green borders. Those are projects that reference the selected one.

many rows of multiple rectangles per row, each rectangle is the project name, some rectangles are bigger and bluer (they are referenced more). One rectangle is selected and green, it has outgoing arrows above it that point to other rectangles, with purple border. Those are the referenced projects. Arrows also go down, to rectangles with green borders. Those are projects that reference the selected one.

New in MSBuild Structured Log Viewer:

Project Reference Graph

New tab that shows the project graph layered by project "height". Each project only references projects above it.

Clicking a project highlights all directly referenced projects above, and all projects below it that reference this one.

21.06.2025 02:33 — 👍 35    🔁 8    💬 1    📌 1

Let me know what you think 😉

19.06.2025 16:21 — 👍 0    🔁 0    💬 0    📌 0
Inlay Hints in ReSharper for Visual Studio Code

Inlay Hints in ReSharper for Visual Studio Code

ReSharper for @vscode.dev make sense of your code at a glance 😏

🏷️ Argument names
➰ Lambda parameter types
🕵️ Anonymous and tuple types
📊 Per-line method calls
⚠️ #pragma warning insights

Visual cues. Zero guesswork. 🙌
jb.gg/rsrp-in-vsc

19.06.2025 14:20 — 👍 1    🔁 2    💬 1    📌 0

😵😵😵

12.06.2025 16:27 — 👍 0    🔁 0    💬 0    📌 0
Aspire resource diagram

Aspire resource diagram

Recently added an ability to show #aspire resource diagrams to our Rider plugin. Looks pretty cool

30.05.2025 12:11 — 👍 8    🔁 4    💬 0    📌 0

Happy birthday! 🥳

31.05.2025 22:13 — 👍 2    🔁 0    💬 1    📌 0

I added the ParallelTestFramework package by @meziantou.net to my project, and suddenly I don’t have to wait for my tests to finish any longer.

LOVE IT 🤩

31.05.2025 21:02 — 👍 0    🔁 0    💬 0    📌 0

Ah thanks. I did not notice there are two.

Do you remember what kind of issues perhaps? Ambiguity?

31.05.2025 20:57 — 👍 1    🔁 0    💬 1    📌 0

I guess every kind of library author should check out PolySharp. I definitely will.

31.05.2025 20:46 — 👍 2    🔁 0    💬 1    📌 0
Post image

It's really worth checking on the shortcuts in #ReSharper for #VSCode.

I've updated a bunch of actions, including:
- Quick-Fix... (Alt-Enter 😛)
- Show Editor Context Menu (Refactorings)
- Reveal File in Explorer
- Expand/Shrink Selection (🔥)

My feather-weight ReSharper 🪶

28.05.2025 16:28 — 👍 1    🔁 2    💬 0    📌 1

That’s the way :)

25.05.2025 15:39 — 👍 0    🔁 0    💬 0    📌 0

You should be able to temporarily avoid this issue by disabling "Send Usage Statistics". Would be great to have you re-enable it once the certificate has been renewed. Sorry for the inconvenience! 🫣

It's been reported already: youtrack.jetbrains.com/issue/RIDER-...

24.05.2025 01:41 — 👍 1    🔁 0    💬 0    📌 0
Preview
a teddy bear wearing a red shirt and a name tag is sitting in front of a printer . ALT: a teddy bear wearing a red shirt and a name tag is sitting in front of a printer .

Rider and ReSharper are now officially on #BlueSky... Go and follow to stay up-to-date with your favorite tools! 😉

@jetbrains-rider.bsky.social
@resharper.bsky.social

22.05.2025 16:39 — 👍 6    🔁 3    💬 0    📌 0
JetBrains ReSharper has just become available as a C-sharp development productivity extension for Microsoft Visual Studio Code

JetBrains ReSharper has just become available as a C-sharp development productivity extension for Microsoft Visual Studio Code

ReSharper in #VSCode: Public Preview Begins! 🚀
The legendary C# productivity toolkit has just become available for Visual Studio Code. Your editor may change, but your ReSharper benefits remain.

Dive into the details here: jb.gg/rs-in-vscode...
#dotnet #visualstudio #csharp #.net #jetbrains

19.05.2025 11:44 — 👍 31    🔁 22    💬 0    📌 6

CLion joins Rider, WebStorm and RustRover with a free for non-commercial version! Want to learn CMake based C++? CLion’s got you covered!

07.05.2025 19:34 — 👍 3    🔁 3    💬 0    📌 0

ReSharper is komplett dotnet. Nur die IDEs basieren auf Java. Rider 50/50.

30.04.2025 03:58 — 👍 1    🔁 0    💬 0    📌 0

that's a lot of excitement for an ended vacation :D

22.04.2025 10:11 — 👍 1    🔁 0    💬 1    📌 0

@matkoch.dev is following 20 prominent accounts