Skip to content

Commit

Permalink
disable providing symbols in roslyn components
Browse files Browse the repository at this point in the history
  • Loading branch information
aspriddell committed Dec 16, 2023
1 parent 436fd5d commit 0db9fc3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions DragonFruit.Data.Roslyn/DragonFruit.Data.Roslyn.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="../res/DragonFruit.Data.Nuget.props"/>

<PropertyGroup>
<LangVersion>latest</LangVersion>
<IncludeBuildOutput>false</IncludeBuildOutput>
Expand All @@ -8,6 +10,7 @@
<AssemblyName>DragonFruit.Data.Roslyn</AssemblyName>
<RootNamespace>DragonFruit.Data.Roslyn</RootNamespace>

<IncludeSymbols>false</IncludeSymbols>
<IsRoslynComponent>true</IsRoslynComponent>
<EnforceExtendedAnalyzerRules>false</EnforceExtendedAnalyzerRules>
</PropertyGroup>
Expand All @@ -20,7 +23,7 @@
<ItemGroup>
<!-- Liquid templates -->
<EmbeddedResource Include="Templates\*.liquid"/>

<!-- Analyzer release tracking -->
<AdditionalFiles Include="AnalyzerReleases.Shipped.md"/>
<AdditionalFiles Include="AnalyzerReleases.Unshipped.md"/>
Expand All @@ -45,6 +48,4 @@
<PackageReference Include="Scriban" Version="5.9.0" PrivateAssets="all" GeneratePathProperty="true"/>
</ItemGroup>

<Import Project="../res/DragonFruit.Data.Nuget.props"/>

</Project>

0 comments on commit 0db9fc3

Please sign in to comment.