Fix HandlebarsContext ParseAndEvaluate method (#1213)

* Fix HandlebarsContext ParseAndEvaluate method

* test

* xxx
This commit is contained in:
Stef Heyenrath
2024-11-22 07:58:23 +01:00
committed by GitHub
parent 6f73dfe360
commit 4aaed2a6ca
4 changed files with 37 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
<Project>
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
<ItemGroup Condition=" '$(TargetFramework)' != 'net45' and '$(TargetFramework)' != 'net452' and '$(TargetFramework)' != 'net461' ">
<AssemblyAttribute Include="System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverageAttribute" />
</ItemGroup>
</Project>