FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
fluentassertions/Directory.Build.props at main · fluentassertions/fluentassertions · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
fluentassertions
/
fluentassertions
Public
Notifications
You must be signed in to change notification settings
Fork
723
Star
3.8k
Code
Issues
64
Pull requests
2
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
fluentassertions
/
Directory.Build.props
Copy path
More file actions
More file actions
Latest commit
History
History
History
42 lines (41 loc) · 2.08 KB
Breadcrumbs
fluentassertions
/
Directory.Build.props
Copy path
File metadata and controls
42 lines (41 loc) · 2.08 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<
Project
>
<
PropertyGroup
>
<
LangVersion
>14.0</
LangVersion
>
<
CheckEolTargetFramework
>false</
CheckEolTargetFramework
>
<
TreatWarningsAsErrors
>true</
TreatWarningsAsErrors
>
</
PropertyGroup
>
<!--
To reduce build times, we only enable analyzers for the newest TFM
-->
<
PropertyGroup
Condition
=
"
'$(TargetFramework)' != 'net6.0'
"
>
<
RunAnalyzersDuringBuild
>false</
RunAnalyzersDuringBuild
>
<
RunAnalyzersDuringLiveAnalysis
>false</
RunAnalyzersDuringLiveAnalysis
>
<
RunAnalyzers
>false</
RunAnalyzers
>
</
PropertyGroup
>
<
PropertyGroup
Condition
=
"
'$(TargetFramework)' == 'net6.0'
"
>
<
EnableNETAnalyzers
>true</
EnableNETAnalyzers
>
<
AnalysisLevel
>10.0</
AnalysisLevel
>
<
AnalysisMode
>All</
AnalysisMode
>
<
CodeAnalysisTreatWarningsAsErrors
>true</
CodeAnalysisTreatWarningsAsErrors
>
</
PropertyGroup
>
<
ItemGroup
Condition
=
"
'$(TargetFramework)' == 'net6.0'
"
>
<
PackageReference
Include
=
"
Microsoft.CodeAnalysis.BannedApiAnalyzers
"
Version
=
"
5.6.0
"
>
<
PrivateAssets
>all</
PrivateAssets
>
<
IncludeAssets
>runtime; build; native; contentfiles; analyzers; buildtransitive</
IncludeAssets
>
</
PackageReference
>
<
PackageReference
Include
=
"
StyleCop.Analyzers
"
Version
=
"
1.2.0-beta.556
"
>
<
PrivateAssets
>all</
PrivateAssets
>
<
IncludeAssets
>runtime; build; native; contentfiles; analyzers; buildtransitive</
IncludeAssets
>
</
PackageReference
>
<
PackageReference
Include
=
"
CSharpGuidelinesAnalyzer
"
Version
=
"
3.8.5
"
>
<
PrivateAssets
>all</
PrivateAssets
>
<
IncludeAssets
>runtime; build; native; contentfiles; analyzers; buildtransitive</
IncludeAssets
>
</
PackageReference
>
<
PackageReference
Include
=
"
Roslynator.Analyzers
"
Version
=
"
5.0.0
"
>
<
PrivateAssets
>all</
PrivateAssets
>
<
IncludeAssets
>runtime; build; native; contentfiles; analyzers; buildtransitive</
IncludeAssets
>
</
PackageReference
>
<
PackageReference
Include
=
"
Meziantou.Analyzer
"
Version
=
"
3.0.177
"
>
<
PrivateAssets
>all</
PrivateAssets
>
<
IncludeAssets
>runtime; build; native; contentfiles; analyzers; buildtransitive</
IncludeAssets
>
</
PackageReference
>
</
ItemGroup
>
</
Project
>
Back
|
FazBrowse Home
|
New Git URL