RSSAmplifier

Steve Dunn · Dec 14, 2021

I See Dead Code

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

This is a really short post describing a change to Resharper's (R#) code analysis for dead code. TL;DR: when C# 8 came along with Nullable Reference Types, R# turned off some of its analyses in #nullable enabled contexts and lost its ability to see dead code. The slightly longer version follow: R# warns you about dead code. Given the following code: public class Foo { public void DoSomething (…

Read on dunnhq.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.