File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed 
algorithm-exercises-csharp-test 
algorithm-exercises-csharp Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 22
33  <PropertyGroup >
44    <TargetFramework >net8.0</TargetFramework >
5-     <RootNamespace >algorithm_exercises_csharp </RootNamespace >
5+     <RootNamespace >algorithm_exercises_csharp_test </RootNamespace >
66    <ImplicitUsings >enable</ImplicitUsings >
77    <Nullable >enable</Nullable >
88
Original file line number Diff line number Diff line change 22
33  <PropertyGroup >
44    <TargetFramework >net8.0</TargetFramework >
5-     <RootNamespace >algoritm_exercises_csharp_lib </RootNamespace >
5+     <RootNamespace >algorithm_exercises_csharp </RootNamespace >
66    <ImplicitUsings >enable</ImplicitUsings >
77    <Nullable >enable</Nullable >
8+ 
9+     <!--  Static Analysis --> 
10+     <EnableNETAnalyzers >true</EnableNETAnalyzers >
11+     <EnforceCodeStyleInBuild >true</EnforceCodeStyleInBuild >
12+     <CodeAnalysisTreatWarningsAsErrors >false</CodeAnalysisTreatWarningsAsErrors >
13+ 
814  </PropertyGroup >
915
1016</Project >
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments