FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
TensorFlow.NET/Directory.Build.props at master · szarath/TensorFlow.NET · GitHub
szarath
/
TensorFlow.NET
Public
forked from
SciSharp/TensorFlow.NET
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
TensorFlow.NET
/
Directory.Build.props
Copy path
More file actions
More file actions
Latest commit
History
History
History
17 lines (14 loc) · 749 Bytes
Breadcrumbs
TensorFlow.NET
/
Directory.Build.props
Copy path
File metadata and controls
17 lines (14 loc) · 749 Bytes
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
<?
xml
version
=
"
1.0
"
encoding
=
"
utf-8
"
?>
<
Project
>
<
PropertyGroup
>
<!--
Make sure any documentation comments which are included in code get checked for syntax during the build, but do
not report warnings for missing comments.
CS1573: Parameter 'parameter' has no matching param tag in the XML comment for 'parameter' (but other parameters do)
CS1591: Missing XML comment for publicly visible type or member 'Type_or_Member'
CS1712: Type parameter 'type_parameter' has no matching typeparam tag in the XML comment on 'type_or_member' (but other type parameters do)
-->
<
GenerateDocumentationFile
>true</
GenerateDocumentationFile
>
<
NoWarn
>$(NoWarn),1573,1591,1712</
NoWarn
>
</
PropertyGroup
>
</
Project
>
Back
|
FazBrowse Home
|
New Git URL