Skip to content

Commit 7f9ac08

Browse files
committed
Merge branch 'release/v0.3.0' into prepare-for-release
# Conflicts: # version.json
2 parents 4c5db91 + 5b00626 commit 7f9ac08

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/Analyzers/Moq.Analyzers.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<IncludeBuildOutput>false</IncludeBuildOutput><!-- Don't place the output assembly in the package's lib/ folder -->
88
<SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking><!-- Don't add the TargetFramework as a package dependency -->
99
<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules><!-- Resolves RS1036 -->
10+
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies><!-- Because we're a compiler plugin, we need to bundle any dependencies into our package -->
1011
</PropertyGroup>
1112

1213
<PropertyGroup Label="Package metadata">
@@ -39,6 +40,7 @@
3940
<None Update="tools\*.ps1" CopyToOutputDirectory="Always" Pack="true" PackagePath="" />
4041
<None Include="$(OutputPath)\Moq.Analyzers.dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
4142
<None Include="$(OutputPath)\Moq.CodeFixes.dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
43+
<None Include="$(OutputPath)\Microsoft.CodeAnalysis.AnalyzerUtilities.dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
4244
</ItemGroup>
4345

4446
<ItemGroup>

tests/Moq.Analyzers.Test/PackageTests.Baseline#contents.verified.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
|-- analyzers
55
| |-- dotnet
66
| | |-- cs
7+
| | | |-- Microsoft.CodeAnalysis.AnalyzerUtilities.dll
78
| | | |-- Moq.Analyzers.dll
89
| | | |-- Moq.CodeFixes.dll
910
|-- tools

0 commit comments

Comments
 (0)