Skip to content

Commit

Permalink
add ndepend project and instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
nadirbad committed Dec 10, 2024
1 parent ce8ee2a commit a78c1d7
Show file tree
Hide file tree
Showing 5 changed files with 599 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,6 @@ _Pvt_Extensions

# FAKE - F# Make
.fake/
/NDependOut
/VerticalSliceArchitecture.ndproj
/.mfractor


Expand Down
4 changes: 3 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
<AssemblyName>VerticalSliceArchitecture.$(MSBuildProjectName)</AssemblyName>
<RootNamespace>$(AssemblyName)</RootNamespace>
</PropertyGroup>

<AnalysisLevel>8-minimal</AnalysisLevel>
<PropertyGroup Label="Analyzer settings">
<AnalysisLevel>8-latest</AnalysisLevel>
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
<CodeAnalysisTreatWarningsAsErrors>false</CodeAnalysisTreatWarningsAsErrors>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down
Loading

0 comments on commit a78c1d7

Please # to comment.