Skip to content

Commit ed97855

Browse files
borisf94borisforzun
andauthored
fix: Add TypeForwardedTo attribute to forward IFileSystem usage to its new… (#1338)
add TypeForwardedTo attribute to forward IFileSystem usage to its new assembly Testably.Abstractions.FileSystem.Interface Co-authored-by: borisforzun <[email protected]>
1 parent c741e13 commit ed97855

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
using System.IO.Abstractions;
2+
using System.Runtime.CompilerServices;
3+
4+
[assembly: TypeForwardedTo(typeof(IFileSystem))]

0 commit comments

Comments
 (0)