8c638d5631c8 — Michael Johnson 6 months ago
Bump lang version to 11 and analysis level to 7
M src/Benchmarks/Benchmarks.csproj +2 -2
@@ 8,8 8,8 @@ 
     <RootNamespace>RandN.Benchmarks</RootNamespace>
     <Nullable>enable</Nullable>
     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
-    <LangVersion>10.0</LangVersion>
-    <AnalysisLevel>6</AnalysisLevel>
+    <LangVersion>11.0</LangVersion>
+    <AnalysisLevel>7</AnalysisLevel>
   </PropertyGroup>
 
   <ItemGroup>

          
M src/Core/Core.csproj +2 -2
@@ 7,8 7,8 @@ 
     <AssemblyName>RandN.Core</AssemblyName>
     <RootNamespace>RandN</RootNamespace>
     <Nullable>enable</Nullable>
-    <LangVersion>10.0</LangVersion>
-    <AnalysisLevel>6</AnalysisLevel>
+    <LangVersion>11.0</LangVersion>
+    <AnalysisLevel>7</AnalysisLevel>
     <Version>0.3.0</Version>
     <Authors>ociaw</Authors>
     <Company>ociaw</Company>

          
M src/Examples/Examples.csproj +2 -2
@@ 8,8 8,8 @@ 
     <RootNamespace>RandN.Examples</RootNamespace>
     <Nullable>enable</Nullable>
     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
-    <LangVersion>10.0</LangVersion>
-    <AnalysisLevel>6</AnalysisLevel>
+    <LangVersion>11.0</LangVersion>
+    <AnalysisLevel>7</AnalysisLevel>
   </PropertyGroup>
 
   <ItemGroup>

          
M src/Mocks/Mocks.csproj +2 -2
@@ 8,8 8,8 @@ 
     <RootNamespace>RandN</RootNamespace>
     <Nullable>enable</Nullable>
     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
-    <LangVersion>10.0</LangVersion>
-    <AnalysisLevel>6</AnalysisLevel>
+    <LangVersion>11.0</LangVersion>
+    <AnalysisLevel>7</AnalysisLevel>
   </PropertyGroup>
 
   <ItemGroup>

          
M src/RandN/RandN.csproj +2 -2
@@ 8,8 8,8 @@ 
     <RootNamespace>RandN</RootNamespace>
     <Nullable>enable</Nullable>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
-    <LangVersion>10.0</LangVersion>
-    <AnalysisLevel>6</AnalysisLevel>
+    <LangVersion>11.0</LangVersion>
+    <AnalysisLevel>7</AnalysisLevel>
     <Version>0.3.0</Version>
     <Authors>ociaw</Authors>
     <Company>ociaw</Company>

          
M src/Tests/Tests.csproj +2 -2
@@ 8,8 8,8 @@ 
     <RootNamespace>RandN</RootNamespace>
     <Nullable>disable</Nullable>
     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
-    <LangVersion>10.0</LangVersion>
-    <AnalysisLevel>6</AnalysisLevel>
+    <LangVersion>11.0</LangVersion>
+    <AnalysisLevel>7</AnalysisLevel>
     <!-- We intentionally target netcoreapp3.0 since it's the only way to test .NET Standard 2.1 without bringing in mono. -->
     <CheckEolTargetFramework>false</CheckEolTargetFramework>
   </PropertyGroup>