File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 11
11
s3 /
12
12
.dist
13
13
* .old
14
+
15
+ generated /
Original file line number Diff line number Diff line change 23
23
<PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Workspaces" Version =" 4.3.0" />
24
24
</ItemGroup >
25
25
26
- <ItemGroup >
27
- <None Include =" $(OutputPath)\$(AssemblyName).dll" Pack =" true" PackagePath =" analyzers/dotnet/cs" Visible =" false" />
28
- </ItemGroup >
29
-
30
26
</Project >
Original file line number Diff line number Diff line change 31
31
<Nullable >enable</Nullable >
32
32
<CheckForOverflowUnderflow >false</CheckForOverflowUnderflow >
33
33
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
34
+
35
+ <EmitCompilerGeneratedFiles >true</EmitCompilerGeneratedFiles >
36
+ <CompilerGeneratedFilesOutputPath >generated</CompilerGeneratedFilesOutputPath >
34
37
</PropertyGroup >
35
38
39
+ <ItemGroup >
40
+ <Compile Remove =" generated\**" />
41
+ <Content Include =" generated\**" />
42
+ </ItemGroup >
43
+
36
44
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
37
45
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
38
46
<EnablePackageValidation >true</EnablePackageValidation >
You can’t perform that action at this time.
0 commit comments