File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
2+ <Import Project =" ../../src/FSharp.Analyzers.Build/buildMultitargeting/FSharp.Analyzers.Build.targets" />
23
3- <Import Project =" ../../src/FSharp.Analyzers.Build/buildMultitargeting/FSharp.Analyzers.Build.targets" />
4-
5-
64<PropertyGroup >
5+ <!-- Set this to true if you'd like the analyzer to run during a build -->
76 <RunAnalyzersDuringBuild >true</RunAnalyzersDuringBuild >
7+ <!-- Additional flags to pass to the analyzer CLI -->
88 <FSharpAnalyzersOtherFlags >--analyzers-path "../../artifacts/bin/OptionAnalyzer/debug" -v d</FSharpAnalyzersOtherFlags >
9+ <!-- Point to the dotnet tool or the FSharp.Analyzers.Cli.dll for debugging. -->
910 <FSharpAnalyzersExe >../../artifacts/bin/FSharp.Analyzers.Cli/debug/FSharp.Analyzers.Cli.dll</FSharpAnalyzersExe >
11+ <!-- Uncomment to always run the analyzer after a build, even if CoreCompile did not run -->
1012 <!-- <FSharpAnalyzersAlwaysRunAfterBuild>true</FSharpAnalyzersAlwaysRunAfterBuild> -->
1113</PropertyGroup >
1214
You can’t perform that action at this time.
0 commit comments