Skip to content

Commit aa40c67

Browse files
Disable EmitCompilerGeneratedFiles
1 parent 7366a81 commit aa40c67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<!--Uncomment the line below if you need to debug code generated by Source Generators
1616
If you see any LongPath issue on Windows, check this doc
1717
https://docs.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=cmd#enable-long-paths-in-windows-10-version-1607-and-later-->
18-
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
18+
<!--<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles> -->
1919

2020
<!-- Prevent NuGet Package Vulnerabilities -->
2121
<NuGetAudit>enable</NuGetAudit>

0 commit comments

Comments
 (0)