Created
December 16, 2015 01:55
-
-
Save natemcmaster/fa49b7978de5b467fd5c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!--This file was automatically generated and may be overwritten. Do not edit this file manually.--> | |
<Directives xmlns="http://schemas.microsoft.com/netfx/2013/01/metadata"> | |
<Library> | |
<TypeInstantiation Name="System.Collections.Generic.IEnumerable" Arguments="EFGetStarted.UWP.Blog" Dynamic="Required All" /> | |
<TypeInstantiation Name="System.Collections.Generic.IAsyncEnumerable" Arguments="EFGetStarted.UWP.Blog" Dynamic="Required All" /> | |
<TypeInstantiation Name="System.Linq.IOrderedEnumerable" Arguments="EFGetStarted.UWP.Blog" Dynamic="Required All" /> | |
<Type Name="Microsoft.Data.Entity.Storage.IDatabase" Dynamic="Required All"> | |
<MethodInstantiation Name="CompileQuery" Arguments="EFGetStarted.UWP.Blog" Dynamic="Required" /> | |
<MethodInstantiation Name="CompileQuery" Arguments="System.Collections.Generic.IEnumerable{EFGetStarted.UWP.Blog}" Dynamic="Required" /> | |
<MethodInstantiation Name="CompileQuery" Arguments="System.Linq.IOrderedEnumerable{EFGetStarted.UWP.Blog}" Dynamic="Required" /> | |
<MethodInstantiation Name="CompileAsyncQuery" Arguments="EFGetStarted.UWP.Blog" Dynamic="Required" /> | |
<MethodInstantiation Name="CompileAsyncQuery" Arguments="System.Collections.Generic.IEnumerable{EFGetStarted.UWP.Blog}" Dynamic="Required" /> | |
<MethodInstantiation Name="CompileAsyncQuery" Arguments="System.Linq.IOrderedEnumerable{EFGetStarted.UWP.Blog}" Dynamic="Required" /> | |
<MethodInstantiation Name="CompileQuery" Arguments="EFGetStarted.UWP.Post" Dynamic="Required" /> | |
<MethodInstantiation Name="CompileQuery" Arguments="System.Collections.Generic.IEnumerable{EFGetStarted.UWP.Post}" Dynamic="Required" /> | |
<MethodInstantiation Name="CompileQuery" Arguments="System.Linq.IOrderedEnumerable{EFGetStarted.UWP.Post}" Dynamic="Required" /> | |
<MethodInstantiation Name="CompileAsyncQuery" Arguments="EFGetStarted.UWP.Post" Dynamic="Required" /> | |
<MethodInstantiation Name="CompileAsyncQuery" Arguments="System.Collections.Generic.IEnumerable{EFGetStarted.UWP.Post}" Dynamic="Required" /> | |
<MethodInstantiation Name="CompileAsyncQuery" Arguments="System.Linq.IOrderedEnumerable{EFGetStarted.UWP.Post}" Dynamic="Required" /> | |
</Type> | |
<Type Name="Microsoft.Data.Entity.EF" Dynamic="Required All"> | |
<MethodInstantiation Name="Property" Arguments="EFGetStarted.UWP.Blog" Dynamic="Required" /> | |
<MethodInstantiation Name="Property" Arguments="EFGetStarted.UWP.Post" Dynamic="Required" /> | |
</Type> | |
<TypeInstantiation Name="Microsoft.Data.Entity.ChangeTracking.Internal.SimpleKeyValueFactory" Arguments="System.Int32" Dynamic="Required All" /> | |
<TypeInstantiation Name="Microsoft.Data.Entity.Metadata.Internal.ClrPropertyGetter" Arguments="EFGetStarted.UWP.Blog, System.Int32" Dynamic="Required All" /> | |
<TypeInstantiation Name="Microsoft.Data.Entity.Metadata.Internal.ClrPropertySetter" Arguments="EFGetStarted.UWP.Blog, System.Int32" Dynamic="Required All" /> | |
<TypeInstantiation Name="Microsoft.Data.Entity.Metadata.Internal.ClrPropertyGetter" Arguments="EFGetStarted.UWP.Blog, System.String" Dynamic="Required All" /> | |
<TypeInstantiation Name="Microsoft.Data.Entity.Metadata.Internal.ClrPropertySetter" Arguments="EFGetStarted.UWP.Blog, System.String" Dynamic="Required All" /> | |
<TypeInstantiation Name="Microsoft.Data.Entity.ChangeTracking.Internal.Snapshot" Arguments="System.Int32, System.String" Dynamic="Required All" /> | |
<TypeInstantiation Name="Microsoft.Data.Entity.ChangeTracking.Internal.Snapshot" Arguments="System.Int32, System.Object" Dynamic="Required All" /> | |
<Type Name="Microsoft.Data.Entity.ChangeTracking.Internal.Snapshot" Dynamic="Required All" /> | |
<TypeInstantiation Name="System.Collections.Generic.IEnumerable" Arguments="EFGetStarted.UWP.Post" Dynamic="Required All" /> | |
<TypeInstantiation Name="System.Collections.Generic.IAsyncEnumerable" Arguments="EFGetStarted.UWP.Post" Dynamic="Required All" /> | |
<TypeInstantiation Name="System.Linq.IOrderedEnumerable" Arguments="EFGetStarted.UWP.Post" Dynamic="Required All" /> | |
<TypeInstantiation Name="Microsoft.Data.Entity.Metadata.Internal.ClrPropertyGetter" Arguments="EFGetStarted.UWP.Post, System.Int32" Dynamic="Required All" /> | |
<TypeInstantiation Name="Microsoft.Data.Entity.Metadata.Internal.ClrPropertySetter" Arguments="EFGetStarted.UWP.Post, System.Int32" Dynamic="Required All" /> | |
<TypeInstantiation Name="Microsoft.Data.Entity.Metadata.Internal.ClrPropertyGetter" Arguments="EFGetStarted.UWP.Post, System.String" Dynamic="Required All" /> | |
<TypeInstantiation Name="Microsoft.Data.Entity.Metadata.Internal.ClrPropertySetter" Arguments="EFGetStarted.UWP.Post, System.String" Dynamic="Required All" /> | |
<TypeInstantiation Name="Microsoft.Data.Entity.ChangeTracking.Internal.Snapshot" Arguments="System.Int32, System.Int32, System.String, System.String" Dynamic="Required All" /> | |
<TypeInstantiation Name="Microsoft.Data.Entity.ChangeTracking.Internal.Snapshot" Arguments="System.Int32, System.Int32, System.Object" Dynamic="Required All" /> | |
</Library> | |
</Directives> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment