![Matt Ellis Profile](https://pbs.twimg.com/profile_images/3295808621/7d96add62b21542ddb9eda2eedc2b966_x96.jpeg)
Matt Ellis
@citizenmatt
Followers
2K
Following
2K
Statuses
26K
Developer advocate for dotnet + gaming tools at JetBrains - Rider, Unity, Unreal @[email protected]/.bsky.social
Joined March 2008
@niklas_wortmann @fprzg I'm not seeing any problems with the substitute command being slow. Can you provide some more details, please? Is it a massive file, are you using a specific regex or searching for a very common string, etc.?
0
0
1
Release train keeps on chugging! π Check out the repo view in this release - see all the files in your repo, rather than just the files in your solution. Rider can work with web/frontend files, deployment files and so much more, but that's only good if you can find them!
The Rider 2025.1 Early Access Program is now open!π The first build comes with: π Repository-wide visibility in the Solution Explorer. πΆ Automatic child processes attachment for the .NET debugger. π΄ Enhanced .NET exception breakpoint configuration. π Separate color settings for C++ keywords. Check out this blog post to and learn about the updates included in the first build: π
0
1
1
@HexTank @JetBrainsRider I donβt believe it can. It can update elements of the array, but it canβt change a complete string
0
0
0
@StefanBilliet @JetBrainsRider Oh, good question. This was a bug in the dotnet runtime, which was addressed in dotnet 9. Rider 2024.3 re-enabled support for stepping through ARM64 decompiled source in dotnet 9+. Sadly, it's not going to work for earlier dotnet versions.
1
0
1
@ionapps @JetBrainsRider We fix a lot of bugs in each release, and have maintenance releases with updates after each major release. Could you let me know what issues you're facing? Do you have any YouTrack tickets I can look at?
0
0
2
@HexTank @JetBrainsRider ...and it's an important but! You can't set more characters than `ArrayMax` - this could easily overwrite data and crash! If you're careful, you can combine this: ArrayNum = wcslen((const wchar_t *)wcspy(&Label[0], L"Hello"))
1
0
1
@MrMatthewLayton @jetbrains @JetBrainsRider Thanks for the details, I've spoken to the team, and this is one is on Rider - we've not yet implemented CSS support for Blazor server but should be getting to it soon. I think each different flavour of Hot Reload (dotnet, Blazor this/that/whatever) needs a diff implementation...
0
0
1
@MrMatthewLayton @jetbrains @JetBrainsRider There's not a lot we can do about the platform/runtime and dotnet watch, but if there's something that Rider fails to do that's working in dotnet watch, that's something we'd want to fix
1
0
0
@MrMatthewLayton @jetbrains @JetBrainsRider Hot reload definitely needs a lot of support in the platform, and I think we have to roll a lot of everything else, so I'm never exactly sure who is responsible for which bits. But the problems you've mentioned are for dotnet watch, rather than Rider - what's missing from Rider?
1
0
0
@RickStrahl @brendonparker Don't worry, ReSharper got the '??' inspection too - that's a ReSharper quick fix you're using πThat's a ReSharper highlight and inspection too, but it looks like there's also a Visual Studio one and the tooltip is showing both
0
0
2
@MrMatthewLayton @jetbrains @JetBrainsRider Sorry, not sure I got the problem. Is it that changes in CSS files don't get picked up by Rider, but they do with dotnet watch?
1
0
1
@webluke @jetbrains @JetBrainsRider @intellijidea We're running Rider on the remote system, so that all language analysis, completion, compilation and so on happens on the remote machine, and the UI is running locally. Rider has a minimum system requirement of 4GB, so this applies to the remote system.
0
0
1