mirror of
https://github.com/qmlnet/qmlnet.git
synced 2026-05-15 14:15:54 -06:00
Fixed issue with dynamic IL not having access to internal types.
Closes #207
This commit is contained in:
parent
c534d4c1d1
commit
78628f2c68
1 changed files with 3 additions and 0 deletions
|
|
@ -7,12 +7,15 @@ using System.Numerics;
|
|||
#endif
|
||||
using System.Reflection;
|
||||
using System.Reflection.Emit;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using Microsoft.CSharp;
|
||||
using Qml.Net.Internal.Qml;
|
||||
using Qml.Net.Internal.Types;
|
||||
|
||||
[assembly: InternalsVisibleTo("Anonymously Hosted DynamicMethods Assembly")]
|
||||
|
||||
namespace Qml.Net.Internal.CodeGen
|
||||
{
|
||||
internal partial class CodeGen
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue