In Visual Studio there is a possibility to mute an exception when it happens in particular place, e.g. We are aware that there is some NullRefereneceException
in Calculator.cs
and we still want to catch those types of exceptions when thrown from all other places in code, but Calculator.cs
.
Is such a feature available in Rider?
As of now the feature is not yet available, but there is a Youtrack ticket for this feature.