The rules in the Microsoft.Analyzers.ManagedCodeAnalysis analyzer only apply to managed code, and the rules in Microsoft.Analyzers.NativeCodeAnalysis only apply to native code. If your solution only contains managed code then we shouldn't show the native rules, and vice-versa.
Also see issue #88.