Skip to content

Commit

Permalink
ooops
Browse files Browse the repository at this point in the history
  • Loading branch information
Sholtee committed Jun 15, 2020
1 parent 62a267d commit 0ea51a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SRC/Private/Compile.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public static Assembly ToAssembly(CompilationUnitSyntax root, string asmName, st
.Append(typeof(IgnoresAccessChecksToAttribute).Assembly())
#endif
.Distinct()
.Select(asm => MetadataReference.CreateFromFile(asm.Location ?? throw new NotSupportedException(Resources.DYNAMIC_ASM)))),
.Select(asm => MetadataReference.CreateFromFile(asm.Location ?? throw new NotSupportedException(Resources.DYNAMIC_ASM))),
options: CompilationOptionsFactory.Create()
);

Expand Down

0 comments on commit 0ea51a0

Please sign in to comment.