File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
src/Domain/HydraScript.Domain.BackEnd/Impl/Values
tests/HydraScript.IntegrationTests Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 1+ using System . Diagnostics . CodeAnalysis ;
2+
13namespace HydraScript . Domain . BackEnd . Impl . Values ;
24
35public class Name ( string id , IFrame frame ) : IValue
@@ -19,6 +21,7 @@ other is Name that &&
1921
2022 internal static readonly IFrame NullFrameInstance = new NullFrame ( ) ;
2123
24+ [ ExcludeFromCodeCoverage ]
2225 private sealed class NullFrame : IFrame
2326 {
2427 public object ? this [ string id ]
Original file line number Diff line number Diff line change 4747 <None Update =" Samples\equals.js" >
4848 <CopyToOutputDirectory >Always</CopyToOutputDirectory >
4949 </None >
50+ <None Update =" Samples\env.js" >
51+ <CopyToOutputDirectory >Always</CopyToOutputDirectory >
52+ </None >
5053 <None Update =" Samples\exprtest.js" >
5154 <CopyToOutputDirectory >Always</CopyToOutputDirectory >
5255 </None >
You can’t perform that action at this time.
0 commit comments