Skip to content

Commit

Permalink
Prevent optimizations from interfering with stack walking logic (shou…
Browse files Browse the repository at this point in the history
  • Loading branch information
slang25 authored and josephwoodward committed Nov 3, 2018
1 parent 4641fd7 commit 5bc553e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Shouldly/Shouldly.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
<Optimize>false</Optimize>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta-63127-02" PrivateAssets="All"/>
Expand Down Expand Up @@ -50,4 +51,4 @@
<PropertyGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
<DefineConstants>$(DefineConstants);NewReflection;ExpressionTrees;StackTrace;Serializable;CallContextPolyfill</DefineConstants>
</PropertyGroup>
</Project>
</Project>

0 comments on commit 5bc553e

Please sign in to comment.