Say Hello To Localization Manager In Rider 2020.2
Hello friends, or should we say こんにちは (Kon’nichiwa)? We have some excellent news for our multilingual Rider developers. Localization Manager, which previously appeared in ReSharper, is now available to...
View ArticleThe Rider 2020.2.1 and ReSharper 2020.2.1 Hotfixes Are Here!
We’ve just published two hotfix updates, Rider 2020.2.1 and ReSharper 2020.2.1. Here are the highlights of what we’ve introduced. For the full list of changes, please refer to our bug tracker. Rider...
View ArticleSpecial Thanks to All JetBrains .NET and VS Tools 2020.2 EAP Participants
As you may know, our .NET and Visual Studio tools got a massive 2020.2 update just a few weeks ago – the ReSharper .NET tools, ReSharper C++ and Rider blogs have more details. Now our sights are set on...
View ArticleImproved Analysis and Hints for Nullable Reference Types
If you are already using nullable reference types, you might have noticed that they can help make your code safer. But not automagically… This feature relies heavily on everything called by your code...
View Article.NET Annotated Monthly | August 2020
Summer is here, but at present in 2020 many people can’t go anywhere, so a "staycation" will have to do. No problem though, just sit back, relax, and browse the content from our .NET Annotated...
View ArticleDebugging Unity Players over network and USB with Rider 2020.2
Rider 2020.2 is a bumper release for Unity. We’ve already seen how “pausepoints” can help you debug your code, by switching the Unity editor into pause mode when your code hits a certain point. Let’s...
View ArticleReSharper 2020.2: Improved Code Analysis for C# 8, Code Cleanup on Save, and...
Hello everyone, Today we’re excited to give you ReSharper 2020.2! This major release introduces new inspections and quick-fixes for C# 8, most notably for nullable reference types, a much-awaited Code...
View ArticleRider 2020.2: Localization Manager, Debugger Updates, and Major Updates to...
Rider 2020.2 is now available! To mark this great news we’ve put together a full list of the new features and under the hood improvements that are in store for you. Let’s dive in! Download Rider...
View ArticleDebugger Extensions for Unity in Rider 2020.2
Rider 2020.2 has a lot of great new features for Unity, and debugging has certainly had its fair share of attention in this release. We’ve already introduced “pausepoints”, a new kind of breakpoint...
View ArticleWebinar – Xamarin, MAUI and the reactive MVVM between them
Join us Thursday, September 17, 2020, 16:00 – 17:00 CEST (10:00 AM – 11:00 AM EDT or check other timezones) for our free live webinar, Xamarin, MAUI and the reactive MVVM between them, with Rodney...
View ArticleThe Rider 2020.2.1 and ReSharper 2020.2.1 Hotfixes Are Here!
We’ve just published two hotfix updates, Rider 2020.2.1 and ReSharper 2020.2.1. Here are the highlights of what we’ve introduced. For the full list of changes, please refer to our bug tracker. Rider...
View ArticleSpecial Thanks to All JetBrains .NET and VS Tools 2020.2 EAP Participants
As you may know, our .NET and Visual Studio tools got a massive 2020.2 update just a few weeks ago – the ReSharper .NET tools, ReSharper C++ and Rider blogs have more details. Now our sights are set on...
View ArticleImproved Analysis and Hints for Nullable Reference Types
If you are already using nullable reference types, you might have noticed that they can help make your code safer. But not automagically… This feature relies heavily on everything called by your code...
View ArticleREST – the ignored parts – Webinar Recording
The recording of our August 25 webinar, REST – the ignored parts, with Irina Scurtu, is now available. Subscribe to our community newsletter to receive notifications about future webinars. In a world...
View ArticleAzurite Support, Timer Trigger Code Completion, and More Azure Toolkit for...
We’ve just released the Azure Toolkit for Rider 2020.2, and want to share what’s new. On the feature side, you can now work with the Azurite storage emulator from within Rider. If you’re developing...
View Article.NET Annotated Monthly | September 2020
This month in computing history: The first instance of a computer bug was found in September 1947. It’s called a bug because when this happened, it was a moth that wandered into the machine and caused...
View ArticleHow to Debug Hangs Using the dotTrace Performance Profiler
This is a guest blog post from Michael Shpilt. Michael has been developing software for over 20 years. He owns the popular blog michaelscodingspot.com and recently published the book Practical...
View ArticleDataflow Analysis of Integral Values
Today we are introducing a new type of dataflow code analysis in ReSharper and Rider. We’ve gathered some statistics (by exploring the IL metadata of a large number of NuGet.org packages with an OSS...
View ArticleThe ReSharper 2020.2.2 and Rider 2020.2.2 Bug-fix Updates Are Here!
New bug-fix updates are available for both ReSharper and Rider. Here’s an overview of the most important changes that have been made. ReSharper 2020.2.2 Fixed a couple of false positives in nullable...
View ArticleUnit Testing in TypeScript Code
We all need to unit test our code to verify that it works the way it’s supposed to. Fortunately, Rider has the tools to enable you to test code more efficiently and quickly. In this post, we’ll look at...
View Article