diff --git a/X10D/X10D.csproj b/X10D/X10D.csproj index 4fd6fb521..9b652d9c0 100644 --- a/X10D/X10D.csproj +++ b/X10D/X10D.csproj @@ -89,7 +89,17 @@ - + + Analyzer + false + + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/X10D/src/Text/RuneExtensions.cs b/X10D/src/Text/RuneExtensions.cs index e336580b8..9bb798e90 100644 --- a/X10D/src/Text/RuneExtensions.cs +++ b/X10D/src/Text/RuneExtensions.cs @@ -98,8 +98,12 @@ public static string Repeat(this Rune value, int count) }); } + // dotcover disable + //NOSONAR default: return Default(); + //NOSONAR + // dotcover enable } [ExcludeFromCodeCoverage, DoesNotReturn]